领取水晶水晶账户

This commit is contained in:
唐明明
2021-09-26 17:18:46 +08:00
parent 760ab655eb
commit 49c6f7372f
35 changed files with 214 additions and 219 deletions

View File

@@ -36,9 +36,27 @@ const occ = () => {
})
}
// 水晶原石
const crystals = () => {
return request({
url: 'user/account/crystals'
})
}
// 领取水晶
const thawlog = (data) => {
return request({
url: 'user/account/thawlog',
method: 'POST',
data
})
}
export {
chain,
situation,
hash,
occ
occ,
crystals,
thawlog
}