@ -220,6 +220,13 @@ public class CommonUtil {
}
/**
* 上传文件到FastDFS
*
* @param files 临时文件
* @return
* @throws Exception
*/
public static String copyTempFilesToFastDFS(String files) throws Exception {
// 文件保存的临时路径
String tempPath = SystemConf.getInstance().getTempPath() + File.separator;