{
"data": {
"to_wxid": "wxid_xxxxxxx",
"title" : "百度一下",
"desc": "用科技让复杂的世界更简单!",
"url" : "https://www.baidu.com",
"image_url" : "http://www.xxx.com/xxx.jpg"
},
"client_id": 1,
"type": "MT_SEND_LINKMSG"
}
curl --location --request POST '/' \
--header 'Content-Type: application/json' \
--data-raw '{
"data": {
"to_wxid": "wxid_xxxxxxx",
"title" : "百度一下",
"desc": "用科技让复杂的世界更简单!",
"url" : "https://www.baidu.com",
"image_url" : "http://www.xxx.com/xxx.jpg"
},
"client_id": 1,
"type": "MT_SEND_LINKMSG"
}'
{}