- 重大bug急急急
统一消息服务: https://api.weixin.qq.com/cgi-bin/message/wxopen/template/uniform_send?access_token= 返回 {errcode: 40003, errmsg: "invalid openid rid: 608a2404-10796acb-3e437f3a"} 这个openid错误是什么错误?openid没有填写错,这个经过验证openid可以使用微信支付不应该错
2021-04-29 - 小程序客服API接口报错 api unauthorized 如何解决?
调用接口:https://api.weixin.qq.com/cgi-bin/message/custom/send?access_token 返回错误:{"errcode":48001,"errmsg":"api unauthorized rid: 607bfe76-18615f0b-13f3872f"} 流程:在小程序上,调用自己的服务器接口,服务器接口中通过post请求https://api.weixin.qq.com/cgi-bin/message/custom/send?access_token 服务器用的php $text = array( 'content' => 'Hello World' ); $post_data = array( 'touser' => 'oiysY406iOl_1c5K1o_G8Ml17sTc', //用户openid 'msgtype' => 'text', 'text' => $text, ); $result = send_post('https://api.weixin.qq.com/cgi-bin/message/custom/send?access_token='.$_GET['access_token'], $post_data); ------------- 请问api unauthorized 这个接口未授权是什么意思,需要怎么授权?如何解决当前问题
2021-04-18 - 小程序获取GPS定位返回0,怎么办?
小程序接口:wx.onLocationChange 场景1:手机gps打开的时候调用接口,可以正常返回经纬度信息, 场景2:手机gps关闭的时候调用接口,返回经纬度0, 问题:我们无法保证所有用户都打开gps,那么没有开启gps开关的用户将无法定位经纬度,整个基于定位来的小程序将无法使用! 期望:希望可以通过跳转到gps开关页引导用户打开,或者其他方法获取到经纬度
2021-03-30 - 珊瑚文本内容安全检测返回"内部错误"
珊瑚文本内容安全,返回内部错误: 返回代码:{"errMsg":"invokeService:ok","data":{"Response":{"Error":{"Code":"FailedOperation.UnKnowError","Message":"内部错误"},"RequestId":"0c5ecfaf-5d69-47f4-b189-e0fa5456e6ce"}}}
2020-05-18