xiaogang 4 年之前
父节点
当前提交
695d12784d
共有 1 个文件被更改,包括 2 次插入0 次删除
  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("请先登录");