This commit is contained in:
2025-07-03 11:01:26 +08:00
parent 85fe80d89c
commit 483c4287f0
5 changed files with 10 additions and 22 deletions

View File

@@ -24,10 +24,9 @@ export const handLogin = (user, password) => request({
/**
* 混碾搬运
*/
export const pdaHnby = (sp, ep, code) => request({
export const pdaHnby = (ep, code) => request({
url:'api/pda/hnby',
data: {
startPoint: sp,
endPoint: ep,
barCode: code
}