|
@@ -75,13 +75,13 @@ $api->version('v1', [
|
|
|
$api->get('rankingList', 'BeanDetailController@rankingList');
|
|
|
//星球首页
|
|
|
$api->get('starHome', 'BeanDetailController@starHome');
|
|
|
- //分享/邀请首页
|
|
|
- $api->get('starDetail', 'BeanDetailController@starDetail');
|
|
|
|
|
|
//用户发布数,收藏数,转发数
|
|
|
$api->get('post/memberPostStatistics', 'PostController@memberPostStatistics');
|
|
|
//关注feed流
|
|
|
$api->get('feed', 'FeedController@index');
|
|
|
});
|
|
|
+ //分享/邀请首页
|
|
|
+ $api->get('starDetail', 'BeanDetailController@starDetail');
|
|
|
|
|
|
});
|