curl --location --request GET 'http://localhost:8081/his/Introduce/list' \
--header 'Authorization: '
{
"total": 0,
"rows": [
{
"id": 0,
"title": "string",
"photo": "string",
"content": "string",
"other": "string"
}
],
"code": 0,
"msg": "string",
"map": {
"property1": {},
"property2": {}
}
}