添加领取接口
This commit is contained in:
parent
46ac9db29d
commit
f0e2797e8e
|
|
@ -27,7 +27,8 @@ export const getUserSignData = (data) => {
|
|||
export const receiveGoods = (data) => {
|
||||
return http.request({
|
||||
url: 'taskCenter/receiveGoods',
|
||||
data
|
||||
data,
|
||||
method: 'POST',
|
||||
})
|
||||
}
|
||||
// 任务-签到
|
||||
|
|
|
|||
Loading…
Reference in New Issue