Commit fc19f39f authored by hujun's avatar hujun

默认文件大小

parent 887ed048
......@@ -20,7 +20,7 @@ class UploadFileService
* @param array $ext
* @return array
*/
public function upload($_upload_file, $type, $size = 1000000, $ext = [ 'jpg','png','jpeg','xlsx','doc','docx','pdf'])
public function upload($_upload_file, $type, $size = 10000000, $ext = [ 'jpg','png','jpeg','xlsx','doc','docx','pdf'])
{
/**
*
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment