mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-20 14:16:44 +08:00
Merge branch 'feature/GFRS【】理赔_claim' into release/0526
This commit is contained in:
@@ -46,10 +46,20 @@ export function apply(data) {
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
//理赔申请提交
|
||||
export function submit(data) {
|
||||
return request({
|
||||
url: getUrl(`/claim/claimApply/submit`, 1),
|
||||
method: 'post',
|
||||
data
|
||||
})
|
||||
}
|
||||
|
||||
//客户列表查询
|
||||
export function customerList(data) {
|
||||
return request({
|
||||
url: getUrl(`/edor/customer/customerList`, 1),
|
||||
url: getUrl(`/claim/customer/customerList`, 1),
|
||||
method: 'post',
|
||||
data
|
||||
})
|
||||
|
||||
@@ -77,6 +77,7 @@ export function uploadImg(data) {
|
||||
data
|
||||
})
|
||||
}
|
||||
/*
|
||||
// 人脸识别
|
||||
export function recognition(data) {
|
||||
return request({
|
||||
@@ -85,8 +86,26 @@ export function recognition(data) {
|
||||
data
|
||||
})
|
||||
}
|
||||
*/
|
||||
|
||||
//获取腾讯人脸识别URL接口
|
||||
export function getRecognitionUrl(data) {
|
||||
return request({
|
||||
url: getUrl('/customer/tencent/getRecognitionUrl', 1),
|
||||
method: 'post',
|
||||
data
|
||||
})
|
||||
}
|
||||
|
||||
//获取腾讯人脸识别结果接口
|
||||
export function getRecognitionResult(data) {
|
||||
return request({
|
||||
url: getUrl('/customer/tencent/getRecognitionResult', 1),
|
||||
method: 'post',
|
||||
data
|
||||
})
|
||||
}
|
||||
|
||||
// 139.9.27.13:7002/updown/uploadImage
|
||||
// 核保接口
|
||||
export function underWrite(data) {
|
||||
return request({
|
||||
@@ -195,3 +214,11 @@ export function getPayState(data) {
|
||||
})
|
||||
}
|
||||
|
||||
// 查询支付结果
|
||||
export function revokeOrder(data) {
|
||||
return request({
|
||||
url: getUrl('/sale/order/revokeOrder', 1),
|
||||
method: 'post',
|
||||
data
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user