更新代码

This commit is contained in:
duan
2025-01-07 17:10:57 +08:00
parent e41396774b
commit 62c768be02
37 changed files with 5377 additions and 91 deletions

View File

@@ -1,9 +1,9 @@
import http from '@/http/http.js'
// 获取任务列表
export const announcement = (data) => {
export const selectTaskCenter = (data) => {
return http.request({
url: '/announcement',
url: '/taskCenter/selectTaskCenter',
data
})
}
@@ -14,4 +14,19 @@ export const getUserSignData = (data) => {
data
})
}
// 任务-签到
export const taskReceive = (data) => {
return http.request({
url: 'taskCenter/taskReceive',
data,
isreturm:true
})
}
// 任务列表
export const selectDiscSpinning = (data) => {
return http.request({
url: 'discSpinning/selectDiscSpinning',
data,
})
}