| | |
| | | import com.ruoyi.common.core.domain.R; |
| | | import com.ruoyi.goods.api.domain.GetLotteryEventList; |
| | | import com.ruoyi.goods.api.domain.TLotteryEvent; |
| | | import com.ruoyi.goods.api.domain.TLotteryEventUser; |
| | | import com.ruoyi.goods.api.domain.TUserLotteryEvent; |
| | | import com.ruoyi.goods.api.factory.LotteryEventFallbackFactory; |
| | | import org.springframework.cloud.openfeign.FeignClient; |
| | |
| | | */ |
| | | @PostMapping("/lotteryEvent/getLotteryEventList") |
| | | R<List<TLotteryEvent>> getLotteryEventList(@RequestBody GetLotteryEventList getLotteryEventList); |
| | | |
| | | |
| | | /** |
| | | * 添加用户抽奖弹框记录 |
| | | * @param lotteryEventUser |
| | | * @return |
| | | */ |
| | | @PostMapping("/lotteryEvent/addLotteryEventUser") |
| | | R addLotteryEventUser(@RequestBody TLotteryEventUser lotteryEventUser); |
| | | |
| | | |
| | | |
| | | } |