组庭确认接口联调
This commit is contained in:
@@ -18,3 +18,11 @@ export function writtenHear(data, id) {
|
||||
data: id,
|
||||
});
|
||||
}
|
||||
// 组庭确认
|
||||
export function pendTralSure(data) {
|
||||
return request({
|
||||
url: "/caseApplication/pendTralSure",
|
||||
method: "post",
|
||||
data: data,
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user