Skip to content

同步云端巡游路线

syncCruiseCloud(businessId) -> {Promise<boolean>}

同步云端巡游路线

参数

名称 类型 说明
businessId string 业务标识

返回值 Promise.<boolean>

是否成功

  • true - 成功
  • false - 失败

示例

TypeScript
1
2
3
...
const success = await axRobot.syncCruiseCloud(businessId);
...