【发布时间】:2021-04-08 03:29:06
【问题描述】:
我使用aws的sns发送短信,当我登录cloudwatch时我看到:
{
"notification": {
"messageId": "ac8d8d02-491d-58bf-ace8-xxxxxx",
"timestamp": "2021-01-01 00:03:54.576"
},
"delivery": {
"phoneCarrier": "Viettel",
"mnc": 4,
"numberOfMessageParts": 1,
"destination": "+843293xxxxx",
"priceInUSD": 0.0525,
"smsType": "Transactional",
"mcc": 452,
"providerResponse": "Message has been accepted by phone carrier",
"dwellTimeMs": 361,
"dwellTimeMsUntilDeviceAck": 2604
},
"status": "SUCCESS"
}
但是在我的手机中,我没有收到任何消息,我该如何解决?
【问题讨论】:
标签: amazon-web-services sms amazon-sns