领取水晶增加队列处理,增加批量领取
This commit is contained in:
@@ -28,11 +28,29 @@ const thawlog = (data) => {
|
||||
url: 'user/account/thawlog',
|
||||
method: 'POST',
|
||||
data
|
||||
}, true)
|
||||
}
|
||||
|
||||
// 获取新的一批水晶
|
||||
const crystalsBefore = (data) => {
|
||||
return request({
|
||||
url: 'user/account/crystals/before',
|
||||
})
|
||||
}
|
||||
|
||||
// 批量领取水晶
|
||||
const allThawall = (data) => {
|
||||
return request({
|
||||
url: 'user/account/thawall',
|
||||
method: 'POST',
|
||||
data
|
||||
})
|
||||
}
|
||||
|
||||
export {
|
||||
chain,
|
||||
crystals,
|
||||
thawlog
|
||||
thawlog,
|
||||
crystalsBefore,
|
||||
allThawall
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user