а√在线中文网新版地址在线,播五月开心婷婷综合,午夜国产精品视频在线,√8天堂资源地址中文在线,80岁色老头oldmanvideos

注冊送短信

國際短信 SUBHOOK 事件


請求 request


eventsrequest
address此聯(lián)系人的手機號碼
app應(yīng)用 ID
send_id該條短信的唯一發(fā)送標(biāo)識,可在 API 請求時獲取
timestamp事件觸發(fā)時間(此時間戳為此事件本身的觸發(fā)時間,不參與計算簽名)
token32 位隨機字符串
signature數(shù)字簽名


推送示例
{
"events":"request",
"address":"+138xxxxxxx",
"send_id":"093c0a7df143c087d6cba9cdf0cf3738",
"app":xxxxx,
"timestamp":1415014855,
"token":"067ef7e2f286a9a56eabb07dc9657852",
"signature":"a70d09a9345adfdd353d34a505dac4ca"
}


國際短信發(fā)送成功delivered


eventsdelivered
address此聯(lián)系人的手機號碼
app應(yīng)用 ID
send_id該條國際短信的唯一發(fā)送標(biāo)識,可在 API 請求時獲取
content國際短信正文
template_id國際短信模板id
tag32位隨機數(shù)字符串
timestamp事件觸發(fā)時間(此時間戳為此事件本身的觸發(fā)時間,不參與計算簽名)
token32 位隨機字符串
signature數(shù)字簽名


推送示例
{
"events":"delivered",
"address":"+138xxxxxxxx",
"send_id":"093c0a7df143c087d6cba9cdf0cf3738",
"app":xxxxxx,
"content":"[SUBMAIL] your code is 0001",
"template_id":"xxxx",
"timestamp":1415235639,
"token":"067ef7e2f286a9a56eabb07dc9657852",
"signature":"a70d09a9345adfdd353d34a505dac4ca"
}


國際短信發(fā)送失敗 dropped


eventsdropped
address此聯(lián)系人的手機號碼
app應(yīng)用 ID
send_id該條國際短信的唯一發(fā)送標(biāo)識,可在 API 請求時獲取
report該條國際短信最終回執(zhí)報告
content國際短信正文
template_id模板id
tag32位隨機數(shù)字符串
timestamp事件觸發(fā)時間(此時間戳為此事件本身的觸發(fā)時間,不參與計算簽名)
token32 位隨機字符串
signature數(shù)字簽名


推送示例
{
"events":"dropped",
"address":"138xxxxxxxx",
"send_id":"093c0a7df143c087d6cba9cdf0cf3738",
"app":xxxxxx,
"report":"UNKNOWN",
"content":"[SUBMAIL] your code is 0001",
"template_id":"xxxx",
"timestamp":1415014855,
"token":"067ef7e2f286a9a56eabb07dc9657852",
"signature":"a70d09a9345adfdd353d34a505dac4ca"
}


國際短信正在發(fā)送中sending


eventssending
address此聯(lián)系人的手機號碼
app應(yīng)用 ID
tag32位隨機數(shù)字符串
send_id該條短信的唯一發(fā)送標(biāo)識,可在 API 請求時獲取
timestamp事件觸發(fā)時間(此時間戳為此事件本身的觸發(fā)時間,不參與計算簽名)
token32 位隨機字符串
signature數(shù)字簽名


推送示例
{
"events":"sending",
"address":"+138xxxxxxxx",
"send_id":"093c0a7df143c087d6cba9cdf0cf3738",
"app":xxxxxx,
"timestamp":1415014855,
"token":"067ef7e2f286a9a56eabb07dc9657852",
"signature":"a70d09a9345adfdd353d34a505dac4ca"
}


國際短信模板審核通過 template_accept


eventstemplate_accept
template_id模板ID
timestamp事件觸發(fā)時間(此時間戳為此事件本身的觸發(fā)時間,不參與計算簽名)
token32 位隨機字符串
signature數(shù)字簽名


推送示例
{
"events":"template_accept",
"timestamp":"1646244212",
"template_id":"DG4LQ",
"token":"067ef7e2f286a9a56eabb07dc9657852",
"signature":"a70d09a9345adfdd353d34a505dac4ca"
}


國際短信模板審核未通過 template_reject


eventstemplate_reject
template_id模板ID
timestamp事件觸發(fā)時間(此時間戳為此事件本身的觸發(fā)時間,不參與計算簽名)
token32 位隨機字符串
signature數(shù)字簽名
reason審核未通過原因


推送示例
{
"events":"template_accept",
"timestamp":"1646244212",
"template_id":"DG4LQ",
"token":"067ef7e2f286a9a56eabb07dc9657852",
"signature":"a70d09a9345adfdd353d34a505dac4ca",
"reason":"缺少主題內(nèi)容"
}