审核调解员
This commit is contained in:
@@ -103,3 +103,19 @@ export function selectSealUrl(data) {
|
||||
data: data,
|
||||
});
|
||||
}
|
||||
//查询预约信息
|
||||
export function selectReservation(data) {
|
||||
return request({
|
||||
url: "/caseApplication/selectReservation",
|
||||
method: "get",
|
||||
params: data,
|
||||
});
|
||||
}
|
||||
//核实调解员
|
||||
export function verifyMediator(data) {
|
||||
return request({
|
||||
url: "/caseApplication/verifyMediator",
|
||||
method: "post",
|
||||
data: data,
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user