mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2026-02-15 21:06:27 +08:00
16 lines
388 B
JSON
16 lines
388 B
JSON
{
|
|
"creator_userid": "zhangsan",
|
|
"title": "新建会议",
|
|
"meeting_start": 1600000000,
|
|
"meeting_duration": 3600,
|
|
"description": "新建会议描述",
|
|
"type": 1,
|
|
"remind_time": 60,
|
|
"agentid": 1000014,
|
|
"attendees": {
|
|
"userid": ["lisi", "wangwu"],
|
|
"external_userid": ["woabc", "woced"],
|
|
"device_sn": ["devsn1", "devsn2"]
|
|
}
|
|
}
|