{
"appkey": "填写频道的appkey",
"msg_type": "template",
"title": "请输入你的标题",
"link": "请输入你的链接",
"data": [
{
"name": "自定义name1",
"value": "自定义value1"
},
{
"name":"自定义name2",
"value":"自定义value2"
}
]
}
curl --location --request POST '/push/app' \
--header 'Content-Type: application/json' \
--data-raw '{
"appkey": "填写频道的appkey",
"msg_type": "template",
"title": "请输入你的标题",
"link": "请输入你的链接",
"data": [
{
"name": "自定义name1",
"value": "自定义value1"
},
{
"name":"自定义name2",
"value":"自定义value2"
}
]
}'
{}