示例#1
0
 public object GenerateToken(string param)
 {
     return(JwtSecurityService.Encrypt(JwtSecurityService.BuildJwtToken(param, 10)));
 }