diff --git a/jsowell-admin/src/test/java/SpringBootTestController.java b/jsowell-admin/src/test/java/SpringBootTestController.java index 517f56012..60a595286 100644 --- a/jsowell-admin/src/test/java/SpringBootTestController.java +++ b/jsowell-admin/src/test/java/SpringBootTestController.java @@ -781,13 +781,13 @@ public class SpringBootTestController { */ @Test public void createRefundRequestTest() { - String paymentId = "0022120231026150915990563512626531311616"; - BigDecimal refundAmount = new BigDecimal("30.53"); - String memberId = "65879222"; - String orderCode = "C61028961274"; + String paymentId = "0022120231226155420105856296289509498883333"; + BigDecimal refundAmount = new BigDecimal("11.62"); + String memberId = "46487809"; + String orderCode = "C80414417003"; // 调汇付的交易退款接口 RefundResponse response = adapayService.createRefundRequest(paymentId, refundAmount, - wechatAppId1, memberId, ScenarioEnum.ORDER.getValue(), orderCode); + wechatAppId2, memberId, ScenarioEnum.ORDER.getValue(), orderCode); System.out.println(JSON.toJSONString(response)); }