Explorar o código

抽奖页面 接口文件

DESKTOP-O04BTUJ\muzen %!s(int64=3) %!d(string=hai) anos
pai
achega
6188019e06
Modificáronse 1 ficheiros con 3 adicións e 3 borrados
  1. 3 3
      src/api/lottery.js

+ 3 - 3
src/api/lottery.js

@@ -1,11 +1,11 @@
 import request from '@/utils/request'
 
 // 抽奖页面信息
-export function page(data) {
+export function page(header) {
   return request({
     url: `/point/lottery/lotteryPage`,
-    method: 'get',
-    data
+    header: header,
+    method: 'get'
   })
 }