mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-09-19 01:58:14 +08:00
15 lines
344 B
JSON
15 lines
344 B
JSON
{
|
|
"meetingid": "XXXXXXXXX",
|
|
"title": "新需求",
|
|
"meeting_start": 1600000000,
|
|
"meeting_duration": 10000,
|
|
"description": "test",
|
|
"type": 1,
|
|
"remind_time": 60,
|
|
"attendees": {
|
|
"userid": ["lisi", "wangwu"],
|
|
"external_userid": ["woabc", "woced"],
|
|
"device_sn": ["devsn1", "devsn2"]
|
|
}
|
|
}
|