文档
测试

查询地区列表

GET
http://172.16.16.100:8085/api/web/region/search

响应参数

参数名
类型
描述
必填
retMsg
String
操作成功,服务端异常
必填
retCode
String
0表示操作成功,50010服务端异常
必填
data
Object
返回参数
必填
provinceList
List
省集合
必填
id
Integer
必填
name
String
名称
必填
parentId
Integer
上级id
必填
type
Integer
(0国家1省份2城市3区县)
必填
cityList
List
市集合
必填
id
Integer
必填
name
String
名称
必填
parentId
Integer
上级id
必填
type
Integer
(0国家1省份2城市3区县)
必填
districtList
List
区集合
必填
id
Integer
必填
name
String
名称
必填
parentId
Integer
上级id
必填
type
Integer
(0国家1省份2城市3区县)
必填