李昊 4 anos atrás
pai
commit
91167bdca4

+ 3 - 3
GxPress/Repository/GxPress.Repository.Implement/UserRepository.cs

@@ -302,9 +302,9 @@ namespace GxPress.Repository.Implement
                 {
                     //var code = _cache.GetString(key).Replace("\"", "");
                     var dictionaryKeyValue = new Dictionary<string, string>();
-                    dictionaryKeyValue.Add("19977191891", "gxcbcm2020");
-                    dictionaryKeyValue.Add("17776699684", "gxcbcm2020");
-                    dictionaryKeyValue.Add("18978939733", "gxcbcm2020");
+                    dictionaryKeyValue.Add("19977191891", "202088");
+                    dictionaryKeyValue.Add("17776699684", "202088");
+                    dictionaryKeyValue.Add("18978939733", "202088");
                     if (dictionaryKeyValue.Any(n => n.Key == request.Phone) && dictionaryKeyValue.Any(n => n.Value == request.Code))
                     {
                         user = await GetByPhoneAsync(request.Phone);