批量会员余额退款

This commit is contained in:
2023-08-11 17:13:43 +08:00
parent 7d4a3540e6
commit 94c20bbc68
3 changed files with 14 additions and 19 deletions

View File

@@ -1803,8 +1803,8 @@ public class OrderBasicInfoServiceImpl implements IOrderBasicInfoService {
if (CollectionUtils.isNotEmpty(requestList)) {
for (WechatPayRefundRequest refundRequest : requestList) {
try {
return wechatPayService.ApplyForWechatPayRefundV3(refundRequest);
// logger.info("调微信退款API退款====={}", JSONObject.toJSONString(refundRequest));
WechatPayRefundResponse wechatPayRefundResponse = wechatPayService.ApplyForWechatPayRefundV3(refundRequest);
logger.info("调微信退款API退款====={}", JSONObject.toJSONString(wechatPayRefundResponse));
} catch (Exception e) {
logger.error("调微信退款API发生异常", e);
}