curl --location --request GET 'http://192.168.0.100:8042/api/region/getList' \ --header 'User-Agent: Apifox/1.0.0 (https://apifox.com)'
GET
https://open.ispkey.com/api/region/getList
{ "code": 0, "msg": "success", "data": [ { "code": "US", "id": 75, "name": "美国" }, { "code": "JP", "id": 206, "name": "日本" }, ...... ] }
{ "code": 1, "msg": "<string>" }