xielin 5 年 前
コミット
945beb2348
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  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);
     }