变更版本 | 变更时间 | 变更人 | 变更内容 | 备注 |
---|---|---|---|---|
V1.0.0 | 2023-08-22 | Antony Zhou | 新增 |
code | msg | msg_cn |
---|
实际并发数 | 实际RT | 实际TPS | 频率限制次数(次/秒) |
---|---|---|---|
无 |
{
"emailPublicReq": {
"emails": "p.rhubiv@qq.com",
"title": "点大之立些千",
"content": "minim",
"alias": "velit laborum anim"
},
"smsPublicReq": {
"phone": "18182128329",
"verifyCode": "94",
"content": "qui do enim incididunt dolore",
"areaCode": "53"
},
"voicePublicReq": {
"params": "occaecat sint",
"phone": "18170426541",
"fromPhone": "18666652182",
"verifyCode": "44",
"language": "quis sunt",
"areaCode": "50",
"content": "est amet ex ullamco dolore"
},
"sendType": null,
"url": "http://sosejisp.gu/holm",
"sendSync": 53
}
curl --location --request POST '/notification/send' \
--header 'x-notify-api-key: L7V/RS/7Yvo6XtvugQK7zyzeTiY4FU3gzt+RxXPMaqU=' \
--header 'Content-Type: application/json' \
--data-raw '{
"emailPublicReq": {
"emails": "p.rhubiv@qq.com",
"title": "点大之立些千",
"content": "minim",
"alias": "velit laborum anim"
},
"smsPublicReq": {
"phone": "18182128329",
"verifyCode": "94",
"content": "qui do enim incididunt dolore",
"areaCode": "53"
},
"voicePublicReq": {
"params": "occaecat sint",
"phone": "18170426541",
"fromPhone": "18666652182",
"verifyCode": "44",
"language": "quis sunt",
"areaCode": "50",
"content": "est amet ex ullamco dolore"
},
"sendType": null,
"url": "http://sosejisp.gu/holm",
"sendSync": 53
}'
{
"code": 0,
"success": true,
"data": {
"status": "string",
"sendType": "string"
}
}