浏览代码

视频点播换key

lizhen_gitee 4 月之前
父节点
当前提交
fd7c7affc2
共有 2 个文件被更改,包括 4 次插入4 次删除
  1. 2 2
      application/common/library/Uploadvideo.php
  2. 2 2
      application/common/library/Video.php

+ 2 - 2
application/common/library/Uploadvideo.php

@@ -8,8 +8,8 @@ class Uploadvideo{
     public function __construct(){
         date_default_timezone_set('PRC');
 
-        $this->accessKeyId = 'LTAI5tQtgaZ2fDb7Ascp96Wj';
-        $this->accessKeySecret = 'qAvIB98inVltwiCHf8LPi38BWyQ1bV';
+        $this->accessKeyId = 'LTAI5t5kfj2Efg6YA7awDUoP';
+        $this->accessKeySecret = 't5HZA7628nQv9tGv0y50AOoMfgMYkl';
     }
 
     public function test1(){

+ 2 - 2
application/common/library/Video.php

@@ -14,8 +14,8 @@ class Video
     public function __construct(){
         define("VOD_CLIENT_NAME", 'AliyunVodClientDemo');
 
-        $this->accessKeyId = 'LTAI5tQtgaZ2fDb7Ascp96Wj';
-        $this->accessKeySecret = 'qAvIB98inVltwiCHf8LPi38BWyQ1bV';
+        $this->accessKeyId = 'LTAI5t5kfj2Efg6YA7awDUoP';
+        $this->accessKeySecret = 't5HZA7628nQv9tGv0y50AOoMfgMYkl';
 
         $this->initVodClient();
     }