法务回调审批样例
This commit is contained in:
@@ -83,6 +83,13 @@ export function mockRejectLaunch(id, data = {}) {
|
||||
});
|
||||
}
|
||||
|
||||
export function getLawApproveCallbackSample(id) {
|
||||
return request({
|
||||
url: `/contract/launch/${id}/callback/law/approve/sample`,
|
||||
method: "get",
|
||||
});
|
||||
}
|
||||
|
||||
export function saveLaunchSealInfo(id, data) {
|
||||
return request({
|
||||
url: `/contract/launch/${id}/seal/save`,
|
||||
|
||||
Reference in New Issue
Block a user