['txt','doc','docx','xls','xlsx','ppt','pptx','pdf'], // 转换类型 'convertTypes'=> [ 'doc'=> 'application/msword', 'docx'=> 'application/vnd.openxmlformats-officedocument.wordprocessingml.document', 'xls'=> 'application/vnd.ms-excel', 'xlsx'=> 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet', 'ppt'=> 'application/vnd.ms-powerpoint', 'pptx'=> 'application/vnd.openxmlformats-officedocument.presentationml.presentation' ], // 转换接口 'convertApi'=> [ 'convert'=> 'https://api.iamdev.me/docConvert/convertPDF', 'download'=> 'https://api.iamdev.me/docConvert/downloadPDF?id=%s', ], 'convertApiUrl'=> '', // 文件上传大小 'fileSize'=> 30, // 图片上传大小 'imageSize'=> 10, ];