完成验证码及登录功能
This commit is contained in:
@@ -53,7 +53,7 @@ namespace Yi.Framework.Auth.JwtBearer.Authentication
|
||||
resp = p.GetString();
|
||||
break;
|
||||
case JsonValueKind.Number:
|
||||
resp = p.GetInt32().ToString();
|
||||
resp = p.GetInt64().ToString();
|
||||
break;
|
||||
}
|
||||
claims.Add(new Claim(claim.Key, resp ?? ""));
|
||||
|
||||
Reference in New Issue
Block a user