From a9a1c709f56bb7c4361aa04b7cc647baaed74fcd Mon Sep 17 00:00:00 2001
From: wangrong <wangrong@shsening.com>
Date: 星期四, 13 八月 2026 11:05:34 +0800
Subject: [PATCH] 修复部分bug和修改校区监控摄像头合集显示

---
 src/modules/push/controller/app/open.ts |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/modules/push/controller/app/open.ts b/src/modules/push/controller/app/open.ts
index 67199aa..c082fe1 100644
--- a/src/modules/push/controller/app/open.ts
+++ b/src/modules/push/controller/app/open.ts
@@ -116,7 +116,7 @@
       this.ctx.body = { messageId: '' };
       return;
     }
-    console.log('銆愯悿鐭充簯鍘熷鎶ユ枃銆�:', rawBody.slice(0, 500));
+    console.log('銆愯悿鐭充簯鍘熷鎶ユ枃銆�:', rawBody);
     let msg: any;
     try {
       msg = JSON.parse(rawBody);

--
Gitblit v1.9.1