huminmin
5 天以前 7591ba21194595cc8d9a1293dfdbfa945bc9948f
yudao-module-mall/yudao-module-promotion/src/main/java/cn/iocoder/yudao/module/promotion/service/coupon/CouponService.java
@@ -13,7 +13,7 @@
/**
 * 优惠劵 Service 接口
 *
 * @author 芋道源码
 * @author 超级管理员
 */
public interface CouponService {
@@ -160,7 +160,7 @@
    Map<Long, Boolean> getUserCanCanTakeMap(Long userId, List<CouponTemplateDO> templates);
    /**
     * 获得优惠劵
     * 【会员】获得优惠劵
     *
     * @param userId 用户编号
     * @param id     编号
@@ -168,4 +168,12 @@
     */
    CouponDO getCoupon(Long userId, Long id);
    /**
     * 【管理员】获得优惠劵
     *
     * @param id 编号
     * @return 优惠劵
     */
    CouponDO getCoupon(Long id);
}