2020-12-24 14:53:09 +08:00

42 lines
743 B
JSON

{
"code": 0,
"msg": "...",
"count": 3,
"data": [{
"name": "软件部",
"userCount": 324,
"location": "二楼201",
"leader": "皮卡丘"
},{
"name": "美工部",
"userCount": 98,
"location": "二楼101",
"leader": "皮卡丘"
},{
"name": "",
"userCount": 43,
"location": "602",
"leader": ""
},{
"name": "",
"userCount": 12,
"location": "131",
"leader": ""
},{
"name": "",
"userCount": 128,
"location": "401",
"leader": ""
},{
"name": "",
"userCount": 23,
"location": "105",
"leader": ""
},{
"name": "",
"userCount": 67,
"location": "201",
"leader": ""
}]
}