From 7c7246b4dc8f255ecf72e51d476faad17ac552f5 Mon Sep 17 00:00:00 2001 From: 16337 <1633794139@qq.com> Date: Fri, 3 Apr 2026 18:02:04 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=EF=BC=9A=E6=97=A5=E6=8A=A5?= =?UTF-8?q?=E5=8D=A1=E7=89=87=E5=BA=95=E9=83=A8=E6=B7=BB=E5=8A=A0=E3=80=8C?= =?UTF-8?q?=E7=82=B9=E5=87=BB=E6=9F=A5=E7=9C=8B=E8=AF=A6=E6=83=85=E3=80=8D?= =?UTF-8?q?=E8=B7=B3=E8=BD=AC=E5=B0=8F=E7=A8=8B=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/services/daily_report_service.py | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/app/services/daily_report_service.py b/app/services/daily_report_service.py index a0770bb..41d7921 100644 --- a/app/services/daily_report_service.py +++ b/app/services/daily_report_service.py @@ -361,6 +361,14 @@ def _build_template_card(report: Dict) -> Dict: }, "sub_title_text": sub_title, "horizontal_content_list": kv_list, + "jump_list": [ + { + "type": 2, + "title": "点击查看详情", + "appid": "wxb3dc42bb3017c3f2", + "pagepath": "pages/home/index", + }, + ], "card_action": { "type": 2, "appid": "wxb3dc42bb3017c3f2",