状态报告发送-API-安徽岱亿信息科技有限公司
统一咨询热线:400-6889-015
普通短信发送 个性短信发送 状态报告发送 上行回复 余额查询

AIP接口

Api Interface

状态报告获取

获取方式:用户主动获取

请求方式:POST 请求

获取地址:http://xxx:port/sms/apiSend/getStatus

参数定义
序号 参数 说明
1 account 必填参数,用户账号
2 password 必填参数,接口密码
状态报告返回值

每次获取最多返回10000条,每条状态报告只返回接口客户一次。

result: {
"ok": true,
"message": "ok",
"result": [
{
"batchNo": "201908290910000000474", // 批次号
"statusDesc": "DELIVRD", // 备注
"mobile": "155xxxxxxxx", // 手机号
"status": 10 // 状态(10:成功;20:失败)
},{
"batchNo": "201908290916000000475",
"statusDesc": "DELIVRD",
"mobile": "130xxxxxxxx",
"status": 10
},
......
] }

普通短信发送 个性短信发送 状态报告 上行回复 余额查询