We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25b76f1 commit 04e8d02Copy full SHA for 04e8d02
README.md
@@ -25,7 +25,7 @@ to the require section of your composer.json.
25
$client = new \aliyun\live\Client('123456', '123456');
26
$package = [
27
'Action' => 'DescribeLiveStreamsPublishList',
28
- 'DomainName' => 'live.opencoding.tv',
+ 'DomainName' => 'live.cctv.com',
29
'StartTime' => gmdate('Y-m-d\TH:i:s\Z', strtotime('2017-03-15')),
30
'EndTime' => gmdate('Y-m-d\TH:i:s\Z', strtotime('2017-04-01')),
31
];
0 commit comments