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