fix: point exp

This commit is contained in:
zzc
2026-02-25 00:25:56 +08:00
parent 818e947513
commit 6c1084ef32
2 changed files with 74 additions and 4 deletions

View File

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