- 小程序定位授权问题?
类目不支持使用getLocation,但是调用过getLocation,有时候会弹出来授权弹窗 现有新需求通过经纬度获取列表信息,看后台只能使用getFuzzyLocation能力获取经纬度,现在代码里getLocation与getFuzzyLocation并存,经常出现这两个页面其中一个获取授权,另一个也获取授权的情况,是这两个方法不能并存么?
05-19 - 获取媒资播放链接接口是确定要下线么?会导致现有功能无法使用
https://developers.weixin.qq.com/miniprogram/dev/platform-capabilities/industry/mini-drama/mini_drama.html
2024-11-26 - 小程序右上角胶囊三个点点击有事件能检测到吗?
小程序右上角胶囊三个点点击有事件能检测到吗? 或者是 添加到我的小程序、从我的小程序中移除 能检测到么?我看文档里没有写到
2024-11-20 - 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