添加打赏支付
This commit is contained in:
10
src/apis.js
10
src/apis.js
@@ -488,3 +488,13 @@ export const getVIPDescAPI = async () => {
|
||||
export const getPointBookStatisticsAPI = async () => {
|
||||
return request("GET", `/v2/user/score/sheet/statistics`);
|
||||
};
|
||||
|
||||
export const donateAPI = async (amount, name, phone, organizer, advice) => {
|
||||
return request("POST", `/user/donate`, {
|
||||
amount,
|
||||
name,
|
||||
phone,
|
||||
organizer,
|
||||
advice,
|
||||
});
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user