|
@@ -48,11 +48,11 @@ $api->version('v1', [
|
|
|
], function ($api) {
|
|
|
|
|
|
$api->get('/floor/info', 'FloorController@info');
|
|
|
+
|
|
|
+ $api->get('/floor/hotVideoIds', 'FloorController@hotVideoIds');
|
|
|
$api->group(['middleware' => 'chxq_jwt_auth'], function ($api) {
|
|
|
|
|
|
$api->get('/floor/index', 'FloorController@index');
|
|
|
-
|
|
|
- $api->get('/floor/hotVideoIds', 'FloorController@hotVideoIds');
|
|
|
|
|
|
$api->get('memberList', 'MemberGroupController@memberList');
|
|
|
});
|