缴费凭证联调

This commit is contained in:
fz
2023-10-15 19:31:45 +08:00
parent 41d7fbb1aa
commit bcefe9969f
4 changed files with 191 additions and 225 deletions
+13 -1
View File
@@ -53,4 +53,16 @@ export function selectCaseApplicationConfirm(data) {
method: 'post',
data: data
})
}
}
// 缴费页面缴费确认
export function confirmPayDig(data) {
return request({
url: '/pay/confirmPay',
// headers: {
// isToken: false
// },
method: 'post',
data: data
})
}