html52.com
我爱小程序-开发者交流社区

'access_token'

问题模块 框架类型 问题类型 API/组件名称 终端类型 微信版本 基础库版本
API和组件 小程序 Bug wx.request 客户端 7.0.3 没看到

- 当前 Bug 的表现(可附上截图)- 当前 Bug 的表现(可附上截图)- 预期表现

- 预期表现

想要不报错,正确的获取openid

- 复现路径

- 提供一个最简复现 Demo

//app.js

App({

  onLaunch: function() {


    //获取access_token

    wx.request({

      url: 'http://api.wss.onlyjune.com/accessToken?client_id=20882088&secret=nGk5R2wrnZqQ02bed29rjzax1QWRIu1O',

      data: {},

      method: 'post',

      header: {

        'Content-Type': 'application/json'

      },

      success: function(res) {

        // console.log(res.data)

        console.log(res.data.access_token)

        wx.login({

          success: function(res) {

            console.log(res.code)

            //发送请求

            wx.request({

              url: 'http://api.wss.onlyjune.com/login/getWxOpenid.html',

              data: {

                access_token: res.data.access_token,

                code: res.code

              },

              header: {

                'content-type': 'application/json' //默认值

              },

              success: function(res) {

                var that = this;

                console.log(res.data)


              }

            })

          }

        })

        // console.log(res.data)

        wx.setStorage({

          key: 'access_token',

          data: {

            access_token: res.data.access_token,

            expires: Date.parse(new Date()) + res.data.expires,

          },

          success: function(res) {},

        })

      },

      fail: function() {


      }

    })

  },

  globalData: {

    userInfo: null

  }

})


网友回复

祺爸?:

祺爸?:两个都是res

两个都是res

评论 抢沙发

  • 昵称 (必填)
  • 邮箱 (必填)
  • 网址

真正的个人免签约支付接口

云免签H5支付