|
export const getLotteryRecord = () => request({ url: "/index/get_lottery_record", method: "get", loading: true });
|
|
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 bindAddress = (data) => request({ url: "/index/bind_address", method: "post", data, loading: true });
|