接口地址

This commit is contained in:
2022-07-25 10:11:55 +08:00
parent 2282c119dd
commit 5c6df10f54

View File

@@ -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托盘点位绑定确认