Page 1 of 1

getDeviceInfo

Posted: 2024年 Oct 21日 15:21
by 18559697016
promise.png

这返回不是promise类型

调用时给报警

alarm.png

Re: getDeviceInfo

Posted: 2024年 Oct 21日 15:28
by xuanyi

Code: Select all

getDeviceInfo({
  deviceId: deviceId_current,
  success: (res) => {
    console.log('getDeviceInfo', res);
    // TODO: 业务逻辑
  },
  fail: (err) => {
    console.error('getDeviceInfo error', err);
    // TODO: 异常处理
  }
})

可以使用上述方式调用