获取我的授权
POST
/myauth/web/getMyUserList超级管理员无法使用本接口
请求参数
Header 参数
token
string
必需
示例值:
23c51867dd6d46f4a79b285e26fce713
Body 参数application/json
user
string
账号
模糊查询
name
string
昵称
模糊查询
fromSoftId
integer
软件ID
point
integer
点数
qq
string
QQ
模糊查询
lastIp
string
最后登录IP
模糊查询
lastTime
string
最后登录时间戳
模糊查询
authTime
string
授权到期时间戳
-1=永久,模糊查询
remark
string
备注
模糊查询
deviceInfo
string
最后登录的设备信息
模糊查询
deviceCode
string
最后登录的设备机器码
模糊查询
ckey
string
卡密
模糊查询
pageIndex
integer
必需
pageSize
integer
必需
orders
array [object {2}]
可选
column
string
必需
asc
boolean
必需
示例
{
"pageIndex": 1,
"pageSize": 10
}
示例代码
返回响应
成功(200)
错误(500)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
integer
必需
success
boolean
必需
msg
string
必需
sign
string
必需
result
object
必需
records
array [object {23}]
必需
total
integer
必需
size
integer
必需
current
integer
必需
orders
array[string]
必需
optimizeCountSql
boolean
必需
searchCount
boolean
必需
countId
null
必需
maxLimit
null
必需
pages
integer
必需
timestamp
integer
必需
示例成功示例
{
"code": 200,
"success": true,
"msg": "获取成功",
"sign": "",
"result": {
"records": [
{
"id": 6,
"user": "02b26ff36d5763600930890fd06f8471",
"pass": "",
"name": "",
"point": 0,
"qq": "",
"lastIp": "125.88.153.231",
"lastTime": 1645429872,
"regTime": 1644747521,
"authTime": -1,
"fromSoftId": null,
"fromSoftKey": null,
"fromVerId": null,
"fromVerKey": null,
"token": null,
"remark": "",
"deviceInfo": "Windows Server 2012 R2",
"deviceCode": "0DC63BBBCEEC559D",
"ckey": "",
"fromSoftName": "MyQQ",
"fromVerName": "1.9.0",
"fromAdminId": 4
},
{
"id": 9,
"user": "91eaf350db7be135f46b66c1f493bd8c",
"pass": "",
"name": "",
"point": 0,
"qq": "",
"lastIp": "139.155.27.165",
"lastTime": 1645429857,
"regTime": 1644747530,
"authTime": -1,
"fromSoftId": null,
"fromSoftKey": null,
"fromVerId": null,
"fromVerKey": null,
"token": null,
"remark": "",
"deviceInfo": "Windows Server 2012 R2",
"deviceCode": "E026C8E5F176210A",
"ckey": "",
"fromSoftName": "MyQQ",
"fromVerName": "1.9.0",
"fromAdminId": 4
},
{
"id": 13,
"user": "0d5278839547341b4ea6cdf3ebcc7807",
"pass": "",
"name": "",
"point": 0,
"qq": "",
"lastIp": "222.175.126.74",
"lastTime": 1645408351,
"regTime": 1644747557,
"authTime": -1,
"fromSoftId": null,
"fromSoftKey": null,
"fromVerId": null,
"fromVerKey": null,
"token": null,
"remark": "",
"deviceInfo": "获取失败,请检查版本:10.0",
"deviceCode": "5A79565CC85400F0",
"ckey": "",
"fromSoftName": "MyQQ",
"fromVerName": "1.9.0",
"fromAdminId": 4
},
{
"id": 15,
"user": "e08af32b646a948eec5c68658c8a1621",
"pass": "",
"name": "",
"point": 0,
"qq": "",
"lastIp": "113.71.250.157",
"lastTime": 1645117206,
"regTime": 1644747568,
"authTime": -1,
"fromSoftId": null,
"fromSoftKey": null,
"fromVerId": null,
"fromVerKey": null,
"token": null,
"remark": "",
"deviceInfo": "Windows 10",
"deviceCode": "A72D1CFF2EB7EECC",
"ckey": "",
"fromSoftName": "MyQQ",
"fromVerName": "1.9.0",
"fromAdminId": 4
},
{
"id": 21,
"user": "01e0fe05c4a5eb34c7df8b57535c5b75",
"pass": "",
"name": "",
"point": 0,
"qq": "",
"lastIp": "116.10.134.197",
"lastTime": 1645429487,
"regTime": 1644747596,
"authTime": -1,
"fromSoftId": null,
"fromSoftKey": null,
"fromVerId": null,
"fromVerKey": null,
"token": null,
"remark": "",
"deviceInfo": "Windows 7",
"deviceCode": "FF0C0BDD611464F7",
"ckey": "",
"fromSoftName": "MyQQ",
"fromVerName": "1.9.0",
"fromAdminId": 4
}
],
"total": 5,
"size": 10,
"current": 1,
"orders": [],
"optimizeCountSql": true,
"searchCount": true,
"countId": null,
"maxLimit": null,
"pages": 1
},
"timestamp": 1647347610574
}
最后修改时间: 2 年前