调用机器人接口发送消息时,会报错 code 11246 。去除掉第八行\t 后的字符串,就不报错了,非常诡异神奇。
{
"msg_type": "interactive",
"card": {
"elements": [
{
"tag": "div",
"text": {
"content": "\n### \n\t xx",
"tag": "lark_md"
}
},
{
"tag": "div",
"text": {
"content": "<at id=all></at>",
"tag": "lark_md"
}
}
],
"header": {
"title": {
"content": " [告警] [警告]xxxxxx",
"tag": "plain_text"
},
"template": "orange"
}
}
}