From 9506a4585c3e3db3ec098576d1cfa6ca3e145b87 Mon Sep 17 00:00:00 2001 From: caill <815519168@qq.com> Date: Wed, 19 Feb 2025 15:41:03 +0800 Subject: [PATCH] no message --- src/config/getData.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config/getData.js b/src/config/getData.js index cd610ea..5633cd1 100644 --- a/src/config/getData.js +++ b/src/config/getData.js @@ -54,7 +54,7 @@ export const callTask = (scode) => post('api/pda/callTask', { // 设备管理 export const queryPoints = () => post('api/pda/queryPoints', {}) // 更新设备 -export const operation = (code, type) => post('api/pad/operation', { +export const operation = (code, type) => post('api/pda/operation', { point_code: code, type: type })