运营端充值

This commit is contained in:
张松
2025-10-27 13:48:19 +08:00
parent 7bb6198798
commit bd529b2425
2 changed files with 3 additions and 1 deletions

View File

@@ -35,7 +35,7 @@ import java.util.Map;
public class DistributionPayServiceImpl implements DistributionPayService {
private final BigDecimal MONEY_RATE = new BigDecimal("100");
@Resource
@DubboReference
private OrderPaymentService orderPaymentService;
@Resource
private MkDistributionConfigService configService;