浏览代码

文件上传代码

gaoxiong 2 年之前
父节点
当前提交
d017f236d2

+ 2 - 0
soc-modules/soc-modules-file/src/main/java/com/xunmei/file/controller/SysFileController.java

@@ -119,4 +119,6 @@ public class SysFileController
             throw new RuntimeException(e);
         }
     }
+
+
 }