curl --location --request GET 'adminapi/cardcode.cardCodeRecord/lists' \
--header 'token: 59e092db6ec6acbe31669c6b8620ee89'
{
"code": 0,
"show": 0,
"msg": "string",
"data": {
"lists": [
{
"id": 0,
"sn": "string",
"record_sn": "string",
"relation_id": 0,
"nickname": "string",
"avatar": "string",
"type": 0,
"use_time": "string",
"content": "string",
"type_desc": "string"
}
],
"count": 0,
"page_no": 0,
"page_size": 0,
"extend": [
"string"
]
}
}