法务回调审批样例

This commit is contained in:
2026-06-09 09:20:30 +08:00
parent 974f6c7a5b
commit 99187a7c8d
3 changed files with 103 additions and 5 deletions
+7
View File
@@ -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`,