文档
测试

查询所有省份信息

GET
http://172.16.16.100:8085/api/admin/region/get

响应参数

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