no message

This commit is contained in:
2025-02-19 15:41:03 +08:00
parent 008d5e998d
commit 9506a4585c

View File

@@ -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
})