File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
weixin-java-pay/src/main/java/com/github/binarywang/wxpay/bean/result Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ public class WxSignQueryResult extends BaseWxPayResult implements Serializable {
8686 * 协议解约方式
8787 * 非必传
8888 */
89- @ XStreamAlias ("contract_terminated_mode " )
89+ @ XStreamAlias ("contract_termination_mode " )
9090 private Integer contractTerminatedMode ;
9191
9292 /**
@@ -114,7 +114,7 @@ protected void loadXml(Document d) {
114114 contractSignedTime = readXmlString (d , "contract_signed_time" );
115115 contractExpiredTime = readXmlString (d , "contrace_Expired_time" );
116116 contractTerminatedTime = readXmlString (d , "contract_terminated_time" );
117- contractTerminatedMode = readXmlInteger (d , "contract_terminate_mode " );
117+ contractTerminatedMode = readXmlInteger (d , "contract_termination_mode " );
118118 contractTerminationRemark = readXmlString (d , "contract_termination_remark" );
119119 openId = readXmlString (d , "openid" );
120120 }
You can’t perform that action at this time.
0 commit comments