修复:小程序路径改为pages/index/index

This commit is contained in:
2026-04-03 18:09:33 +08:00
parent 7c7246b4dc
commit 2ba8535869

View File

@@ -366,13 +366,13 @@ def _build_template_card(report: Dict) -> Dict:
"type": 2,
"title": "点击查看详情",
"appid": "wxb3dc42bb3017c3f2",
"pagepath": "pages/home/index",
"pagepath": "pages/index/index",
},
],
"card_action": {
"type": 2,
"appid": "wxb3dc42bb3017c3f2",
"pagepath": "pages/home/index",
"pagepath": "pages/index/index",
},
}