mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-23 21:22:52 +08:00
需求:GFRS-718 电投人脸识别不成功处理
变更:新增处理 变更人:丁洲
This commit is contained in:
committed by
28CD73C051F645E8132835671423A23F
parent
cf5f510660
commit
d760b13c1c
@@ -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({
|
||||
|
||||
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user