소스 검색

文件上传

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';