- 合法域名问题
体验版和上线版的小程序报错request:fail url not in domain list, uni.login({ provider: "weixin", success: async loginRes => { let appId = this.globalConfig.appInfo.appId; let secret = this.secret; let url = `https://api.weixin.qq.com/sns/jscode2session?appid=${appId}&secret=${secret}&js_code=${loginRes.code}&grant_type=authorization_code`; uni.request({ url: url, // 请求路径 success: (r) => { this.$modal.msgError(r.data.openid); this.loginForm.openId = r.data.openid; resolve(resolve); }, fail:(fail)=>{ this.$modal.msgError(fail.errMsg); this.loginForm.username = JSON.stringify(fail); } }); } })
06-07 - 在使用openaiwidget的时候出现的一点大问题?
在使用微信对话开放平台的openaiwidget,在发送https://chatbot.weixin.qq.com/openapi/sign/{token}【token我写了openid】的时候,回传的内容是 { "errcode": 1002, "errmsg": "APP reviewing has bean not pass", "rid": "c21853cb" } [图片] 他说我机器人审核没有通过,这个怎么解决,是要去审核什么东西吗
2023-05-01 - 使用智能对话开放开口openaiwidget时遇到“机器人审核没有通过”如何解决?
{ "errcode": 1002, "errmsg": "APP reviewing has bean not pass", "rid": "2f6dad91" }
2023-05-01