我正在尝试设置 REST API,以发送预定的 SMS,但我没有这样做...这是数据,我正在尝试发送:
[
[to] => Array
(
[0] => (My Phone Number)
)
[content] => Test
[scheduledDeliveryTime] => 2017-07-30T14:07:00Z
]
其中 scheduleDeliveryTime 是 UTC。在没有 scheduleDeliveryTime 属性的情况下将其发送出去,效果很好。
我要么需要一种方法来追踪问题,要么只是找出问题所在......