日常任务-添加送礼任务
This commit is contained in:
@@ -40,6 +40,8 @@ public class DailyTaskGiftListener implements ApplicationListener<GiftMessageEve
|
||||
dailyTaskService.executeProgress(DailyTaskTypeEnum.RECV_NOMAL_GIFT, dailyProgressContext);
|
||||
dailyTaskService.executeProgress(DailyTaskTypeEnum.ROOM_SEND_GIFT, dailyProgressContext);
|
||||
dailyTaskService.executeProgress(DailyTaskTypeEnum.ROOM_SEND_NOMAL_GIFT_GOLD, dailyProgressContext);
|
||||
dailyTaskService.executeProgress(DailyTaskTypeEnum.ROOM_SEND_LUCKY_NUM, dailyProgressContext);
|
||||
dailyTaskService.executeProgress(DailyTaskTypeEnum.ROOM_SEND_BRAVO_NUM, dailyProgressContext);
|
||||
} catch (Exception e) {
|
||||
log.error("DailyTaskGiftListener:e.getMessage:{}", e.getMessage(), e);
|
||||
}
|
||||
|
Reference in New Issue
Block a user