fix: point exp
This commit is contained in:
@@ -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",
|
||||
},
|
||||
});
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user