fix: 更新卡片时补充 main_title 字段,修复 errcode 41016
企微更新模板卡片接口要求包含 main_title,否则报 missing title 错误。 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -228,6 +228,10 @@ class WeChatService:
|
|||||||
"template_card": {
|
"template_card": {
|
||||||
"card_type": "button_interaction",
|
"card_type": "button_interaction",
|
||||||
"task_id": alarm_id,
|
"task_id": alarm_id,
|
||||||
|
"main_title": {
|
||||||
|
"title": replace_text,
|
||||||
|
},
|
||||||
|
"sub_title_text": f"操作人:{operator_name}",
|
||||||
"button_list": [
|
"button_list": [
|
||||||
{
|
{
|
||||||
"text": replace_text,
|
"text": replace_text,
|
||||||
|
|||||||
Reference in New Issue
Block a user