|
@@ -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');
|