优化:日报卡片点击跳转到企微小程序
This commit is contained in:
@@ -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",
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user