mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 11:05:18 +08:00
update 更新支付的消费退款
This commit is contained in:
@@ -201,7 +201,7 @@ public class TempController extends BaseController {
|
||||
throw new BusinessException("", "查询信息为空");
|
||||
}
|
||||
String appId = pileMerchantInfoService.queryAppIdByMerchantId(orderBasicInfo.getMerchantId());
|
||||
orderBasicInfoService.doPaymentConfirm(orderBasicInfo, adapayMemberAccount, appId);
|
||||
orderBasicInfoService.doPaymentConfirmWithDelay(orderBasicInfo, adapayMemberAccount, appId);
|
||||
} catch (Exception e) {
|
||||
logger.error("临时接口交易确认接口 error,", e);
|
||||
response = new RestApiResponse<>(ReturnCodeEnum.CODE_WEIXIN_REFUND_ERROR);
|
||||
@@ -230,7 +230,7 @@ public class TempController extends BaseController {
|
||||
throw new BusinessException("", "查询信息为空");
|
||||
}
|
||||
String appId = pileMerchantInfoService.queryAppIdByMerchantId(merchantId);
|
||||
orderBasicInfoService.doBalancePayment(orderBasicInfo, adapayMemberAccount, appId);
|
||||
orderBasicInfoService.doBalancePaymentWithDelay(orderBasicInfo, adapayMemberAccount, appId);
|
||||
} catch (Exception e) {
|
||||
logger.error("临时接口交易确认接口 error,", e);
|
||||
response = new RestApiResponse<>(ReturnCodeEnum.CODE_WEIXIN_REFUND_ERROR);
|
||||
|
||||
Reference in New Issue
Block a user