feat(work): 新增会议室预定的回调通知事件模型

This commit is contained in:
Fu Diwei
2021-12-17 21:14:09 +08:00
parent be2a5690c6
commit f51a4a4d66
4 changed files with 68 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
<xml>
<ToUserName><![CDATA[toUser]]></ToUserName>
<FromUserName><![CDATA[fromUser]]></FromUserName>
<CreateTime>1348831860</CreateTime>
<MsgType><![CDATA[event]]></MsgType>
<Event><![CDATA[book_meeting_room]]></Event>
<MeetingRoomId>1</MeetingRoomId>
<MeetingId><![CDATA[mtebsada6e027c123cbafAAA ]]></MeetingId>
</xml>

View File

@@ -0,0 +1,9 @@
<xml>
<ToUserName><![CDATA[toUser]]></ToUserName>
<FromUserName><![CDATA[fromUser]]></FromUserName>
<CreateTime>1348831860</CreateTime>
<MsgType><![CDATA[event]]></MsgType>
<Event><![CDATA[book_meeting_room]]></Event>
<MeetingRoomId>1</MeetingRoomId>
<MeetingId><![CDATA[mtebsada6e027c123cbafAAA ]]></MeetingId>
</xml>