mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-11-04 06:07:59 +08:00
🎨 #3554【企业微信】修复审批通知节点获取不到用户ID的问题
This commit is contained in:
@ -118,7 +118,7 @@ public class WxCpXmlApprovalInfo implements Serializable {
|
|||||||
/**
|
/**
|
||||||
* 抄送人userid
|
* 抄送人userid
|
||||||
*/
|
*/
|
||||||
@XStreamAlias("ItemUserid")
|
@XStreamAlias("ItemUserId")
|
||||||
@XStreamConverter(value = XStreamCDataConverter.class)
|
@XStreamConverter(value = XStreamCDataConverter.class)
|
||||||
private String itemUserId;
|
private String itemUserId;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user