This commit is contained in:
2025-09-01 15:59:37 +08:00
parent 35dd9b33a3
commit 1056ac0c93
7 changed files with 18 additions and 10 deletions

View File

@@ -48,4 +48,4 @@ export const synchronizedMap = () => post('mapInfo/synchronizedMap', {})
// 错误
export const queryErrorDataByCode = (code) => post('anomalyInfo/queryErrorDataByCode?code=' + code, {})
// 叉间状态
export const backIoStatus = (type) => post('vehicle/backIoStatus?backIoStatus=' + type, {})
export const backIoStatus = (type) => post('vehicle/setForkLegsObstacles?backIoStatus=' + type, {})