curl --location --request GET 'adminapi/cardcode.cardCode/detail' \
--header 'token: 59e092db6ec6acbe31669c6b8620ee89'{
    "code": 0,
    "show": 0,
    "msg": "string",
    "data": {
        "id": 0,
        "sn": "string",
        "type": 0,
        "card_num": 0,
        "relation_id": 0,
        "valid_start_time": 0,
        "valid_end_time": 0,
        "create_time": null,
        "remark": null,
        "type_desc": "string",
        "content": "string",
        "valid_time_desc": "string",
        "use_num": 0,
        "unused_num": 0
    }
}