getCurrentApplianceID 获取当前家电设备id

getCurrentApplianceID ^6.8

获取当前家电设备id

#请求参数

N/A

#接口调用示例

this.$bridge
  .getCurrentApplianceID()
  .then(res => {
    this.$alert(res)
  })
  .catch(err => {
    this.$toast(err)
  })

#返回参数

  • 成功时返回
Prop Type Default Description
applianceID String N/A 家电id
  • 失败时返回
posted on 2024-12-21 14:44  AtlasLapetos  阅读(6)  评论(0)    收藏  举报