{
"token":"be8652e98bd04139a13e1bffcd6d0f71",
"title":"标题",
"content":"消息内容",
"topic":"code",
"template":"html",
"channel": "wechat,webhook,extension",
"option": ",bark,"
}curl --location --request POST 'https://www.pushplus.plus/batchSend' \
--header 'Content-Type: application/json' \
--data-raw '{
"token":"be8652e98bd04139a13e1bffcd6d0f71",
"title":"标题",
"content":"消息内容",
"topic":"code",
"template":"html",
"channel": "wechat,webhook,extension",
"option": ",bark,"
}'{
"code": 200,
"msg": "执行成功",
"data": [
{
"shortCode": "f9117123dc31434fa38917b7e4c6c3ff",
"message": "请求成功,请用流水号查询最终发送结果",
"code": 200,
"channel": "wechat"
},
{
"shortCode": "39821494381133a3a19a5bcd3c2bf0d7",
"message": "请求成功,请用流水号查询最终发送结果",
"code": 200,
"channel": "webhook"
},
{
"shortCode": "d12c767e882922eeaa17e70e0e1cfb15",
"message": "请求成功,请用流水号查询最终发送结果",
"code": 200,
"channel": "extension"
}
]
}