文档
测试

获取地区

GET
/api/exam/question/district.form

请求参数

参数名
类型
描述
必填
districtCode
string
无传则返回全部省级地区, 传省级地区编码则返回市级地区 如 44
可选

响应参数

参数名
类型
描述
必填
message
string
示例:操作成功
必填
code
int
示例:200
必填
body
object
数据字典
必填
districtList
array
数据列表
必填
name
string
示例:北京市
必填
code
string
示例:11
必填