分销充值修改

This commit is contained in:
张松
2025-10-28 14:56:11 +08:00
parent 9a99cc6e1d
commit 993b65caae
4 changed files with 4 additions and 4 deletions

View File

@@ -97,7 +97,7 @@ public class NotifyController {
payment.setPayTime(DateUtil.date().toLocalDateTime());
payment.setRespJson(plainTextJson.toJSONString());
paymentService.updateById(payment);
distributionUserService.rechargeCallBack(payment.getSourceId(), payment.getShopId(), payment.getAmount(), payment.getId());
distributionUserService.rechargeCallBack(payment.getShopId(), payment.getAmount(), payment.getId());
}catch (Exception e) {
log.error("充值回调失败", e);
return "SUCCESS";