移除微信支付相关

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

@@ -239,7 +239,7 @@ public class TempService {
weChatRefundDTO.setRefundType("1");
weChatRefundDTO.setRefundAmount(refundAmount);
try {
orderBasicInfoService.weChatRefund(weChatRefundDTO);
// orderBasicInfoService.weChatRefund(weChatRefundDTO);
} catch (Exception e) {
logger.error("临时订单退款接口发生异常 orderCode:{}", orderBasicInfo.getOrderCode(), e);
}