Przeglądaj źródła

抽奖页面 接口文件

DESKTOP-O04BTUJ\muzen 3 lat temu
rodzic
commit
6188019e06
1 zmienionych plików z 3 dodań i 3 usunięć
  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'
   })
 }