Преглед изворни кода

Merge remote-tracking branch 'origin/develop' into develop

wzq пре 5 година
родитељ
комит
5fa4b7a7ee
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);
     }