批量页面开发,接口联调
This commit is contained in:
@@ -15,4 +15,20 @@ export function submitCaseApplicationBatch(data) {
|
||||
method: 'post',
|
||||
data: data
|
||||
})
|
||||
}
|
||||
// 批量立案审查
|
||||
export function submitCaseApplicationCheckBatch(data) {
|
||||
return request({
|
||||
url: '/caseApplication/submitCaseApplicationCheckBatch',
|
||||
method: 'post',
|
||||
data: data
|
||||
})
|
||||
}
|
||||
// 批量缴费
|
||||
export function confirmPayBatch(data) {
|
||||
return request({
|
||||
url: '/pay/confirmPayBatch',
|
||||
method: 'post',
|
||||
data: data
|
||||
})
|
||||
}
|
||||
Reference in New Issue
Block a user