feiyu02
2022-09-23 497475defd5d0ebf90ae6a8e2b080a16d78043ab
src/main/kotlin/cn/flightfeather/supervision/lightshare/service/Impl/VersionServiceImpl.kt
@@ -37,7 +37,7 @@
            val path = "crash/"
            try {
                //调用文件保存方法
                FileUtil().uploadFile(file.bytes, basePath + path, fileName!!)
                FileUtil.uploadFile(file.bytes, basePath + path, fileName!!)
                return true
            } catch (e: Exception) {
                e.printStackTrace()