feat: 暂时不请求
This commit is contained in:
parent
2585f88774
commit
9d6c89e0b6
@ -61,8 +61,9 @@ export const getInviteCode = async () => {
|
|||||||
return inviteCode;
|
return inviteCode;
|
||||||
};
|
};
|
||||||
export const getProfitList = async (data: GetProfitRequest) => {
|
export const getProfitList = async (data: GetProfitRequest) => {
|
||||||
const result = await http.post<PartnerProfitItem[]>(API.GET_PROFIT_LIST, { data });
|
// const result = await http.post<PartnerProfitItem[]>(API.GET_PROFIT_LIST, { data });
|
||||||
return Array.isArray(result) ? result : [];
|
// return Array.isArray(result) ? result : [];
|
||||||
|
return [];
|
||||||
};
|
};
|
||||||
export const formatMoney = (cents: number) => {
|
export const formatMoney = (cents: number) => {
|
||||||
if (!cents) {
|
if (!cents) {
|
||||||
|
Loading…
Reference in New Issue
Block a user