Feat:体验券领取

This commit is contained in:
linxi
2026-03-12 18:05:38 +08:00
parent 6b849c5300
commit 605cd4f054
4 changed files with 497 additions and 1 deletions
+5 -1
View File
@@ -159,4 +159,8 @@ export function hadView(data) {
export function getShareImg(id) {
return request.get('/landmarkGoods/poster/' + id, {}, {login: false})
}
}
export function getLatestExperienceCoupon() {
return request.get('/experienceCoupon/latest', {}, {login: true})
}