回调分销实现
This commit is contained in:
@@ -61,12 +61,12 @@ public interface MkDistributionUserService extends IService<MkDistributionUser>
|
||||
|
||||
/**
|
||||
* 发放分销奖励
|
||||
* @param orderId 订单id
|
||||
* @param sourceId 来源id
|
||||
* @param orderNo 订单编号
|
||||
* @param amount 金额
|
||||
* @param userId 用户id
|
||||
* @param shopId 店铺id
|
||||
*/
|
||||
void distribute(Long orderId, String orderNo, BigDecimal amount, Long userId, Long shopId, String type);
|
||||
void distribute(Long sourceId, String orderNo, BigDecimal amount, Long userId, Long shopId, String type);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user