From 2cf028927b8e768d2c8d5f95e25b3416db461b6a Mon Sep 17 00:00:00 2001 From: caill <815519168@qq.com> Date: Mon, 26 Jun 2023 10:16:53 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=96=E6=94=BE=E6=A1=B6=E7=9B=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/config/getData2.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 })