fix: user reward

This commit is contained in:
zzc
2026-03-06 14:14:27 +08:00
parent 516063bb14
commit 210f913aed
2 changed files with 16 additions and 1 deletions

View File

@@ -24,7 +24,7 @@ export const getPageDetail = async (shareToken) => {
export const getShareReward = async (data) => {
return request({
url: "/api/blessing/share/reward",
url: "/api/reward/share",
method: "POST",
data,
});