完成验证码及登录功能

This commit is contained in:
橙子
2023-02-04 18:06:42 +08:00
parent cfd25b0a8d
commit b01d242cbc
276 changed files with 24201 additions and 22 deletions

View File

@@ -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 ?? ""));