mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-11-02 04:29:48 +08:00
🎨 #1520 企业微信接收消息的类中加入群ID属性
This commit is contained in:
@ -233,6 +233,13 @@ public class WxCpXmlMessage implements Serializable {
|
|||||||
@XStreamConverter(value = XStreamCDataConverter.class)
|
@XStreamConverter(value = XStreamCDataConverter.class)
|
||||||
private String position;
|
private String position;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 群ID.
|
||||||
|
*/
|
||||||
|
@XStreamAlias("ChatId")
|
||||||
|
@XStreamConverter(value = XStreamCDataConverter.class)
|
||||||
|
private String chatId;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 性别,1表示男性,2表示女性.
|
* 性别,1表示男性,2表示女性.
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user