fix: point exp

This commit is contained in:
zzc
2026-02-25 09:54:41 +08:00
parent 6c1084ef32
commit 1fef1818d8
3 changed files with 89 additions and 43 deletions

View File

@@ -88,3 +88,13 @@ export const watchAdReward = async () => {
method: "POST",
});
};
export const watchAdStart = async () => {
return request({
url: "/api/blessing/ad/start",
method: "POST",
data: {
adPlacementId: "adunit-d7a28e0357d98947",
},
});
};