fly преди 2 седмици
родител
ревизия
d340a4be39
променени са 1 файла, в които са добавени 1 реда и са изтрити 2 реда
  1. 1 2
      src/api/profile.js

+ 1 - 2
src/api/profile.js

@@ -78,5 +78,4 @@ export const exchangePrize = (data) => request({ url: "/index/exchange_prize", m
 export const getLotteryRecord = () => request({ url: "/index/get_lottery_record", method: "get", loading: true });
 // 设置收货地址 
 export const bindAddress = (data) => request({ url: "/index/bind_address", method: "post", data, loading: true });
-// 获取兑换记录
-export const getLotteryRecord = () => request({ url: "/index/get_lottery_record", method: "get", loading: true });
+