mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-09-19 01:58:14 +08:00
fix(work): 修复部分回调通知事件模型字段缺失的问题
This commit is contained in:
@@ -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>
|
@@ -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>
|
||||
|
Reference in New Issue
Block a user