yujian
2019-05-05 b63c28a0c24782753eae26892171dd1a0c8d1fe7
fanli/src/main/java/com/yeshi/fanli/service/inter/user/UserSystemCouponService.java
@@ -187,13 +187,6 @@
   public void copyLotteryPrize(Long uid, int platform, String device) throws Exception;
   
   /**
    * 领取券
    * @param uid
    * @throws Exception
    */
   public void receivedCoupon(Long uid) throws Exception;
   /**
    * 统计今日抽奖中的券数量
@@ -211,5 +204,12 @@
    * @throws Exception
    */
   public void randomRewardCoupon(int num, Long uid, String source) throws Exception;
   /**
    * 后端直接发送券
    * @param record
    * @param uid
    */
   public void randomRewardCouponForPush(Integer amount , Long uid) throws Exception;
   
}