Skip to content

Commit

Permalink
🎨 #3037 【企业微信】修复第三方审批不同回调下实体缺少字段问题
Browse files Browse the repository at this point in the history
  • Loading branch information
MoonightsZ authored Jun 16, 2023
1 parent 9af129e commit cb34973
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -479,7 +479,7 @@ public class WxCpTpXmlMessage implements Serializable {
private WxCpXmlMessage.SendLocationInfo sendLocationInfo = new WxCpXmlMessage.SendLocationInfo();

@XStreamAlias("ApprovalInfo")
private ApprovalInfo approvalInfo = new ApprovalInfo();
private WxCpXmlApprovalInfo approvalInfo = new WxCpXmlApprovalInfo();

@XStreamAlias("TaskId")
@XStreamConverter(value = XStreamCDataConverter.class)
Expand Down Expand Up @@ -580,6 +580,7 @@ public static class BatchJob implements Serializable {

/**
* The type Approval info.
* @deprecated 无法同时适配不同回调下的实体字段,使用WxCpXmlApprovalInfo可完美适配
*/
@Data
@XStreamAlias("ApprovalInfo")
Expand Down

0 comments on commit cb34973

Please sign in to comment.