语音通知
POST
https://api.4321.sh/voicenotice/send
采用 HTTP POST发送模式, 飞鸽传书API主要针对用户为需要语音通知以及号码的需求,即通过传递真实语音通知发送
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.4321.sh/voicenotice/send' \
--header 'Content-Type: application/json' \
--data-raw '{
"apikey": "string",
"secret": "string",
"content": "string",
"mobile": "string",
"template_id": "string",
"send_time": "string"
}'
响应示例响应示例
{
"code": 0,
"msg": "OK",
"msg_no": "2016072909264497197473179",
"count": 1
}
请求参数
Body 参数application/json