mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-04-05 17:38:05 +08:00
🎨 add BizMail to WxCpXmlMessage
This commit is contained in:
parent
0256461044
commit
062eb6c3b4
@ -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”即可.
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user