This commit is contained in:
weiz 2023-11-25 14:33:41 +08:00
parent 995ede0dff
commit 8ac05f8fa3

View File

@ -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;
}
}