小程序微信客服corpId is not bound to current miniprogram
按照接入文档: 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 补充:我在小程序体验版测试,报的这个错,是否和体验版有关?