获取上行接口
接口说明
- 请求地址: https://api.aiofish.com/rest/sms/getReply
- 请求方式: GET
请求样例:
 https://api.aiofish.com/rest/sms/getReply?account=J10003&password=26dad7f364507df18f3841cc
响应样例
{
    "revStat": "r:000",
    "revStatDes": "获取上行短信条数:1",
    "code": 200,
    "resDetail": [
        {
            "phoneNumber": "12312345678",
            "content": "收到",
            "subCode": "11",
            "revTime": 1616429743000,
            "demo": null
        }
    ]
}