|
@@ -71,11 +71,8 @@ $api->version('v1', [
|
|
$api->get('activities', 'ActivitiesController@view');
|
|
$api->get('activities', 'ActivitiesController@view');
|
|
});
|
|
});
|
|
|
|
|
|
- //仅验签
|
|
|
|
- $api->group(['middleware' => 'chxq_sign'], function ($api) {
|
|
|
|
- //星球新闻列表
|
|
|
|
- $api->get('/starNews/lists', 'StarNewsController@index');
|
|
|
|
- });
|
|
|
|
|
|
+ //星球新闻列表
|
|
|
|
+ $api->get('/starNews/lists', 'StarNewsController@index');
|
|
//平台内容列表
|
|
//平台内容列表
|
|
$api->get('/platformContent/lists', 'PlatformContentController@index');
|
|
$api->get('/platformContent/lists', 'PlatformContentController@index');
|
|
|
|
|