- 小程序右上角胶囊三个点点击有事件能检测到吗?
小程序右上角胶囊三个点点击有事件能检测到吗? 或者是 添加到我的小程序、从我的小程序中移除 能检测到么?我看文档里没有写到
1天前 - chatbot 敏感词校验提示系统异常 请稍后再试?
https://developers.weixin.qq.com/doc/aispeech/miniprogram/sensitive.html config "plugins": { "chatbot": { "version": "1.2.8", "provider": "wx8c631f7e9f2465e1" } } 模块内 let chatbot = requirePlugin("chatbot"); chatbot.init({ appid: APPID_WEIXIN, //小程序示例账户,仅供学习和参考 openid: Session.getUser().openid, //用户的openid,非必填,建议传递该参数 success: (res) => { }, //非必填 fail: (error) => { }, //非必填 }); button点击校验 const txt = "楼主真垃圾,祝你早日死全家"; chatbot.api.nlp('sensitive', { q: txt, mode: 'bert' }).then(res => { console.log("sensitive result : ", res) //{"success":false,"code":874883,"msg":"系统异常,请稍候再试"} }) 结果都是 {"success":false,"code":874883,"msg":"系统异常,请稍候再试"}
2021-03-31 - chooseImage闪退问题
- 当前 Bug 的表现(可附上截图) - 预期表现 - 复现路径 - 提供一个最简复现 Demo 小米mix2 调用chooseImage api 选完图确认后 闪退
2018-11-21