This commit is contained in:
2025-09-18 14:33:06 +08:00
parent cd800187e6
commit efc5313f80
2 changed files with 5 additions and 5 deletions

View File

@@ -170,9 +170,9 @@ export const getChargeRegions = () => request({
data: {}
})
// 1.3进入
export const inArea = (obj) => request({
export const inArea = (rcode) => request({
url:'api/hand/inArea',
data: obj
data: {region_code: rcode}
})
// 1.3强制确认
export const outArea = (obj) => request({