查询卡密
POST
/myauth/web/getCard请求参数
Header 参数
token
string
必需
登录成功后返回的token
示例值:
b9eab83c09cc4d38bbcef5392cfb6333
Body 参数application/json
二选一
id
integer
卡密id
ckey
string
卡密
示例
{
"id": 1,
"ckey": "MyQQ5555555555555"
}
示例代码
返回响应
成功(200)
错误(500)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
integer
示例:200
success
boolean
成功响应
示例:true
msg
string
返回文字描述
示例:查询成功
sign
string
示例:-
result
object
结果集
示例:-
id
integer
示例:1
ckey
string
必需
示例:MyQQ-d9d9a01d07294a46a477313f782e0bc5
point
integer
示例:1
seconds
integer
示例:100
addTime
integer
必需
示例:1645106503
letTime
null
示例:-
letUser
null
示例:-
status
integer
示例:0
fromAdminId
string
必需
fromSoftId
integer
示例:1
timestamp
integer
必需
示例:1645106841162
示例成功示例
{
"code": 200,
"success": true,
"msg": "查询成功",
"sign": "",
"result": {
"id": 1,
"ckey": "MyQQ-d9d9a01d07294a46a477313f782e0bc5",
"point": 1,
"seconds": 100,
"addTime": 1645106503,
"letTime": null,
"letUser": null,
"status": 0,
"fromAdminId": 1,
"fromSoftId": 1
},
"timestamp": 1645106841162
}
最后修改时间: 3 年前