TANG JIANG 1 anno fa
parent
commit
3dcc047013
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      src/Hotline/Push/MessageCodeDomainService.cs

+ 2 - 2
src/Hotline/Push/MessageCodeDomainService.cs

@@ -143,8 +143,8 @@ namespace Hotline.Push
             if (token == null)
                 throw UserFriendlyException.SameMessage("账号或者验证码错误!");
 
-            if (token.IsChecking)
-                return;
+            //if (token.IsChecking)
+            //    return;
 
             if (string.IsNullOrEmpty(Code) || token.Code != Code)
                 throw UserFriendlyException.SameMessage("验证码错误!");