优化:日报卡片点击跳转到企微小程序

This commit is contained in:
2026-04-03 17:27:40 +08:00
parent ec5501fa3b
commit 9eec1bf42b

View File

@@ -361,12 +361,10 @@ def _build_template_card(report: Dict) -> Dict:
},
"sub_title_text": sub_title,
"horizontal_content_list": kv_list,
"jump_list": [
{"type": 1, "title": "查看详情", "url": click_url},
],
"card_action": {
"type": 1,
"url": click_url,
"type": 2,
"appid": "wx062f7a5507909000",
"pagepath": "pages/home/index",
},
}