diff --git a/app/api/logic/LoginLogic.php b/app/api/logic/LoginLogic.php index e8962e93c..ad83473aa 100755 --- a/app/api/logic/LoginLogic.php +++ b/app/api/logic/LoginLogic.php @@ -281,7 +281,7 @@ class LoginLogic extends BaseLogic } } } catch (GuzzleException $e) { - return $this->fail($e->getMessage());self::setError('用户不存在,请联系管理员开通供销系统账户'); + //return $this->fail($e->getMessage());self::setError('用户不存在,请联系管理员开通供销系统账户'); return false; } }