curl --location --request POST '/api/ShopHome/GetAbout?msgid&state'
{
"errcode": 0,
"errmsg": "string",
"result": {
"data": [
{
"dd_name": "string",
"dd_id": 0,
"children": [
{
"msg_title": "string",
"msg_id": 0,
"msg_content": "string"
}
]
}
],
"showrMsg": {
"msg_title": "string",
"msg_content": "string"
}
}
}