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