微信小程序请求微信小程序码时遇到以下错误
"errcode":40001,"errmsg":"invalid credential, access_token is invalid or not latest hint: [HDuq3a0761wxa1]"
,遇到错误前可以请求, 错误后也可以请求。备案已成功,但是仍然无法添加域名。。且中间 access_token 没变
这是什么原因?
接口请求有限制么?(用的接口B)
accessToken用 redis 保存,取法如下:
String qrUrl = WeiXinUtils.getWXAppQrcodeUrl(wxServiceCache.getAccessToken());
PostMethod postMethod = new PostMethod(qrUrl);postMethod.setRequestBody(postJson);
HttpClient httpClient = new HttpClient();
httpClient.executeMethod(postMethod);
微信小程序开发问题解答 本文来自微信小程序工厂 http://www.xcxgc.com,转载请保留。
微信小程序开发者回答:
v***:
+1 楼主解决了嘛?
开***:
改成了每隔一个半小时尝试请求,请求失败就用跳转到微信小程序首页的二维码
ios上设置转发预览图无效&微信小程序开发
本文网址:http://www.91bianli.com/weixinxiaochengxu/32429.html