向预先配置的URL推送短信下行发生结果。SIM卡发送下行短信后24小时内收到的信息,均视为该SIM卡的上行。具有上行短信能力的卡片资源请与领科商务人员确认。
Request
base64(md5("key1=value1&key2=value2&secret"))
Body Params application/json
{
"partner_code": "P123456",
"sim_id": "89860220190123456789",
"imsi": "4230001234567",
"message_type":"Binary"
"text_message": "发送短信内容",
"received_at": "1642385160000"
}
Request samples
curl --location --request POST 'http://127.0.0.1URL(客户设置的接收事件回调URL)' \
--header 'x-lf-md5;' \
--header 'x-lf-delivery;' \
--header 'Content-Type: application/json' \
--data-raw '{
"partner_code": "P123456",
"sim_id": "89860220190123456789",
"imsi": "4230001234567",
"message_type":"Binary"
"text_message": "发送短信内容",
"received_at": "1642385160000"
}'
Responses
application/json Modified at 2022-10-04 23:23:50