AIP接口
Api Interface
上行回復(fù)
獲取方式:用戶主動獲取
請求方式:POST 請求
獲取地址:http://xxx:port/sms/apiSend/getMo
參數(shù)定義
序號 | 參數(shù) | 說明 |
---|---|---|
1 | account | 必填參數(shù),用戶賬號 |
2 | password | 必填參數(shù),接口密碼 |
上行回復(fù)返回值
每次獲取最多返回10000條,每條上行報告只返回接口客戶一次。
result: {
"ok": true,
"message": "ok",
"result": [ {
"mobile": "186xxxxxxxx", // 手機號
"content": "知道了" // 回復(fù)內(nèi)容
},{
"mobile": "186xxxxxxxx",
"content": "知道了"
},
...... ] }