Merge pull request 'update' (#175) from zhangwei into dev

Reviewed-on: #175
This commit is contained in:
weiz 2023-11-25 14:34:25 +08:00
commit d54aa707aa

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