feat(work): 随官方更新日历相关接口模型

This commit is contained in:
Fu Diwei
2022-10-12 16:31:52 +08:00
parent 293a577380
commit 4eff478dbb
6 changed files with 142 additions and 3 deletions

View File

@@ -14,7 +14,13 @@
"userid": "userid3",
"readonly": 1
}
]
],
"is_public": 1,
"public_range": {
"userids": ["abel", "jack"],
"partyids": [1232, 34353]
},
"is_corp_calendar": 1
},
"agentid": 1000014
}

View File

@@ -17,7 +17,13 @@
"userid": "userid1",
"readonly": 1
}
]
],
"is_public": 1,
"public_range": {
"userids": ["abel", "jack"],
"partyids": [1232, 34353]
},
"is_corp_calendar": 1
}
]
}

View File

@@ -1,4 +1,5 @@
{
"skip_public_range": 0,
"calendar": {
"cal_id": "wcjgewCwAAqeJcPI1d8Pwbjt7nttzAAA",
"readonly": 1,
@@ -13,6 +14,10 @@
"userid": "userid2",
"readonly": 1
}
]
],
"public_range": {
"userids": ["abel", "jack"],
"partyids": [1232, 34353]
}
}
}