更新时间:2023-12-19 15:19:43
Name | Description |
---|---|
Protocol | HTTP POST |
Encoding format | UTF8 |
Content-Type | application/json |
URL | http://intapi.253.com/pull/report |
{ "account": "I6000001", // API account, up to 50 characters. Required. "password": "12345678", // API key corresponding to the account, contact customer service to obtain. Required. "count": "30" // Number of items to be retrieved (maximum 100, default 20). Optional. }
{ "code": 0, "error": "", "result": [ { "batchSeq": "I2170326_1808142031_0000000", "mobile": "8618037170702", "msgid": "18081420311005732392", "reportTime": "1808142031", "notifyTime": "180814203101", "status": "DELIVRD" }, { "batchSeq": "I2170326_1808150928_5748789", "mobile": "8618037170702", "msgid": "18081509281005782276", "reportTime": "1808150928", "notifyTime": "180814203101", "status": "DELIVRD" } ] }