Commit 861f5a22 authored by liwei's avatar liwei

完善了实名认证相关页面

parent d65c9e17
......@@ -23,18 +23,7 @@ export function userDetail(data){
}
/**
* 修改用户实名信息
*/
export function realAuth(data){
return request({
method: "put",
url: '/memInfo/updateIdCard/'+ data.businessId,
data: data,
});
}
/**
* 修改信息
* 修改用户信息
*/
export function updateUser(data){
......@@ -45,6 +34,7 @@ export function updateUser(data){
data: data,
});
}
/**
* 校验实名信息
*/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment