curl --location --request GET '/city/list?id=&name=&parentId=&level='
{
"total": 0,
"rows": [
{
"id": 0,
"name": "string",
"parentId": 0,
"level": 0
}
],
"code": 0,
"msg": "string"
}