调整Perms 的值 int

This commit is contained in:
youngq 2024-11-25 15:28:25 +08:00
parent 204d6edc78
commit 3401856281
1 changed files with 1 additions and 1 deletions

View File

@ -268,7 +268,7 @@ namespace WGShare.API.Controllers
var accessToken = _jwtHelper.CreateToken(user.Id, btnAutn); var accessToken = _jwtHelper.CreateToken(user.Id, btnAutn);
return Ok(new return Ok(new
{ {
perms = "0", perms = 0,
token = accessToken, token = accessToken,
refresh_token = "", refresh_token = "",
roleId = user.RoleId, roleId = user.RoleId,