xielin 5 years ago
parent
commit
945beb2348
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/Service/AliYunVodService.php

+ 1 - 1
app/Service/AliYunVodService.php

@@ -55,7 +55,7 @@ class AliYunVodService
         $request = new GetPlayInfoRequest();
         $request->setVideoId($videoId);
         $request->setAcceptFormat('JSON');
-        $playConfig = ['PlayDomain' => 'http://oss.caihongxingqiu.net/'];
+        $playConfig = ['PlayDomain' => 'http://oss.uptoyo.com/'];
         $request->setPlayConfig(json_encode($playConfig));
         return $client->getAcsResponse($request);
     }