xielin 5 년 전
부모
커밋
b43280e4ba
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      routes/api.php

+ 1 - 1
routes/api.php

@@ -22,7 +22,7 @@ $api->version('v1', [
     $api->get('getPlayUrlByVideoId', 'AliYunVodController@getPlayUrlByVideoId');
     //获取所有行为
     $api->get('getAllBehavior', 'BehaviorController@getAllBehavior');
-    $api->get('test', 'AliYunVodController@test');
+    $api->get('test_aa', 'AliYunVodController@test');
     //登录+验签
     $api->group(['middleware' => ['chxq_jwt_auth']], function ($api) {
         //发布内容