wupengfei 2 years ago
parent
commit
ccee40ff7c
2 changed files with 1 additions and 2 deletions
  1. 0 2
      .idea/workspace.xml
  2. 1 0
      application/api/controller/VideoDemand.php

+ 0 - 2
.idea/workspace.xml

@@ -2,9 +2,7 @@
 <project version="4">
   <component name="ChangeListManager">
     <list default="true" id="1a36929e-c054-4875-a943-593a74e55fa4" name="Default Changelist" comment="">
-      <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
       <change beforePath="$PROJECT_DIR$/application/api/controller/VideoDemand.php" beforeDir="false" afterPath="$PROJECT_DIR$/application/api/controller/VideoDemand.php" afterDir="false" />
-      <change beforePath="$PROJECT_DIR$/application/common.php" beforeDir="false" afterPath="$PROJECT_DIR$/application/common.php" afterDir="false" />
     </list>
     <option name="SHOW_DIALOG" value="false" />
     <option name="HIGHLIGHT_CONFLICTS" value="true" />

+ 1 - 0
application/api/controller/VideoDemand.php

@@ -264,6 +264,7 @@ class VideoDemand extends Base
     {
         $client = self::createClient($this->access_key, $this->access_secret);
         $getVideoPlayAuthRequest = new GetPlayInfoRequest(['videoId'=>$ali_vid]);
+        var_dump($ali_vid);
         $runtime = new RuntimeOptions([]);
         try {
             $res =  $client->getPlayInfoWithOptions($getVideoPlayAuthRequest, $runtime);