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