|
@@ -164,6 +164,7 @@ public class LiveFacadeServiceImpl extends BaseController implements LiveFacadeS
|
|
|
return R.ok()
|
|
return R.ok()
|
|
|
.put("red", redConfs)
|
|
.put("red", redConfs)
|
|
|
.put("lottery", lotteryConfs)
|
|
.put("lottery", lotteryConfs)
|
|
|
|
|
+ .put("topMsg", liveMsg)
|
|
|
.put("goods", liveConfigVo.getLiveGoodsVo());
|
|
.put("goods", liveConfigVo.getLiveGoodsVo());
|
|
|
}
|
|
}
|
|
|
|
|
|