需求:GFRS-718 电投人脸识别不成功处理

变更:新增处理
变更人:丁洲
This commit is contained in:
ding.zhou
2020-03-16 23:19:31 +08:00
committed by 28CD73C051F645E8132835671423A23F
parent cf5f510660
commit d760b13c1c
5 changed files with 236 additions and 40 deletions

View File

@@ -18,7 +18,14 @@ export function updateCustomerInfo(data) {
data
})
}
//本人实名认证
export function checkPhone(data) {
return request({
url: getUrl('/customer/checkPhone', 1),
method: 'post',
data
})
}
//查询代理人客户信息
export function getAgentCustomerInfo(data) {
return request({

View File

@@ -61,7 +61,14 @@ export function getAuthCode(data) {
data
})
}
// 验证验证码
export function autchCodeCheck(data) {
return request({
url: getUrl('/customer/authcode/check', 1),
method: 'post',
data
})
}
// 上传图片
export function uploadImg(data) {
return request({