| | |
| | | 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.service.LotteryEventClient; |
| | | import org.springframework.cloud.openfeign.FallbackFactory; |
| | | |
| | |
| | | public R<List<TLotteryEvent>> getLotteryEventList(GetLotteryEventList getLotteryEventList) { |
| | | return R.fail("根据开启方式获取活动列表失败:" + cause.getMessage()); |
| | | } |
| | | |
| | | @Override |
| | | public R addLotteryEventUser(TLotteryEventUser lotteryEventUser) { |
| | | return R.fail("添加用户抽奖弹框记录失败:" + cause.getMessage()); |
| | | } |
| | | }; |
| | | } |
| | | } |