開始開發
通訊錄管理
管理部門
管理成員
管理郵件群組
功能設置
系統日志
新郵件提醒
單點登錄
附錄
加解密方案的詳細說明
加解密庫下載與返回碼
查詢成員登錄
- 請求說明:
HTTPS請求方式: POST
請求地址: https://api.exmail.qq.com/cgi-bin/log/login?access_token=ACCESS_TOKEN
請求包結構體為:
{ "begin_date": "2016-10-01", "end_date": "2016-10-07", "mailtype": 1, "userid":"zhangsanp@gzdev.com", "subject":"test" }
- 參數說明:
參數 | 必須 | 說明 |
---|---|---|
access_token | 是 | 調用接口憑證 |
userid | 是 | 成員UserID。企業郵帳號名,郵箱格式-10-01 |
begin_date | 是 | 開始日期。格式為2016-10-01 |
end_date | 是 | 結束日期。格式為2016-10-07 |
- 返回結果
{ "errcode": 0, "errmsg": "ok", "list": [ { "time": 1475337600, "ip":"127.0.01", "type":1} ] }
參數 | 說明 |
---|---|
errcode | 返回碼 |
errmsg | 對返回碼的文本描述內容 |
list | 列表數據 |
time | 時間(時間戳格式) |
ip | 登錄ip |
type | 登錄類型 1:網頁登錄 2:手機登錄 3:QQ郵箱App登錄 4:客戶端登錄:包括imap,pop,exchange 5:其他登錄方式 |