feat(work): 随官方更新会议室相关接口模型

This commit is contained in:
Fu Diwei
2023-05-24 10:34:54 +08:00
parent 5d353f3222
commit f3a271298e
6 changed files with 80 additions and 9 deletions

View File

@@ -1,12 +1,16 @@
{
{
"name": "18F-会议室",
"capacity": 10,
"city": "深圳",
"building": "腾讯大厦",
"floor": "18F",
"equipment": [1, 2, 3],
"equipment": [ 1, 2, 3 ],
"coordinate": {
"latitude": "22.540503",
"longitude": "113.934528"
},
"range": {
"user_list": [ "zhangsan", "lisi" ],
"department_list": [ 1 ]
}
}

View File

@@ -1,13 +1,17 @@
{
{
"meetingroom_id": 2,
"name": "18F-会议室",
"capacity": 10,
"city": "深圳",
"building": "腾讯大厦",
"floor": "18F",
"equipment": [1, 2, 3],
"equipment": [ 1, 2, 3 ],
"coordinate": {
"latitude": "22.540503",
"longitude": "113.934528"
},
"range": {
"user_list": [ "zhangsan", "lisi" ],
"department_list": [ 1 ]
}
}

View File

@@ -1,4 +1,4 @@
{
{
"errcode": 0,
"errmsg": "ok",
"meetingroom_list": [
@@ -9,11 +9,15 @@
"city": "深圳",
"building": "腾讯大厦",
"floor": "18F",
"equipment": [1, 2, 3],
"equipment": [ 1, 2, 3 ],
"coordinate": {
"latitude": "22.540503",
"longitude": "113.934528"
},
"range": {
"user_list": [ "zhangsan", "lisi" ],
"department_list": [ 1 ]
},
"need_approval": 1
},
{