Files
DotNetCore.SKIT.FlurlHttpCl…/test/SKIT.FlurlHttpClient.Wechat.Work.UnitTests/ModelSamples/CgibinMeeting/CgibinMeetingCreateRequest.json

16 lines
388 B
JSON
Raw Normal View History

2021-06-04 01:10:54 +08:00
{
"creator_userid": "zhangsan",
"title": "新建会议",
"meeting_start": 1600000000,
"meeting_duration": 3600,
"description": "新建会议描述",
"type": 1,
"remind_time": 60,
"agentid": 1000014,
"attendees": {
2022-05-06 20:29:27 +08:00
"userid": ["lisi", "wangwu"],
"external_userid": ["woabc", "woced"],
"device_sn": ["devsn1", "devsn2"]
2021-06-04 01:10:54 +08:00
}
}