收藏
回答

小程序微信客服corpId is not bound to current miniprogram

框架类型 问题类型 API/组件名称 终端类型 微信版本 基础库版本
小程序 Bug wx.openCustomerServiceChat 微信iOS客户端 8.0.20 2.24.2(2022.5.13 11:57:54)

按照接入文档:

wx.openCustomerServiceChat({
   extInfo: { url: httpUrl },
   corpId: enterpriseId,
   success(res) {
      console.log('客服打开成功', res);
   },
});


执行报错:

{errCode: 6, errMsg: "openCustomerServiceChat:fail corpId is not bound to current miniprogram"}


appid: wx23dc5558444e6876;corpid: wwf612ee05b09d0f01


补充:我在小程序体验版测试,报的这个错,是否和体验版有关?

最后一次编辑于  2022-05-18
回答关注问题邀请回答
收藏

1 个回答

  • WaitForU
    WaitForU
    01-18

    解决了吗

    01-18
    有用
    回复
登录 后发表内容