This commit is contained in:
2024-04-02 17:43:30 +08:00
parent d5bf6c8c65
commit 3289561e3b
6 changed files with 55 additions and 37 deletions

View File

@@ -32,7 +32,7 @@ export const queryArea = () => request({
export const queryPointByArea = (code) => request({
url:'api/hand/queryPointByArea',
data: {
areaCode: code
region_code: code
}
})
// 1.3创建任务(生成任务号为-开头)