🎨 add BizMail to WxCpXmlMessage

This commit is contained in:
dragon 2022-04-18 17:10:26 +08:00 committed by GitHub
parent 0256461044
commit 062eb6c3b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -284,6 +284,15 @@ public class WxCpXmlMessage implements Serializable {
@XStreamConverter(value = XStreamCDataConverter.class)
private String email;
/**
* 企业邮箱;代开发自建应用不返回该字段
* ISSUE#2584
* @see <a href="https://developer.work.weixin.qq.com/document/path/90970">Link</a>
*/
@XStreamAlias("BizMail")
@XStreamConverter(value = XStreamCDataConverter.class)
private String bizMail;
/**
* 头像url如果要获取小图将url最后的/0改成/100即可.
*/