文档
测试

核酸检测点

GET
{{IP}}/datacenter/controlVillage/detectionLocation

响应参数

参数名
类型
描述
必填
result
boolean
示例:true
必填
data
array
数据列表
必填
imgurl
string
头像url
必填
address
string
地址
必填
builddate
string
修建时间
必填
worktime
string
工作时间
必填
lon
string
经度
必填
lat
string
纬度
必填
workingPerson
array
数据列表
必填
custname
string
姓名
必填
sexy
string
性别
必填
age
string
年龄
必填
postname
string
岗位名称,例如:核酸检测员
必填
isleader
int
是否负责人,0否 1是。示例:1
必填
telphone
string
联系电话
必填
imgurl
string
头像url
必填
message
string
示例:请求成功
必填

说明 / 示例

{ "result": true, "data": [ { "imgurl": "http://newbee.sxsihe.com:9995/filecenter/upload/information/aeec7c97d8384e21a0cfdf0de411381b.png", "address": "山西省长治市平顺县xx街道xx路", "workingPerson": [ { "imgurl": "http://newbee.sxsihe.com:9995/filecenter/upload/information/715621e120f54e2d9ea732259241e6b6.jpg", "isleader": 1, "postname": "核酸检测员", "sexy": "男", "telphone": "15677778888", "custname": "李某某", "age": "42" }, { "imgurl": "http://newbee.sxsihe.com:9995/filecenter/upload/information/715621e120f54e2d9ea732259241e6b6.jpg", "isleader": 0, "postname": "核酸检测员", "sexy": "男", "telphone": "13222223333", "custname": "张某某", "age": "28" } ], "builddate": "2020-05-01" } ], "message": "请求成功" }