'app_id', 'title' => 'app_id', 'type' => 'string', 'content' => [], 'value' => 'asdasd', 'rule' => 'required', 'msg' => '', 'tip' => '', 'ok' => '', 'extend' => '', ], [ 'name' => 'app_key', 'title' => 'app_key', 'type' => 'string', 'content' => [], 'value' => 'asdasda', 'rule' => 'required', 'msg' => '', 'tip' => '', 'ok' => '', 'extend' => '', ], [ 'name' => 'bucket', 'title' => 'Bucket', 'type' => 'string', 'content' => [], 'value' => 'dasdasda', 'rule' => 'required', 'msg' => '', 'tip' => '阿里云OSS的空间名', 'ok' => '', 'extend' => '', ], [ 'name' => 'endpoint', 'title' => 'EndPoint', 'type' => 'string', 'content' => [], 'value' => 'oss-cn-shenzhen.aliyuncs.com', 'rule' => 'required', 'msg' => '', 'tip' => '如果是服务器中转模式,可填写内网域名', 'ok' => '', 'extend' => '', ], [ 'name' => 'cdnurl', 'title' => 'CDN地址', 'type' => 'string', 'content' => [], 'value' => 'http://yourbucket.oss-cn-shenzhen.aliyuncs.com', 'rule' => 'required', 'msg' => '', 'tip' => '如果你启用了CDN,请填写CDN地址', 'ok' => '', 'extend' => '', ], 6 => [ 'name' => 'uploadmode', 'title' => '上传模式', 'type' => 'select', 'content' => [ 'client' => '客户端直传(速度快,无备份)', 'server' => '服务器中转(占用服务器带宽,有备份)', ], 'value' => 'client', 'rule' => '', 'msg' => '', 'tip' => '', 'ok' => '', 'extend' => '', ], [ 'name' => 'savekey', 'title' => '保存文件名', 'type' => 'string', 'content' => [], 'value' => '/uploads/{year}{mon}{day}/{filemd5}{.suffix}', 'rule' => 'required', 'msg' => '', 'tip' => '', 'ok' => '', 'extend' => '', ], [ 'name' => 'expire', 'title' => '上传有效时长', 'type' => 'string', 'content' => [], 'value' => '600', 'rule' => 'required', 'msg' => '', 'tip' => '', 'ok' => '', 'extend' => '', ], [ 'name' => 'maxsize', 'title' => '最大可上传', 'type' => 'string', 'content' => [], 'value' => '10M', 'rule' => 'required', 'msg' => '', 'tip' => '', 'ok' => '', 'extend' => '', ], [ 'name' => 'mimetype', 'title' => '可上传后缀格式', 'type' => 'string', 'content' => [], 'value' => '*', 'rule' => 'required', 'msg' => '', 'tip' => '', 'ok' => '', 'extend' => '', ], [ 'name' => 'multiple', 'title' => '多文件上传', 'type' => 'bool', 'content' => [], 'value' => '0', 'rule' => 'required', 'msg' => '', 'tip' => '', 'ok' => '', 'extend' => '', ], [ 'name' => 'chunking', 'title' => '分片上传', 'type' => 'bool', 'content' => [], 'value' => '0', 'rule' => 'required', 'msg' => '', 'tip' => '', 'ok' => '', 'extend' => '', ], ];