1
0
mirror of synced 2026-02-12 23:27:55 +08:00

🎨 修复错误的变量命名

This commit is contained in:
Binary Wang
2025-07-24 15:35:44 +08:00
parent e5ef34553d
commit 2e952c76c8
3 changed files with 3 additions and 3 deletions

View File

@@ -119,7 +119,7 @@ public class WxPayRefundNotifyResultTest {
refundNotifyResult.loadReqInfo(xmlDecryptedReqInfo);
assertEquals(refundNotifyResult.getReqInfo().getRefundFee().intValue(), 15);
assertEquals(refundNotifyResult.getReqInfo().getRefundStatus(), "SUCCESS");
assertEquals(refundNotifyResult.getReqInfo().getRefundRecvAccout(), "用户零钱");
assertEquals(refundNotifyResult.getReqInfo().getRefundRecvAccount(), "用户零钱");
System.out.println(refundNotifyResult);
} finally {
XmlConfig.fastMode = false;