username@email.com
2023-04-19 43987d31cdf56e5c2de1626ec490607679297b53
zhengcaioa/zhengcaioa/Controllers/UserController.cs
@@ -605,7 +605,7 @@
                {
                    //string SecurityKey = _configuration.GetSection("SecurityKey").Value;
                    var keyId = headers["Authorization"].FirstOrDefault();
                    if (string.IsNullOrEmpty("keyId"))
                    if (string.IsNullOrEmpty(keyId))
                    {
                        returnMsg.code = 2;
                        returnMsg.error = "没有获取到token";