This commit is contained in:
2025-08-05 16:30:59 +08:00
parent 7a097b23bb
commit 1f3c73eb86
9 changed files with 69 additions and 411 deletions

View File

@@ -96,3 +96,10 @@ export const getMapInfoByCode = () => {
}
return res
}
export const startMapping = () => {
let res = {
code: 200,
message: 'ok'
}
return res
}