会员消费充值增成长值增加

This commit is contained in:
张松
2025-09-29 16:04:52 +08:00
parent 4f0e0acacb
commit 99f42514cf
3 changed files with 12 additions and 5 deletions

View File

@@ -28,7 +28,7 @@ public interface MkShopRechargeService extends IService<MkShopRecharge> {
BigDecimal checkRecharge(Long mainShopId, @NotNull(message = "店铺不能为空") Long shopId, Long userId, Long rechargeDetailId, @DecimalMin("0.01") BigDecimal money);
void recharge(Long shopId, Long shopUserId, Long relatedId, BigDecimal amount, Long paymentId, String payType, ShopUserFlowBizEnum bizEnum);
void recharge(Long shopId, Long shopUserId, Long rechargeDetailId, BigDecimal amount, Long paymentId, String payType, ShopUserFlowBizEnum bizEnum);
List<RechargeListVO> getList(long loginIdAsLong);