fix: point exp

This commit is contained in:
zzc
2026-02-25 10:27:30 +08:00
parent 1fef1818d8
commit a6e9c1c9ce
4 changed files with 79 additions and 20 deletions

View File

@@ -82,10 +82,13 @@ export const createTracking = async (data) => {
});
};
export const watchAdReward = async () => {
export const watchAdReward = async (token) => {
return request({
url: "/api/blessing/ad/reward",
method: "POST",
data: {
rewardToken: token,
},
});
};