no message
This commit is contained in:
@@ -54,7 +54,7 @@ export const callTask = (scode) => post('api/pda/callTask', {
|
|||||||
// 设备管理
|
// 设备管理
|
||||||
export const queryPoints = () => post('api/pda/queryPoints', {})
|
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,
|
point_code: code,
|
||||||
type: type
|
type: type
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user