Explorar o código

星球改为后院

durong %!s(int64=5) %!d(string=hai) anos
pai
achega
92c4776ef1

+ 1 - 1
app/Http/Controllers/V1/BeanDetailController.php

@@ -50,7 +50,7 @@ class BeanDetailController extends Controller
         }
     }
 
-    //星球首页
+    //后院首页
     public function starHome(Request $request)
     {
         $star_home = $this->beanRepository->starHome($request->all());

+ 1 - 1
app/Repositories/BeanRepository.php

@@ -155,7 +155,7 @@ class BeanRepository
 
     }
 
-    //星球首页
+    //后院首页
     public function starHome($request)
     {
         $today = Carbon::now()->toDateString();

+ 1 - 1
routes/api.php

@@ -99,7 +99,7 @@ $api->version('v1', [
         $api->get('excellentResidents', 'BeanDetailController@excellentResidents');
         //排行榜
         $api->get('rankingList', 'BeanDetailController@rankingList');
-        //星球首页
+        //后院首页
         $api->get('starHome', 'BeanDetailController@starHome');
     });