兑换记录

This commit is contained in:
duan
2025-01-15 14:49:27 +08:00
parent 1b0279655d
commit e5842b6429
5 changed files with 147 additions and 18 deletions

View File

@@ -25,7 +25,14 @@ export const courseselectCourse = (data) => {
data
})
}
// 兑换
export const userPrizeExchangeexchange = (data) => {
return http.request({
url: '/userPrizeExchange/exchange',
data,
method:'post'
})
}
// 搜索
export const selectCourseTitles = (data) => {
return http.request({