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 {
479
479
private WxCpXmlMessage .SendLocationInfo sendLocationInfo = new WxCpXmlMessage .SendLocationInfo ();
480
480
481
481
@ XStreamAlias ("ApprovalInfo" )
482
- private ApprovalInfo approvalInfo = new ApprovalInfo ();
482
+ private WxCpXmlApprovalInfo approvalInfo = new WxCpXmlApprovalInfo ();
483
483
484
484
@ XStreamAlias ("TaskId" )
485
485
@ XStreamConverter (value = XStreamCDataConverter .class )
@@ -580,6 +580,7 @@ public static class BatchJob implements Serializable {
580
580
581
581
/**
582
582
* The type Approval info.
583
+ * @deprecated 无法同时适配不同回调下的实体字段,使用WxCpXmlApprovalInfo可完美适配
583
584
*/
584
585
@ Data
585
586
@ XStreamAlias ("ApprovalInfo" )
You can’t perform that action at this time.
0 commit comments