xielin 5 年之前
父节点
当前提交
9c0893b8e7
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      config/aliyunvod.php

+ 1 - 1
config/aliyunvod.php

@@ -12,7 +12,7 @@ return [
     'vod' => [
     'vod' => [
         'AccessKeyID' => 'LTAINdryz1AB0KpO',
         'AccessKeyID' => 'LTAINdryz1AB0KpO',
         'AccessKeySecret' => 'xjKm6yWIewMBQdJYC3H8CnuIOvBv8l',
         'AccessKeySecret' => 'xjKm6yWIewMBQdJYC3H8CnuIOvBv8l',
-        'regionId' => 'cn-shanghai',   // 点播服务接入区域
+        'regionId' => 'cn-zhangjiakou',   // 点播服务接入区域
         'timeout' => '3600',  // 如果是获取签名有效时间为多少
         'timeout' => '3600',  // 如果是获取签名有效时间为多少
         'type' => 'access',  //类型:access|sts 如果是sts 实例化对象时候需要传入$securityToken
         'type' => 'access',  //类型:access|sts 如果是sts 实例化对象时候需要传入$securityToken
         'acceptFormat' => 'JSON',  //返回数据格式
         'acceptFormat' => 'JSON',  //返回数据格式