文档
测试
GET
http://localhost:8080/oa/area/list

请求头

参数名
类型
描述
必填
Authorization
string
示例:eyJhbGciOiJIUzUxMiJ9.eyJsb2dpbl91c2VyX2tleSI6ImFjZjkxNjRhLThmZTctNDQ0My04ZGE1LWRmNzcwYTIyYTU1MSJ9.O0m9jbSsejziFjZ4zXRfV-gJna_ZdBRbCrxXhLojjZHHJyQg6QfObFsLMamLYd5EhZHLTG9VA9K7TiCr_anS5w
必填

响应参数

参数名
类型
描述
必填
total
int
示例:3750
必填
rows
array
数据列表
必填
searchValue
object
示例:null
必填
createBy
object
示例:null
必填
createTime
object
示例:null
必填
updateBy
object
示例:null
必填
updateTime
object
示例:null
必填
remark
object
示例:null
必填
params
object
数据字典
必填
id
int
示例:100000
必填
areaName
string
示例:全国
必填
areaCode
string
示例:Quanguo
必填
areaShort
object
示例:null
必填
areaIsHot
object
示例:null
必填
areaSequence
object
示例:null
必填
areaParentId
int
示例:0
必填
initDate
string
示例:2019-12-19
必填
initAddr
string
示例:127.0.0.1
必填
code
int
示例:200
必填
msg
string
示例:查询成功
必填

说明 / 示例

"total": 3750, "rows": [ { "searchValue": null, "createBy": null, "createTime": null, "updateBy": null, "updateTime": null, "remark": null, "params": { }, "id": 100000, "areaName": "全国", "areaCode": "Quanguo", "areaShort": null, "areaIsHot": null, "areaSequence": null, "areaParentId": 0, "initDate": "2019-12-19", "initAddr": "127.0.0.1" }, { "searchValue": null, "createBy": null, "createTime": null, "updateBy": null, "updateTime": null, "remark": null, "params": { }, "id": 110000, "areaName": "北京", "areaCode": "Beijing", "areaShort": null, "areaIsHot": null, "areaSequence": null, "areaParentId": 0, "initDate": "2017-08-08", "initAddr": "127.0.0.1" }, { "searchValue": null, "createBy": null, "createTime": null, "updateBy": null, "updateTime": null, "remark": null, "params": { }, "id": 110100, "areaName": "北京市", "areaCode": "Beijing", "areaShort": null, "areaIsHot": "0", "areaSequence": null, "areaParentId": 110000, "initDate": "2017-08-08", "initAddr": "127.0.0.1" }, { "searchValue": null, "createBy": null, "createTime": null, "updateBy": null, "updateTime": null, "remark": null, "params": { }, "id": 110101, "areaName": "东城区", "areaCode": "Dongcheng", "areaShort": null, "areaIsHot": "1", "areaSequence": 1, "areaParentId": 110100, "initDate": "2017-08-08", "initAddr": "127.0.0.1" },