This commit is contained in:
2026-06-30 09:54:17 +08:00
parent 2326752b5d
commit 0b578df215
4 changed files with 508 additions and 99 deletions
+8
View File
@@ -121,6 +121,14 @@ export function mockCollectLaunch(id) {
});
}
export function saveContractCollectInfo(id, data) {
return request({
url: `/contract/launch/${id}/collect/save`,
method: "post",
data,
});
}
export function archiveLaunch(id, data = {}) {
return request({
url: `/contract/launch/${id}/archive`,