投保流程-签名

This commit is contained in:
pang.lizong
2019-09-24 16:30:44 +08:00
parent 732690712b
commit 191633ab61
4 changed files with 55 additions and 50 deletions

View File

@@ -170,3 +170,12 @@ export function selfToHuman(data) {
data
})
}
// 查询支付结果
export function getPayState(data) {
return request({
url: getUrl('/sale/insure/orderPayStatusQuery', 1),
method: 'post',
data
})
}