微信小程序中,为什么已经登录成功,但是别的接口却获取不到我的token
在你登录成功的时候,把token通过wx.setStorageSync('token', token)存起来。
需要先set,在get