登录历史记录数
接口地址:{#webAspxUrl#}member/passport/history.aspx?action=userlogcount
支持格式:json
请求方式:get
返回参数说明:
| 名称 | 类型 | 说明 | |
|---|---|---|---|
| User_LogCount | int | 数量 |
JSON返回示例:
获取登录历史列表
接口地址:{#webAspxUrl#}member/passport/history.aspx?action=userlog
支持格式:json
请求方式:get
请求参数说明:
| 名称 | 类型 | 必填 | 说明 | |
|---|---|---|---|---|
| count | int | Y | 每页显示数量 | |
| page | int | Y | 当前页码 |
返回参数说明:
| 名称 | 类型 | 说明 | |
|---|---|---|---|
| User_LogCount | int | 数量 | |
| User_LogList | array | 数据 | |
| ulId | int | ID | |
| ulIP | string | 登录IP | |
| ulDate | string | 登录时间 | |
| ulBrowser | string | 客户端 | |
| ulLoginType | string | 登录方式 |
JSON返回示例:
删除信息
接口地址:{#webAspxUrl#}member/passport/history.aspx?action=userlogdelete
支持格式:json
请求方式:get
请求参数说明:
| 名称 | 类型 | 必填 | 说明 | |
|---|---|---|---|---|
| ulId | string | Y | ID,多个ID用英文半角","分隔 |
返回参数说明:
| 名称 | 类型 | 说明 | |
|---|---|---|---|
| status | int | 状态 - 1:删除成功 0:删除失败 | |
| returnMsg | string | 返回信息 | |
| 错误码 | 返回信息 | ||
| 1 | 删除成功 | ||
| 0 | 删除失败,请与管理员联系 | ||
JSON返回示例:
