文档
测试

查询厂区(完成)(完成)

POST
http://localhost:8080/app/basedict/getFactoryList

请求参数

参数名
类型
描述
必填
officeId
string
单位id 可以为空
必填

响应参数

参数名
类型
描述
必填
success
boolean
示例:true
必填
errorCode
string
示例:-1
必填
msg
string
示例:操作成功
必填
list
array
数据列表
必填
id
string
示例:1
必填
delFlag
string
示例:0
必填
name
string
示例:西山矿场
必填

说明 / 示例

{"success":true, "errorCode":"-1", "msg":"操作成功", "list":[{ "id":"1",//厂区id "delFlag":"0", "name":"西山矿场"//厂区 },{ "id":"2", "delFlag":"0", "name":"特拉布拉煤场" }]}