xielin 5 年之前
父節點
當前提交
c1713e5245
共有 2 個文件被更改,包括 1 次插入3 次删除
  1. 1 1
      app/Repositories/BeanRepository.php
  2. 0 2
      routes/api.php

+ 1 - 1
app/Repositories/BeanRepository.php

@@ -236,7 +236,7 @@ class BeanRepository
             $temp['circle_name'] = mb_substr($circle['name'], 0, 6);
             $circles[] = $temp;
         }
-        $star_detail['circles'] = $circles;
+        $star_home['circles'] = $circles;
         //聊天室
         $tmpChatroom = Redis::get('user_service_chatroom');
         $chatrooms = $tmpChatroom ? json_decode($tmpChatroom, true) : [];

+ 0 - 2
routes/api.php

@@ -156,8 +156,6 @@ $api->version('v1', [
     });
 
 
-
-
     //分享/邀请首页
     $api->get('starDetail', 'BeanDetailController@starDetail');
     //不登录单独返回每日新闻、小贴士