获取我的卡密
POST
/myauth/web/getMyCardList超级管理员无法使用本接口
请求参数
Header 参数
token
string
必需
登录成功后返回的token
示例值:
b9eab83c09cc4d38bbcef5392cfb6333
Body 参数application/json
fromSoftId
integer
软件ID
ckey
string
卡密
模糊查询
point
integer
点数
seconds
integer
秒数
addTime
string
添加时间戳
10位,模糊查询
letTime
string
使用时间戳
10位,模糊查询
letUser
string
使用人账号
非ID,模糊查询
status
integer
卡密状态
0=未使用,1=已使用,2=被禁用
pageIndex
integer
页码
pageSize
integer
每页数据行数
orders
array [object {2}]
排序
column
string
字段名
必须严格遵守系统返回的字段名,即原样的驼峰命名法
asc
string
是否正序排序
示例
{
"ckey": "",
"point": null,
"seconds": null,
"addTime": null,
"letTime": null,
"letUser": null,
"status": 0,
"pageIndex": 1,
"pageSize": 5
}
示例代码
返回响应
成功(200)
错误(500)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
integer
必需
success
boolean
必需
msg
string
必需
sign
string
必需
result
object
必需
records
array [object {14}]
必需
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": 16,
"ckey": "MyQQ-4c984f84c797421db3100014dd7310aa",
"point": 1,
"seconds": 100,
"addTime": 1645765576,
"letTime": null,
"addTimeName": null,
"letTimeName": null,
"letUser": null,
"status": 0,
"statusName": "未使用",
"fromSoftId": null,
"fromSoftName": "MyQQ",
"fromAdminId": 4
},
{
"id": 15,
"ckey": "MyQQ-efea61ad739f419bad4030c0c15a018f",
"point": 1,
"seconds": 100,
"addTime": 1645765576,
"letTime": null,
"addTimeName": null,
"letTimeName": null,
"letUser": null,
"status": 0,
"statusName": "未使用",
"fromSoftId": null,
"fromSoftName": "MyQQ",
"fromAdminId": 4
},
{
"id": 11,
"ckey": "MyQQ-5170571c682f46479aa731c661262a9f",
"point": 1,
"seconds": 100,
"addTime": 1645765576,
"letTime": null,
"addTimeName": null,
"letTimeName": null,
"letUser": null,
"status": 0,
"statusName": "未使用",
"fromSoftId": null,
"fromSoftName": "MyQQ",
"fromAdminId": 4
},
{
"id": 12,
"ckey": "MyQQ-1748c8b9d0d145cab095ee00d97df52b",
"point": 1,
"seconds": 100,
"addTime": 1645765576,
"letTime": null,
"addTimeName": null,
"letTimeName": null,
"letUser": null,
"status": 0,
"statusName": "未使用",
"fromSoftId": null,
"fromSoftName": "MyQQ",
"fromAdminId": 4
},
{
"id": 13,
"ckey": "MyQQ-c5d961c44b4d48a59dda96b4e3b88b8f",
"point": 1,
"seconds": 100,
"addTime": 1645765576,
"letTime": null,
"addTimeName": null,
"letTimeName": null,
"letUser": null,
"status": 0,
"statusName": "未使用",
"fromSoftId": null,
"fromSoftName": "MyQQ",
"fromAdminId": 4
}
],
"total": 7,
"size": 5,
"current": 1,
"orders": [],
"optimizeCountSql": true,
"searchCount": true,
"countId": null,
"maxLimit": null,
"pages": 2
},
"timestamp": 1647348765802
}
最后修改时间: 2 年前