缴费
This commit is contained in:
@@ -77,4 +77,12 @@ export function updateBooking(data) {
|
||||
method: 'post',
|
||||
data: data
|
||||
})
|
||||
}
|
||||
// 查询按钮列表
|
||||
export function queryCaseFlowInfo(data) {
|
||||
return request({
|
||||
'url': `/case/flow/queryCaseFlowInfo`,
|
||||
method: 'post',
|
||||
data: data
|
||||
})
|
||||
}
|
||||
Reference in New Issue
Block a user