时间:2019-05-03 来源:小程序工厂
js_code是不是被你存起来反复用了。。。
String tokenUrl = Uri.parse("https://api.weixin.qq.com/sns/oauth2/access_token").buildUpon() .appendQueryParameter("appid", MyApplication.getAppContext().getString(R.string.WeiXinAppId)) .appendQueryParameter("secret", MyApplication.getAppContext().getString(R.string.WeiXinAppKey)) .appendQueryParameter("code", code) .appendQueryParameter("grant_type", "authorization_code") .appendQueryParameter("connect_redirect","1#wechat_redirect").toString();我看过了,code每次回来都不一样的
你这接口是请求什么的,我怎么没看到?登录不是用
api.weixin.qq.com/sns/jscode2session 吗
https://open.wechat.com/cgi-bin/newreadtemplate?t=overseas_open/docs/web/login/getting-user-profile#login_getting-user-profile
you see this website
问题解决了,因为有用友盟分享微信和微信sdk导入错误的IWXAPI文件。谢谢你的帮忙