AIP接口
Api Interface
獲取方式:用戶主動獲取
請求方式:POST 請求
獲取地址:http://xxx:port/sms/apiSend/getStatus
序號 | 參數(shù) | 說明 |
---|---|---|
1 | account | 必填參數(shù),用戶賬號 |
2 | password | 必填參數(shù),接口密碼 |
每次獲取最多返回10000條,每條狀態(tài)報告只返回接口客戶一次。
result: {
"ok": true,
"message": "ok",
"result": [
{
"batchNo": "201908290910000000474", // 批次號
"statusDesc": "DELIVRD", // 備注
"mobile": "155xxxxxxxx", // 手機(jī)號
"status": 10 // 狀態(tài)(10:成功;20:失?。?
},{
"batchNo": "201908290916000000475",
"statusDesc": "DELIVRD",
"mobile": "130xxxxxxxx",
"status": 10
},
......
] }