平臺主動推送狀態報告

POST

使用者配置的HTTP推送位址

由我方運營人員配置客戶http推送地址後,平臺將http-api接入的短訊,狀態報告主動推送給用戶配置地址
 
推送參數
參數 説明 類型
appId 應用id(短訊-短訊應用) String
msgid 提交號碼對應平臺msgid String
mobile 提交號碼 String
status 狀態碼:0成功,其他失敗 Int
reason 原因描述 String
timestamp 發送時間戳(毫秒) Long
pricedetail 費用詳情 JSONObject
pay 總費用 String
chargeCnt 計費條數 Int
currency 幣種 String
price 單價 String
 
推送示例
Request URL: 
  使用者配置的HTTP推送位址
Request Method: 
  POST
Request Headers:
  Content-Type: application/json;charset=UTF-8
Request Body:
{
  "appId":"4luaKsL2",
  "msgid":"2108021059531000096",
  "mobile":"91850000000",
  "status":0,
  "reason":"0",
  "timestamp":1629801177192,
  "orderId ":'gdkalskgn',
  "pricedetail":{
      "pay":"0.02",
      "currency":"EUR",
      "chargeCnt":2,
      "price":"0.01"
  }
}
      

點擊此處開啟人工服務