收藏
回答

#VoIp 用户已经授权设备组,但是拨打电话提示:被呼叫用户未授权订阅该设备?

AppID
wxb1d02b693f151860

设备号:AS-DCDC8C135A0882

回答关注问题邀请回答
收藏

1 个回答

  • 高
    08-12

    请用授权状态接口查询下,仔细确认sn/modelid/groupid这些。

    08-12
    有用 1
    回复 4
    • 说白了就是丑
      说白了就是丑
      08-12
      方便发一下授权状态查询接口文档吗?硬件端这边我核对过,sn和modelid都是对的,但是不清楚你说的groupid是在哪里核对
      08-12
      回复
    • 说白了就是丑
      说白了就是丑
      08-12
      groupid我们也核对过,没有错误
      08-12
      回复
    • 高
      08-12回复说白了就是丑
      https://developers.weixin.qq.com/miniprogram/dev/framework/device/voip/auth.html
      这里有如何查询的说明。
      08-12
      1
      回复
    • 🌹
      🌹
      08-12回复
      请问一下,我们在授权设备组的时候,使用的
      // 批量授权(授权设备组)
      wx.requestDeviceVoIP({
        isGroup: true,
        groupId: '设备组 ID',
        success(res) {
          console.log(res)
        },
        fail(res) {
          console.log(res)
        }
      }) 
      为什么会出现以下报错呢?
      {"errno":1001,"errMsg":"requestDeviceVoIP:fail parameter error: parameter.sn should be String instead of Undefined;parameter.snTicket should be String instead of Undefined;parameter.modelId should be String instead of Undefined;parameter.deviceName should be String instead of Undefined;"}
      08-12
      回复
登录 后发表内容
问题标签