浏览代码

文件上传

cqp 10 月之前
父节点
当前提交
2e24b18a41
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      app/Service/FileUploadService.php

+ 2 - 1
app/Service/FileUploadService.php

@@ -17,7 +17,8 @@ class FileUploadService extends Service
         'zip',
         'rar',
         'xlsx',
-        'xls'
+        'xls',
+        'xml'
     ];
     const tmp_dir = 'kq';
     const tmp_dir_1 = 'upload_occ';