diff --git a/src/config/getData2.js b/src/config/getData2.js index 1798c9b..12f2c8c 100644 --- a/src/config/getData2.js +++ b/src/config/getData2.js @@ -32,9 +32,9 @@ export const callEmptyConfirm = (id, code, pname, acode) => post('api/pda/callEm /** 托盘点位绑定 */ // 1.1查询区域 -export const queryArea1 = () => post('api/pda/sendEmpty/queryArea', {}) +export const queryArea1 = () => post('api/pda/binding/queryArea', {}) // 1.2根据区域查询点位 -export const queryPointByArea1 = (code) => post('api/pda/sendEmpty/queryPointByArea', { +export const queryPointByArea1 = (code) => post('api/pda/binding/queryPointByArea', { area_code: code }) // 1.2托盘点位绑定确认