收藏
回答

几乎每天早上7点左右,都会出现状态是成功,但是返回内容没有code的数据?ip来源都是上海腾讯

wx.login({

      success: res => {

        // 发送 res.code 到后台换取 openId, sessionKey, unionId

        if (res.code) {

        } else {

          var data = {

            'type': "login-error",

            'msg': "获取code失败",

            'res': JSON.stringify(res)

          }

          log.error(app.globalData.envVersion, app.globalData.miniVersion, '登录 微信服务器异常', JSON.stringify(data))

        }

      }

    })

{"msg":"获取code失败","res":"{\"errMsg\":\"login:ok\"}","type":"login-error"}, 用户ip=175.24.19.166

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

2 个回答

登录 后发表内容