perf 分账相关字段调整

This commit is contained in:
bootx
2024-06-02 01:54:11 +08:00
parent 990ce7d361
commit d673362577
13 changed files with 26 additions and 22 deletions

View File

@@ -134,7 +134,7 @@ public class PayOrderTest {
DaxPayResult<PayModel> execute = DaxPayKit.execute(param);
System.out.println(JSONUtil.toJsonStr(execute));
System.out.println(JSONUtil.toJsonStr(execute.getData()));
}
}
```