src/main/kotlin/com/flightfeather/uav/lightshare/web/BaseResPack.kt
@@ -23,5 +23,8 @@ } } catch (e: BizException) { BaseResponse(false, message = e.message ?: "") } catch (e: Exception) { e.printStackTrace() BaseResponse(false, message = e.message ?: "服务器出现内部错误") } }