获取状态报告接口

接口说明

  • 请求地址: https://api.aiofish.com/rest/sms/getReport
  • 请求方式: GET

请求样例:

https://api.aiofish.com/rest/sms/getReport?account=J10003&password=26dad7f364507df18f3841c

响应样例

{
    "subStat": "r:000",
    "subStatDes": "获取状态报告记录数:1",
    "code": 200,
    "resDetail": [
        {
            "smsId": "e4aaea7fb95d40159d1e325df01d9e72",
            "phoneNumber": "12312345678",
            "stat": "r:004",
            "statDes": "REJECTD",
            "revTime": 1636429743000
        }
    ]
}