We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
①: data: msg: "登录已过期" status: -1
②: 还有在授权登录的时候返回值中res.user是null util.req('user/login',loginParams,(res)=>{ console.log('res=>',res) })
The text was updated successfully, but these errors were encountered:
这个一般是appid跟appserect不对应的问题
Sorry, something went wrong.
我发现改为一致之后还是登录过期,而且获取不到user,就是授权之后返回一个sk,和user,这个user是null
您好,请问问题您解决了吗,我也是遇到这个问题!谢谢
作者说了,前后端appid和sk不对应,改了就好了
No branches or pull requests
①:
data:
msg: "登录已过期"
status: -1
②:
还有在授权登录的时候返回值中res.user是null
util.req('user/login',loginParams,(res)=>{
console.log('res=>',res)
})
The text was updated successfully, but these errors were encountered: