mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-25 00:12:53 +08:00
投保流程-签名
This commit is contained in:
@@ -170,3 +170,12 @@ export function selfToHuman(data) {
|
||||
data
|
||||
})
|
||||
}
|
||||
|
||||
// 查询支付结果
|
||||
export function getPayState(data) {
|
||||
return request({
|
||||
url: getUrl('/sale/insure/orderPayStatusQuery', 1),
|
||||
method: 'post',
|
||||
data
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user