curl --location --request POST 'http://mp.xipuduo.com/index.php/SmallProgramApi/Citys/getCityData_v4' \
--form 'province_name=""' \
--form 'city_name=""' \
--form 'area_name=""' \
--form 'street_name=""' \
--form 'vid="1"' \
--form 'uid="1"' \
--form 'merchant_id="1"' \
--form 'sign="123456"'{
"status": 1,
"msg": "查询成功",
"data": [
{
"id": "51710",
"cityid": "360000",
"parentid": "0",
"city_name": "江西省"
},
{
"id": "51749",
"cityid": "360600",
"parentid": "360000",
"city_name": "鹰潭市"
}
]
}