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