xiaogang %!s(int64=4) %!d(string=hai) anos
pai
achega
695d12784d
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      app/Services/HomeService.php

+ 2 - 0
app/Services/HomeService.php

xqd
@@ -61,6 +61,8 @@ class HomeService
     public function user_detail($user_id){
         $user = auth('api')->user();
 
+        throw new Exception("2222");
+
         //判断逛一逛用户和非会员用户
         if(!$user){
             throw new AuthException("请先登录");