- 公众号下用户oauth返回refresh_token无法用来刷新access_token?
接口文档:微信网页开发 /网页授权 /第三步:刷新access_token(如果需要) https://developers.weixin.qq.com/doc/offiaccount/OA_Web_Apps/Wechat_webpage_authorization.html#2 对刚刚成功oauth获取的code,并成功获取access_token/refresh_token,然后使用refresh_token去调用刷新接口如下【开放平台第三方应用下的公众号的oauth】 curl "https://api.weixin.qq.com/sns/oauth2/refresh_token?appid=wxxxx&grant_type=refresh_token&refresh_token=55_xxx" 返回异常错误 {"errcode":40030,"errmsg":"invalid refresh_token, rid: 6239b2d9-712aa434-308abc6e"} 这可能是什么原因?公众号接口不维护了?
2022-03-22 - 微信网页开发-开放标签-wx-open-audio在ios下无法播放(Android正常),兼容?
组件 :微信开放标签 wo-open-audio,android下一切正常。 ios: 14.0.1 wechat: 7.0.15 重现URL: https://i.vkelai.com/diy_web_page/gaarEhUVK1YgUNon
2021-08-27 - API返回总是500 Server got itself in trouble
https://developers.weixin.qq.com/doc/aispeech/platform/nlp/translate.html "message"=> "500 - \"500 Internal Server Error\\n\\nServer got itself in trouble\"", "error"=> "500 Internal Server Error\n" + "\n" + "Server got itself in trouble", "uri"=>"http://9.141.138.109:80/translate/cn2en", "json"=>true, "body"=>{"content"=>"今天很开心"}, "simple"=>true,
2020-08-17 - 企业微信JSSDK的openEnterpriseChat提示invalid ids
预期:正常打开会话窗口 问题:提示openEnterpriseChat:invalid ids 其它:第三方 suite_id: wxe19a97ea8e2921b2, corp_id: ww44cd569c1d7d9068, external contact user id: wmnoP7CwAAzm4xurkpmQD2NhSRa9K_Wg wx.config是返回ok的;这个外部联系人user id和另一个企业的是一样的,如果用另一个企业的corp_id,则能够调起当前企业和客户的对话框
2020-07-28 - 微信7.0.7版本,android手机,用jssdk的分享功能wx.ready不执行
微信7.0.7版本,android手机,用jssdk的分享功能(getLocation也有同样问题) wx.ready里面的代码没有生效(执行) 改成类似 wx.ready(function(){ alert('test'); }) 同样不执行,debug没有提示任务错误。
2019-10-03