• 获取邮件未读数(回调模式)
  • 请求说明:

Http请求方式: POST

请求地址: http://api.3dept.com/?msg_signature=ASDFQWEXZCVAQFASDFASDFSS&timestamp=13500001234&nonce=123412323

请求包结构体为:

<xml>
   <CorpID><![CDATA[CorpID]]></CorpID>
   <MsgType><![CDATA[Mail]]></MsgType> 
   <MailID><![CDATA[MailID]]</MailID>
   <ToUserID><![CDATA[zhangsanp@gzdev.com]]></ToUserID>
   <FromUser><![CDATA[zhangsanp]]></FromUser>
   <Title>Hello World</Title>
   <Time>1475980961</Time>
   <NewCount>1</NewCount>
</xml>

具体使用参考回调模式,msg_encrypt解密数据如下:

新邮件 推送

<xml>
   <CorpID><![CDATA[CorpID]]></CorpID>
   <MsgType><![CDATA[Mail]]></MsgType> 
   <UserID><![CDATA[zhangsanp@gzdev.com]]></UserID>
   <Time>1475980961</Time>
  <UnReadCount>1</UnReadCount>
</xml>
  • 参数说明:

参数说明
CorpID企业邮CorpID
MsgType类型。此时固定为Mail
MailID邮件ID
ToUserID收信人userid。成员帐号
FromUser发信人
Title邮件标题
Time邮件时间
NewCount未读邮件数
<xml>
   <CorpID><![CDATA[CorpID]]></CorpID>
   <MsgType><![CDATA[Mail]]></MsgType> 
   <UserID><![CDATA[zhangsanp@gzdev.com]]></UserID>
   <Time>1475980961</Time>
  <UnReadCount>1</UnReadCount>
</xml>
  • 参数说明:

参数说明
CorpID企业邮CorpID
MsgType类型。此时固定为UnRead
UserID成员帐号
Time邮件时间
UnReadCount未读邮件数


电话咨询
全站搜索