From 594de76ed51fd49fb79b912212bb0052a63e7671 Mon Sep 17 00:00:00 2001
From: feiyu02 <risaku@163.com>
Date: 星期四, 09 四月 2026 16:10:45 +0800
Subject: [PATCH] 2026.4.9

---
 src/main/kotlin/com/flightfeather/uav/lightshare/web/BaseResPack.kt |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/src/main/kotlin/com/flightfeather/uav/lightshare/web/BaseResPack.kt b/src/main/kotlin/com/flightfeather/uav/lightshare/web/BaseResPack.kt
index f9687d8..509fcee 100644
--- a/src/main/kotlin/com/flightfeather/uav/lightshare/web/BaseResPack.kt
+++ b/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 ?: "鏈嶅姟鍣ㄥ嚭鐜板唴閮ㄩ敊璇�")
     }
 }
\ No newline at end of file

--
Gitblit v1.9.3