~~~[api]
get:http://hw.duoxunwl.com/app/api.php?i=1&m=we7_wmall&c=entry&do=api&ctrl=wmall&ac=city&op=index&ta=list
<<<
success
{
"errno": 0,
"message": {
"citys": [ //区域列表
{
"id": "1", //区域ID
"title": "深圳", //区域名称
"parentid": "0",
"child": [ //子区域列表
{
"id": "5", //子区域ID
"title": "A区", //子区域名称
"parentid": "1" //所属父区域ID
},
{
"id": "9",
"title": "B区",
"parentid": "1"
},
{
"id": "10",
"title": "C区",
"parentid": "1"
}
]
},
{
"id": "4",
"title": "太原",
"parentid": "0",
"child": [
{
"id": "6",
"title": "D",
"parentid": "4"
}
]
}
]
}
}