fix(work): 修复部分回调通知事件模型字段缺失的问题

This commit is contained in:
Fu Diwei
2021-11-10 13:19:11 +08:00
parent c8ee389674
commit 795f6b180f
15 changed files with 134 additions and 15 deletions

View File

@@ -4,7 +4,6 @@
<InfoType><![CDATA[disconnect_info]]></InfoType>
<TimeStamp>1548074765</TimeStamp>
<ServiceCorpId><![CDATA[xxxx]]></ServiceCorpId>
<ConnectTime>1352460633</ConnectTime>
<DisconnectTime>1452460633</DisconnectTime>
<Reason>1</Reason>
</xml>

View File

@@ -5,6 +5,6 @@
<MsgType><![CDATA[event]]></MsgType>
<Event><![CDATA[taskcard_click]]></Event>
<EventKey><![CDATA[key111]]></EventKey>
<TaskId><![CDATA[taskid111]]></TaskId >
<AgentId>1</AgentId>
<TaskId><![CDATA[taskid111]]></TaskId>
<AgentID>1</AgentID>
</xml>