Commit 637d3fef authored by 韦凯德's avatar 韦凯德

fix: 领取接口

parent 142a015e
...@@ -5,7 +5,7 @@ const capi = { ...@@ -5,7 +5,7 @@ const capi = {
isShowLoading: true isShowLoading: true
}, },
receiveObjectPrize: { method: 'GET', handle: 'receiveObjectPrize' }, receiveObjectPrize: { method: 'GET', handle: 'receiveObjectPrize' },
receiveEnamePrize: { method: 'GET', handle: 'receiveObjectPrize' }, receiveEnamePrize: { method: 'GET', handle: 'receiveEnamePrize' },
getItemListByItemIds: { method: 'GET', handle: 'getItemListByItemIds' }, getItemListByItemIds: { method: 'GET', handle: 'getItemListByItemIds' },
getCollectGoodsList: { method: 'GET', handle: 'getCollectGoodsList' }, getCollectGoodsList: { method: 'GET', handle: 'getCollectGoodsList' },
doCollectGoodsTask: { method: 'GET', handle: 'doCollectGoodsTask' }, doCollectGoodsTask: { method: 'GET', handle: 'doCollectGoodsTask' },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment