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