<?php /** * 文件上传参数 */ return [ 'imageSize'=> 20, // 上传图片大小 'thumbWidth'=> 1200, // 缩略图宽度 'thumbHeight'=> 1200, // 缩略图高度 ];