重复依赖
This commit is contained in:
@@ -19,18 +19,4 @@ public interface MkDistributionConfigService extends IService<MkDistributionConf
|
||||
MkDistributionConfigVO detail(Long mainShopId);
|
||||
|
||||
Boolean edit(Long shopId, MkDistributionConfigDTO dto);
|
||||
|
||||
Map<String, Object> pay(long userId, MkDistributionPayDTO payDTO);
|
||||
|
||||
Boolean cashPayOrder(long adminId, MkDistributionPayDTO payParam);
|
||||
|
||||
/**
|
||||
* 分销员开通
|
||||
* @param userId 用户
|
||||
* @param amount 金额
|
||||
* @param shopId 店铺id
|
||||
*/
|
||||
void open(Long userId, BigDecimal amount, Long shopId, Long sourceId);
|
||||
|
||||
void rechargeCallBack(Long userId, Long shopId, BigDecimal amount, Long paymentId);
|
||||
}
|
||||
|
||||
@@ -54,4 +54,6 @@ public interface MkDistributionUserService extends IService<MkDistributionUser>
|
||||
*/
|
||||
void open(Long userId, BigDecimal amount, Long shopId, Long sourceId);
|
||||
|
||||
void rechargeCallBack(Long userId, Long shopId, BigDecimal amount, Long paymentId);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user