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,