This commit is contained in:
hhl123456789
2024-02-21 11:29:00 +08:00
parent ca392d6f25
commit 59ea6f513f
9 changed files with 103 additions and 38 deletions
+8
View File
@@ -56,6 +56,14 @@ export function confirmPaid(data) {
data: data,
});
}
// 缴费确认(被申请人)
export function resConfirmPaid(data) {
return request({
url: "/pay/resConfirmPaid",
method: "post",
data: data,
});
}
// 案件id查询缴费清单
export function selectPaymentDetail(data) {
return request({