curl --location --request GET '/adminapi/setting.map_key/lists' \
--header 'token: 217ba8ac94c48c81403500017f8c13fc'{
"code": 0,
"show": 0,
"msg": "string",
"data": {
"lists": [
{
"id": 0,
"key": "string",
"type": 0,
"status": 0,
"error_info": {
"status": 0,
"message": "string",
"request_id": "string"
},
"create_time": "string",
"type_desc": "string"
}
],
"count": 0,
"page_no": 0,
"page_size": 0,
"extend": [
"string"
]
}
}