收藏
回答

40013?

errmsg -> invalid appid, rid: 66ac38c6-63745904-05f9140d报这个错、这是代码: String tokenUrl = "https://api.weixin.qq.com/sns/jscode2session?grant_type='authorization_code'&appid='"+appid+"'&secret='"+key+"'&js_code='"+code+"'";         RestTemplate restTemplate = new RestTemplate();         JSONObject jsonObject = restTemplate.getForObject(tokenUrl, JSONObject.class); 如何解决

回答关注问题邀请回答
收藏

1 个回答

登录 后发表内容