移除微信支付相关

This commit is contained in:
Guoqs
2024-08-13 14:05:48 +08:00
parent 48d80872aa
commit b031ea4583
12 changed files with 345 additions and 399 deletions

View File

@@ -216,7 +216,7 @@ public class PayController extends BaseController {
logger.info("微信退款回调接口 body:{}", JSON.toJSONString(body));
RestApiResponse<?> response;
try {
orderService.wechatPayRefundCallback(request, body);
// orderService.wechatPayRefundCallback(request, body);
response = new RestApiResponse<>();
} catch (BusinessException e) {
logger.warn("微信退款回调接口warn", e);
@@ -245,7 +245,7 @@ public class PayController extends BaseController {
}
dto.setMemberId(memberId);
dto.setRefundType("2");
orderService.weChatRefund(dto);
// orderService.weChatRefund(dto);
response = new RestApiResponse<>();
} catch (BusinessException e) {
logger.warn("微信退款接口 warn", e);