curl --location --request GET 'adminapi/goods.goods/cityLists'
{ "code": 1, "show": 0, "msg": "", "data": [ { "id": 1, "name": "广州市" } ] }