|
|
@@ -64,7 +64,7 @@ export function listLiveLotteryConfOn(query) {
|
|
|
// 设置自动化抽奖(前端自动计算结束时间 = 开始时间 + 持续时间)
|
|
|
export function setAutoLottery(lotteryId, autoStartTime, autoSettlementTime) {
|
|
|
return request({
|
|
|
- url: '/live/liveLotteryConf/setAuto',
|
|
|
+ url: '/live/liveLotteryConf/setAutoLottery',
|
|
|
method: 'post',
|
|
|
params: {
|
|
|
lotteryId,
|