|
@@ -96,14 +96,14 @@ $api->version('v1', [
|
|
//关注feed流
|
|
//关注feed流
|
|
$api->get('feed', 'FeedController@index');
|
|
$api->get('feed', 'FeedController@index');
|
|
|
|
|
|
-
|
|
|
|
|
|
+ //优秀居民信息获取
|
|
|
|
+ $api->get('excellentResidents', 'BeanDetailController@excellentResidents');
|
|
|
|
+ //排行榜
|
|
|
|
+ $api->get('rankingList', 'BeanDetailController@rankingList');
|
|
|
|
+ //星球首页
|
|
|
|
+ $api->get('starHome', 'BeanDetailController@starHome');
|
|
});
|
|
});
|
|
- //优秀居民信息获取
|
|
|
|
- $api->get('excellentResidents', 'BeanDetailController@excellentResidents');
|
|
|
|
- //排行榜
|
|
|
|
- $api->get('rankingList', 'BeanDetailController@rankingList');
|
|
|
|
- //星球首页
|
|
|
|
- $api->get('starHome', 'BeanDetailController@starHome');
|
|
|
|
|
|
+
|
|
//分享/邀请首页
|
|
//分享/邀请首页
|
|
$api->get('starDetail', 'BeanDetailController@starDetail');
|
|
$api->get('starDetail', 'BeanDetailController@starDetail');
|
|
|
|
|