diff --git a/src/config/getData2.js b/src/config/getData2.js index 75c24a1..bb15705 100644 --- a/src/config/getData2.js +++ b/src/config/getData2.js @@ -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 })