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