xw 3 天之前
父節點
當前提交
899a95fbc9
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/api/live/liveLotteryConf.js

+ 1 - 1
src/api/live/liveLotteryConf.js

@@ -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,