收藏
回答

安卓微信 登入 code been used ,error 40163

微信登陆第一次时,能顺利登陆我的APP

登出后再登陆一次,APP 显示 “code been used,hints{req_id:?????}

请问有解决方案吗???大神来帮帮忙? 求神呀

最后一次编辑于  2018-11-22
回答关注问题邀请回答
收藏

2 个回答

  • 孝水东流
    孝水东流
    发表于移动端
    2021-01-25
    支持国货,抵制外货。
    2021-01-25
    有用 1
    回复
  • 管凯旋
    管凯旋
    2018-11-22

    js_code是不是被你存起来反复用了。。。

    2018-11-22
    有用
    回复 6
    • agmowen
      agmowen
      2018-11-22
      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每次回来都不一样的


      2018-11-22
      回复
    • 管凯旋
      管凯旋
      2018-11-22回复agmowen

      你这接口是请求什么的,我怎么没看到?登录不是用

      api.weixin.qq.com/sns/jscode2session 吗


      2018-11-22
      回复
    • agmowen
      agmowen
      2018-11-22回复管凯旋

      https://open.wechat.com/cgi-bin/newreadtemplate?t=overseas_open/docs/web/login/getting-user-profile#login_getting-user-profile


      you see this website

      2018-11-22
      回复
    • agmowen
      agmowen
      2018-11-23回复agmowen

      问题解决了,因为有用友盟分享微信和微信sdk导入错误的IWXAPI文件。谢谢你的帮忙

      2018-11-23
      1
      回复
    • Ronaldo
      Ronaldo
      2019-07-01回复agmowen

      楼主我也遇到了这个问题,请问你能详细的说一下你是怎么解决的吗


      2019-07-01
      回复
    查看更多(1)
登录 后发表内容