xiaogang 4 năm trước cách đây
mục cha
commit
695d12784d
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  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("请先登录");