durong %!s(int64=5) %!d(string=hai) anos
pai
achega
97f81a87ec
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      routes/api.php

+ 2 - 1
routes/api.php

@@ -101,10 +101,11 @@ $api->version('v1', [
         //优秀居民信息获取
         $api->get('excellentResidents', 'BeanDetailController@excellentResidents');
         //排行榜
+        $api->get('rankingList', 'BeanDetailController@rankingList');
         //后院首页
         $api->get('starHome', 'BeanDetailController@starHome');
     });
-    $api->get('rankingList', 'BeanDetailController@rankingList');
+
 
     //分享/邀请首页
     $api->get('starDetail', 'BeanDetailController@starDetail');