{
"id": 1,
"ckey":"MyQQ5555555555555"
}
curl --location --request POST '/myauth/web/getCard' \
--header 'token: b9eab83c09cc4d38bbcef5392cfb6333' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 1,
"ckey":"MyQQ5555555555555"
}'
{
"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
}