{
"count": 2,
"data": [
{
"time": 1579315033,
"batch_id": "18913438457659392",
"status": "DELIVRD",
"status_desc": "接收成功",
"phone_number": "159****0032",
"user_data": "abc"
},
{
"time": 1579315033,
"batch_id": "18913438457659399",
"status": "DELIVRD",
"status_desc": "接收成功",
"phone_number": "189****0036",
"user_data": "123"
}
]
}curl --location 'https://api.feige.cn/sendsms/report/push' \
--header 'Content-Type: application/json' \
--data '{
"count": 2,
"data": [
{
"time": 1579315033,
"batch_id": "18913438457659392",
"status": "DELIVRD",
"status_desc": "接收成功",
"phone_number": "159****0032",
"user_data": "abc"
},
{
"time": 1579315033,
"batch_id": "18913438457659399",
"status": "DELIVRD",
"status_desc": "接收成功",
"phone_number": "189****0036",
"user_data": "123"
}
]
}'{
"code": 0,
"msg": "OK"
}