API:推送报告API

推送报告API

推送报告API 是 宣翼通(上海)信息科技有限公司针对短信开放出的接口

采用 HTTP POST 推送模式, 宣翼通API 该接口主要用户准确定位短信是否送达,如关机、空号等情况可以准确定位出,采用POST推送模式,需要用户在管理平台设置推送地址

推送URL

http://控制台配置地址

返回值格式(获取post的输入文件)

json默认

{
"counts": 200,
"reports": [{
 "times": 1624039239,
 "send_id": "20210618180040311663",
 "status": "XYT:001",
 "mobile": "8615221142224"
 }]
}

请求参数

  • 参数 类型 是否可空 默认 描述
  • counts
    int
    Y
    推送数量
  • reports
    N
    报告集合
  • time
    long
    Y
    时间戳
  • send_id
    string
    N
    提交短信时平台返回的send_id,用以匹配状态报告
  • mobile
    string
    N
    手机号码
  • status
    string
    N
    短信报告值

http 推送方式

POST (ContentType:application/json)