取放桶盖

This commit is contained in:
2023-06-26 10:16:53 +08:00
parent c9ee8e10b7
commit 2cf028927b

View File

@@ -106,7 +106,7 @@ export const handPoint = (reg) => post2('api/hand/point', {
// return res
// }
// 1.3取放盖确认
export const handTake = (code, type) => post('api/hand/take', {
export const handTake = (code, type) => post2('api/hand/take', {
device_code: code,
type: type
})