mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-09-22 20:13:41 +08:00
feat(work): 随官方更新会议室相关接口模型
This commit is contained in:
@@ -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 ]
|
||||
}
|
||||
}
|
||||
|
@@ -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 ]
|
||||
}
|
||||
}
|
||||
|
@@ -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
|
||||
},
|
||||
{
|
||||
|
Reference in New Issue
Block a user