curl --location 'https://api.mingdao.com/v3/regions?id=undefined&search=undefined' \
--header 'HAP-Appkey;' \
--header 'HAP-Sign;'{
"data": {
"regions": [
{
"id": "110000",
"name": "北京市",
"path": "北京市",
"last": false
},
{
"id": "120000",
"name": "天津市",
"path": "天津市",
"last": false
},
{
"id": "130000",
"name": "河北省",
"path": "河北省",
"last": false
}
]
},
"success": true
}