首页 帮助中心 API

平台主动推送上行记录

说明: 由我方运营人员配置http推送地址后,平台收到上行短信将会推送至该地址。

推送参数说明:

参数 说明 是否必填 类型

msgid

提交号码对应平台msgid

String

mobile

提交号码

String

reply_time

回复时间:yyyy-MM-dd HH:mm:ss

String

content

回复内容

String

sendid

发送者

String

mcc

mcc

Int

mnc

mnc

Int

operator

运营商名称

String

pricedetail

费用详情

JSONObject

  pay

总费用

String

  chargeCnt

计费条数

Int

  currency

币种

String

  price

单价

String

推送URL:

                      
                        用户配置的上行推送地址
                      
                    

推送示例:

                      
                        Request URL:
                            用户配置的上行推送地址
                        Request Method:
                            POST
                        Request Headers:
                            Content-Type: application/json;charset=UTF-8
                        Request Body:
                        {
                            "msgid":"2108021059531000096",
                            "mobile":"91850000000",
                            "reply_time":"2022-11-09 11:00:00",
                            "content":"hello",
                            "sendid":"918663322141",
                            "mcc":515,
                            "mnc":-1,
                            "operator":"Philippines",
                            "pricedetail":{
                                "pay":"0.02",
                                "currency":"EUR",
                                "chargeCnt":2,
                                "price":"0.01"
                            }
                        }
                  
                    

响应示例:

                    
                       Http响应200成功即可,平台不做响应内容校验
                    
                  
 

意见反馈

0/500