|
@@ -13,14 +13,16 @@ class Video
|
|
|
protected $accessKeySecret = '';
|
|
|
public function __construct(){
|
|
|
define("VOD_CLIENT_NAME", 'AliyunVodClientDemo');
|
|
|
- $this->accessKeyId = 'LTAI5tCmhmtpkP45oPnM73fb';
|
|
|
- $this->accessKeySecret = 'ba4MhM2Qs4lbiCacKtR54ATVInfxVo';
|
|
|
+
|
|
|
+ $this->accessKeyId = 'LTAI5tQtgaZ2fDb7Ascp96Wj';
|
|
|
+ $this->accessKeySecret = 'qAvIB98inVltwiCHf8LPi38BWyQ1bV';
|
|
|
+
|
|
|
$this->initVodClient();
|
|
|
}
|
|
|
|
|
|
//初始化
|
|
|
public function initVodClient() {
|
|
|
- $regionId = 'cn-shanghai';
|
|
|
+ $regionId = 'cn-beijing';
|
|
|
//填入AccessKey信息
|
|
|
AlibabaCloud::accessKeyClient($this->accessKeyId, $this->accessKeySecret)
|
|
|
->regionId($regionId)
|