Procházet zdrojové kódy

安装cos,配置

lizhen_gitee před 1 rokem
rodič
revize
8a5b661351
3 změnil soubory, kde provedl 164 přidání a 164 odebrání
  1. 162 162
      addons/cos/config.php
  2. 1 1
      application/config.php
  3. 1 1
      application/extra/upload.php

+ 162 - 162
addons/cos/config.php

@@ -2,228 +2,228 @@
 
 return [
     [
-        'name'    => 'appId',
-        'title'   => 'AppID',
-        'type'    => 'string',
+        'name' => 'appId',
+        'title' => 'AppID',
+        'type' => 'string',
         'content' => [],
-        'value'   => '1256000000',
-        'rule'    => 'required',
-        'msg'     => '',
-        'tip'     => '请前往腾讯控制台 > 访问管理 > API密钥',
-        'ok'      => '',
-        'extend'  => '',
+        'value' => '1320843483',
+        'rule' => 'required',
+        'msg' => '',
+        'tip' => '请前往腾讯控制台 > 访问管理 > API密钥',
+        'ok' => '',
+        'extend' => '',
     ],
     [
-        'name'    => 'secretId',
-        'title'   => 'SecretId',
-        'type'    => 'string',
+        'name' => 'secretId',
+        'title' => 'SecretId',
+        'type' => 'string',
         'content' => [],
-        'value'   => '',
-        'rule'    => 'required',
-        'msg'     => '',
-        'tip'     => '请前往腾讯控制台 > 访问管理 > API密钥',
-        'ok'      => '',
-        'extend'  => '',
+        'value' => 'AKIDSyUwKfzFSfophVDveO2wtlW9dxb7TecP',
+        'rule' => 'required',
+        'msg' => '',
+        'tip' => '请前往腾讯控制台 > 访问管理 > API密钥',
+        'ok' => '',
+        'extend' => '',
     ],
     [
-        'name'    => 'secretKey',
-        'title'   => 'SecretKey',
-        'type'    => 'string',
+        'name' => 'secretKey',
+        'title' => 'SecretKey',
+        'type' => 'string',
         'content' => [],
-        'value'   => '',
-        'rule'    => 'required',
-        'msg'     => '',
-        'tip'     => '请前往腾讯控制台 > 访问管理 > API密钥',
-        'ok'      => '',
-        'extend'  => '',
+        'value' => 'jIfomsoZFl8JG2f6Zt4GF0NZZNxUq33q',
+        'rule' => 'required',
+        'msg' => '',
+        'tip' => '请前往腾讯控制台 > 访问管理 > API密钥',
+        'ok' => '',
+        'extend' => '',
     ],
     [
-        'name'    => 'bucket',
-        'title'   => '存储桶名称',
-        'type'    => 'string',
+        'name' => 'bucket',
+        'title' => '存储桶名称',
+        'type' => 'string',
         'content' => [],
-        'value'   => 'yourbucket-1256000000',
-        'rule'    => 'required',
-        'msg'     => '',
-        'tip'     => '存储空间名称',
-        'ok'      => '',
-        'extend'  => '',
+        'value' => 'mingxiang-1320843483',
+        'rule' => 'required',
+        'msg' => '',
+        'tip' => '存储空间名称',
+        'ok' => '',
+        'extend' => '',
     ],
     [
-        'name'    => 'region',
-        'title'   => '地域名称',
-        'type'    => 'string',
+        'name' => 'region',
+        'title' => '地域名称',
+        'type' => 'string',
         'content' => [],
-        'value'   => 'ap-guangzhou',
-        'rule'    => 'required',
-        'msg'     => '',
-        'tip'     => '请输入地域简称,请注意使用英文',
-        'ok'      => '',
-        'extend'  => '',
+        'value' => 'ap-nanjing',
+        'rule' => 'required',
+        'msg' => '',
+        'tip' => '请输入地域简称,请注意使用英文',
+        'ok' => '',
+        'extend' => '',
     ],
     [
-        'name'    => 'uploadmode',
-        'title'   => '上传模式',
-        'type'    => 'select',
+        'name' => 'uploadmode',
+        'title' => '上传模式',
+        'type' => 'select',
         'content' => [
             'client' => '客户端直传(速度快,无备份)',
             'server' => '服务器中转(占用服务器带宽,有备份)',
         ],
-        'value'   => 'server',
-        'rule'    => '',
-        'msg'     => '',
-        'tip'     => '',
-        'ok'      => '',
-        'extend'  => '',
+        'value' => 'client',
+        'rule' => '',
+        'msg' => '',
+        'tip' => '',
+        'ok' => '',
+        'extend' => '',
     ],
     [
-        'name'    => 'serverbackup',
-        'title'   => '服务器中转模式备份',
-        'type'    => 'radio',
+        'name' => 'serverbackup',
+        'title' => '服务器中转模式备份',
+        'type' => 'radio',
         'content' => [
             1 => '备份(附件管理将产生2条记录)',
             0 => '不备份',
         ],
-        'value'   => '1',
-        'rule'    => '',
-        'msg'     => '',
-        'tip'     => '服务器中转模式下是否备份文件',
-        'ok'      => '',
-        'extend'  => '',
+        'value' => '0',
+        'rule' => '',
+        'msg' => '',
+        'tip' => '服务器中转模式下是否备份文件',
+        'ok' => '',
+        'extend' => '',
     ],
     [
-        'name'    => 'uploadurl',
-        'title'   => '上传接口地址',
-        'type'    => 'string',
+        'name' => 'uploadurl',
+        'title' => '上传接口地址',
+        'type' => 'string',
         'content' => [],
-        'value'   => 'https://yourbucket-1256000000.cos.ap-guangzhou.myqcloud.com',
-        'rule'    => 'required',
-        'msg'     => '',
-        'tip'     => '请输入你的上传接口地址',
-        'ok'      => '',
-        'extend'  => '',
+        'value' => 'https://mingxiang-1320843483.cos.ap-nanjing.myqcloud.com',
+        'rule' => 'required',
+        'msg' => '',
+        'tip' => '请输入你的上传接口地址',
+        'ok' => '',
+        'extend' => '',
     ],
     [
-        'name'    => 'cdnurl',
-        'title'   => 'CDN地址',
-        'type'    => 'string',
+        'name' => 'cdnurl',
+        'title' => 'CDN地址',
+        'type' => 'string',
         'content' => [],
-        'value'   => 'https://yourbucket-1256170481.file.myqcloud.com',
-        'rule'    => 'required',
-        'msg'     => '',
-        'tip'     => '请配置你的CDN地址或在存储桶基础配置中获取',
-        'ok'      => '',
-        'extend'  => '',
+        'value' => 'https://mingxiang-1320843483.cos.ap-nanjing.myqcloud.com',
+        'rule' => 'required',
+        'msg' => '',
+        'tip' => '请配置你的CDN地址或在存储桶基础配置中获取',
+        'ok' => '',
+        'extend' => '',
     ],
     [
-        'name'    => 'savekey',
-        'title'   => '保存文件名',
-        'type'    => 'string',
+        'name' => 'savekey',
+        'title' => '保存文件名',
+        'type' => 'string',
         'content' => [],
-        'value'   => '/uploads/{year}{mon}{day}/{filemd5}{.suffix}',
-        'rule'    => 'required',
-        'msg'     => '',
-        'tip'     => '',
-        'ok'      => '',
-        'extend'  => '',
+        'value' => '/uploads/{year}{mon}{day}/{filemd5}{.suffix}',
+        'rule' => 'required',
+        'msg' => '',
+        'tip' => '',
+        'ok' => '',
+        'extend' => '',
     ],
     [
-        'name'    => 'expire',
-        'title'   => '上传有效时长',
-        'type'    => 'string',
+        'name' => 'expire',
+        'title' => '上传有效时长',
+        'type' => 'string',
         'content' => [],
-        'value'   => '600',
-        'rule'    => 'required',
-        'msg'     => '',
-        'tip'     => '',
-        'ok'      => '',
-        'extend'  => '',
+        'value' => '600',
+        'rule' => 'required',
+        'msg' => '',
+        'tip' => '',
+        'ok' => '',
+        'extend' => '',
     ],
     [
-        'name'    => 'maxsize',
-        'title'   => '最大可上传',
-        'type'    => 'string',
+        'name' => 'maxsize',
+        'title' => '最大可上传',
+        'type' => 'string',
         'content' => [],
-        'value'   => '10M',
-        'rule'    => 'required',
-        'msg'     => '',
-        'tip'     => '',
-        'ok'      => '',
-        'extend'  => '',
+        'value' => '100M',
+        'rule' => 'required',
+        'msg' => '',
+        'tip' => '',
+        'ok' => '',
+        'extend' => '',
     ],
     [
-        'name'    => 'mimetype',
-        'title'   => '可上传后缀格式',
-        'type'    => 'string',
+        'name' => 'mimetype',
+        'title' => '可上传后缀格式',
+        'type' => 'string',
         'content' => [],
-        'value'   => 'jpg,png,bmp,jpeg,gif,zip,rar,xls,xlsx',
-        'rule'    => 'required',
-        'msg'     => '',
-        'tip'     => '',
-        'ok'      => '',
-        'extend'  => '',
+        'value' => 'jpg,png,bmp,jpeg,gif,zip,rar,xls,xlsx',
+        'rule' => 'required',
+        'msg' => '',
+        'tip' => '',
+        'ok' => '',
+        'extend' => '',
     ],
     [
-        'name'    => 'multiple',
-        'title'   => '多文件上传',
-        'type'    => 'bool',
+        'name' => 'multiple',
+        'title' => '多文件上传',
+        'type' => 'bool',
         'content' => [],
-        'value'   => '0',
-        'rule'    => 'required',
-        'msg'     => '',
-        'tip'     => '',
-        'ok'      => '',
-        'extend'  => '',
+        'value' => '0',
+        'rule' => 'required',
+        'msg' => '',
+        'tip' => '',
+        'ok' => '',
+        'extend' => '',
     ],
     [
-        'name'    => 'thumbstyle',
-        'title'   => '缩略图样式',
-        'type'    => 'string',
+        'name' => 'thumbstyle',
+        'title' => '缩略图样式',
+        'type' => 'string',
         'content' => [],
-        'value'   => '',
-        'rule'    => '',
-        'msg'     => '',
-        'tip'     => '用于附件管理缩略图样式,可使用:?imageMogr2/thumbnail/120x90',
-        'ok'      => '',
-        'extend'  => '',
+        'value' => '',
+        'rule' => '',
+        'msg' => '',
+        'tip' => '用于附件管理缩略图样式,可使用:?imageMogr2/thumbnail/120x90',
+        'ok' => '',
+        'extend' => '',
     ],
     [
-        'name'    => 'chunking',
-        'title'   => '分片上传',
-        'type'    => 'radio',
+        'name' => 'chunking',
+        'title' => '分片上传',
+        'type' => 'radio',
         'content' => [
             1 => '开启',
             0 => '关闭',
         ],
-        'value'   => '0',
-        'rule'    => 'required',
-        'msg'     => '',
-        'tip'     => '',
-        'ok'      => '',
-        'extend'  => '',
+        'value' => '0',
+        'rule' => 'required',
+        'msg' => '',
+        'tip' => '',
+        'ok' => '',
+        'extend' => '',
     ],
     [
-        'name'    => 'chunksize',
-        'title'   => '分片大小',
-        'type'    => 'number',
+        'name' => 'chunksize',
+        'title' => '分片大小',
+        'type' => 'number',
         'content' => [],
-        'value'   => '4194304',
-        'rule'    => 'required',
-        'msg'     => '',
-        'tip'     => '',
-        'ok'      => '',
-        'extend'  => '',
+        'value' => '4194304',
+        'rule' => 'required',
+        'msg' => '',
+        'tip' => '',
+        'ok' => '',
+        'extend' => '',
     ],
     [
-        'name'    => 'syncdelete',
-        'title'   => '附件删除时是否同步删除文件',
-        'type'    => 'bool',
+        'name' => 'syncdelete',
+        'title' => '附件删除时是否同步删除文件',
+        'type' => 'bool',
         'content' => [],
-        'value'   => '0',
-        'rule'    => 'required',
-        'msg'     => '',
-        'tip'     => '',
-        'ok'      => '',
-        'extend'  => '',
+        'value' => '0',
+        'rule' => 'required',
+        'msg' => '',
+        'tip' => '',
+        'ok' => '',
+        'extend' => '',
     ],
 ];

+ 1 - 1
application/config.php

@@ -309,7 +309,7 @@ return [
     'default_avatar'=> '/assets/img/avatar.png',
 
     //图片地址
-    'domain_cdnurl' => 'http://mingxiang.huxiukeji.cn',
+    'domain_cdnurl' => 'https://mingxiang-1320843483.cos.ap-nanjing.myqcloud.com',
 //    'domain_cdnurl' => 'http://mingxiang.com',
     //h5页面地址
     'h5_url' => 'http://mingxiangweb.huxiukeji.cn',

+ 1 - 1
application/extra/upload.php

@@ -9,7 +9,7 @@ return [
     /**
      * CDN地址
      */
-    'cdnurl'    => '',
+    'cdnurl'    => 'https://mingxiang-1320843483.cos.ap-nanjing.myqcloud.com',
     /**
      * 文件保存格式
      */