更新:取消异常debug
parent
820c38437d
commit
10773a71d7
|
@ -247,7 +247,7 @@ class User extends Base
|
||||||
} catch (ValidateException $e) {
|
} catch (ValidateException $e) {
|
||||||
return $this->json(4001, $e->getError());
|
return $this->json(4001, $e->getError());
|
||||||
} catch (Exception $e) {
|
} catch (Exception $e) {
|
||||||
return $this->json(5001, '服务器繁忙!获取用户个人信息失败'.$e->getMessage());
|
return $this->json(5001, '服务器繁忙!获取用户个人信息失败');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue