解決衝突

This commit is contained in:
duan
2025-01-18 09:55:10 +08:00
8 changed files with 50 additions and 37 deletions

View File

@@ -58,6 +58,7 @@ export const realNameAuth = (data) => {
export const canCash = (data) => {
return http.request({
url: '/cash/canCash',
showLoading: false,
})
}

View File

@@ -4,7 +4,8 @@ import http from '@/http/http.js'
export const selectTaskCenter = (data) => {
return http.request({
url: '/taskCenter/selectTaskCenter',
data
data,
showLoading:false
})
}
// 兑换列表
@@ -19,7 +20,8 @@ export const selectTaskCenterUserReward = (data) => {
export const getUserSignData = (data) => {
return http.request({
url: 'userSignRecord/getUserSignData',
data
data,
showLoading:false
})
}
export const receiveGoods = (data) => {