This commit is contained in:
2026-01-04 15:33:01 +08:00
parent 245f3c07b8
commit d661432ab1
8 changed files with 84 additions and 12 deletions

View File

@@ -21,6 +21,12 @@ export const handLogin = (user, password) => request({
}
})
// 1.2推送确认
export const messageConfirm = (type) => request({
url:'api/hand/messageConfirm',
data: {type: type}
})
// 公共接口
// 产线叫料