mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 19:15:35 +08:00
移除微信支付相关
This commit is contained in:
@@ -106,8 +106,6 @@ import java.nio.charset.StandardCharsets;
|
||||
import java.text.ParseException;
|
||||
import java.text.SimpleDateFormat;
|
||||
import java.util.*;
|
||||
import java.util.concurrent.CompletableFuture;
|
||||
import java.util.concurrent.TimeUnit;
|
||||
import java.util.stream.Collectors;
|
||||
|
||||
@ActiveProfiles("dev")
|
||||
@@ -2922,7 +2920,7 @@ public class SpringBootTestController {
|
||||
dto.setRefundType("2");
|
||||
dto.setMemberId("82100864");
|
||||
dto.setRefundAmount(new BigDecimal("1.23"));
|
||||
orderBasicInfoService.weChatRefund(dto);
|
||||
// orderBasicInfoService.weChatRefund(dto);
|
||||
}
|
||||
|
||||
@Test
|
||||
@@ -2965,7 +2963,7 @@ public class SpringBootTestController {
|
||||
request.setReason("结算退款");
|
||||
request.setFunds_account("AVAILABLE");
|
||||
|
||||
wechatPayService.ApplyForWechatPayRefundV3(request);
|
||||
// wechatPayService.ApplyForWechatPayRefundV3(request);
|
||||
|
||||
// 退款方法
|
||||
|
||||
|
||||
Reference in New Issue
Block a user