src/main/kotlin/cn/flightfeather/supervision/lightshare/web/BaseResPack.kt
@@ -22,5 +22,9 @@ } } catch (e: BizException) { BaseResponse(false, message = e.message ?: "") } catch (e: Exception) { // fixme: to log system BaseResponse(false, message = "服务器出现内部错误") } }