File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
weixin-java-cp/src/main/java/me/chanjar/weixin/cp/bean/message Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -479,7 +479,7 @@ public class WxCpTpXmlMessage implements Serializable {
479479 private WxCpXmlMessage .SendLocationInfo sendLocationInfo = new WxCpXmlMessage .SendLocationInfo ();
480480
481481 @ XStreamAlias ("ApprovalInfo" )
482- private ApprovalInfo approvalInfo = new ApprovalInfo ();
482+ private WxCpXmlApprovalInfo approvalInfo = new WxCpXmlApprovalInfo ();
483483
484484 @ XStreamAlias ("TaskId" )
485485 @ XStreamConverter (value = XStreamCDataConverter .class )
@@ -580,6 +580,7 @@ public static class BatchJob implements Serializable {
580580
581581 /**
582582 * The type Approval info.
583+ * @deprecated 无法同时适配不同回调下的实体字段,使用WxCpXmlApprovalInfo可完美适配
583584 */
584585 @ Data
585586 @ XStreamAlias ("ApprovalInfo" )
You can’t perform that action at this time.
0 commit comments