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
User.register(user)
注册接口 的返回值中 能否增加 一个过期时间的字段,告诉当前账号的token的过期时间;否则, 注册成功了 不知道 这个token的过期时间;
请求成功 { "code": 200, "userId": "ujadk90ha", "token": "SfJQnrPDLZNMxSl+cNLZNMxSl+cNGDRLrkqw5cNGDRLrkqw5Xap7yf5" }
The text was updated successfully, but these errors were encountered:
过期时间不是管理后台自己设置的嘛,啥时候过期自己应该清楚的
Sorry, something went wrong.
No branches or pull requests
User.register(user)
注册接口 的返回值中 能否增加 一个过期时间的字段,告诉当前账号的token的过期时间;否则, 注册成功了 不知道 这个token的过期时间;
请求成功
{
"code": 200,
"userId": "ujadk90ha",
"token": "SfJQnrPDLZNMxSl+cNLZNMxSl+cNGDRLrkqw5cNGDRLrkqw5Xap7yf5"
}
The text was updated successfully, but these errors were encountered: