我通过小程序接口获取用户OpenId,提示我如下错误请大神支招:
源码:
String accessToken = getAccessToken(weiXinConfig);
HttpRequest post = HttpUtil.createPost("https://api.weixin.qq.com/wxa/getpluginopenpid?access_token=" + accessToken);
HttpResponse response = post.body(String.format("{\"code\":\"%s\"}", code)).execute();
错误日志:
{"errcode":1007,"errmsg":" rid: 6359352c-4f3725c8-2cb3871a"}
你好,
为什么提示我数据不存在谁可以解答下?