更新:取消异常debug

master
zwesy 2021-12-21 15:02:38 +08:00
parent 820c38437d
commit 10773a71d7
1 changed files with 1 additions and 1 deletions

View File

@ -247,7 +247,7 @@ class User extends Base
} catch (ValidateException $e) {
return $this->json(4001, $e->getError());
} catch (Exception $e) {
return $this->json(5001, '服务器繁忙!获取用户个人信息失败'.$e->getMessage());
return $this->json(5001, '服务器繁忙!获取用户个人信息失败');
}
}