添加领取接口

This commit is contained in:
duan 2025-01-20 15:15:52 +08:00
parent 46ac9db29d
commit f0e2797e8e
1 changed files with 2 additions and 1 deletions

View File

@ -27,7 +27,8 @@ export const getUserSignData = (data) => {
export const receiveGoods = (data) => {
return http.request({
url: 'taskCenter/receiveGoods',
data
data,
method: 'POST',
})
}
// 任务-签到