同步地图
This commit is contained in:
@@ -42,4 +42,6 @@ export const getRouteInfo = () => get('routeInfo/getRouteInfo', {})
|
||||
// 下发任务
|
||||
export const relocate = (x, y, angle) => post('teaching/relocate?x=' + x + '&y=' + y + '&angle=' + angle, {})
|
||||
// 关机重启
|
||||
export const rebootVehicle = () => get('vehicle/rebootVehicle', {})
|
||||
export const rebootVehicle = () => get('vehicle/rebootVehicle', {})
|
||||
// 同步地图
|
||||
export const synchronizedMap = () => get('mapInfo/synchronizedMap', {})
|
||||
Reference in New Issue
Block a user