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