Pu Zhibing
2025-07-14 452d17b1c16bfe8585c16bd82e67450abd97c82f
ruoyi-modules/ruoyi-member/src/main/java/com/ruoyi/member/service/coupon/CouponService.java
@@ -212,7 +212,7 @@
     * 平台获取抽奖类型优惠券列表
     * @return
     */
    List<LotteryEventCouponListVO> getLotteryEventCouponList();
    List<LotteryEventCouponListVO> getLotteryEventCouponList(Long shopId);
    List<LotteryEventCouponListVO> getLotteryEventCouponListByShopId(String shopId);
}