Pārlūkot izejas kodu

update vod domain

xielin 5 gadi atpakaļ
vecāks
revīzija
0d284baccb
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      app/Service/AliYunVodService.php

+ 1 - 1
app/Service/AliYunVodService.php

@@ -37,7 +37,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);
     }