|
@@ -22,14 +22,13 @@ $api->version('v1', [
|
|
|
$api->get('getVodUploadAuth', 'AliYunVodController@getVodUploadAuth');
|
|
|
$api->get('vod/upload/image', 'AliYunVodController@getImgUploadAuth');
|
|
|
$api->get('getPlayUrlByVideoId', 'AliYunVodController@getPlayUrlByVideoId');
|
|
|
+
|
|
|
+ $api->put('download_count', 'PostController@downloadCount');
|
|
|
|
|
|
$api->get('getAllBehavior', 'BehaviorController@getAllBehavior');
|
|
|
$api->group(['middleware' => ['chxq_sign']], function ($api) {
|
|
|
|
|
|
$api->get('post/info', 'PostController@find');
|
|
|
-
|
|
|
-
|
|
|
- $api->put('download_count', 'PostController@downloadCount');
|
|
|
});
|
|
|
|
|
|
$api->group(['middleware' => ['chxq_jwt_auth']], function ($api) {
|