Merge branch 'main' of https://git.yuzhankeji.cn/TmOct5/BlockChainH5 into main
This commit is contained in:
@@ -82,7 +82,14 @@ const withdrawsIndexLists = (data) => {
|
||||
})
|
||||
}
|
||||
|
||||
//
|
||||
// 能量碎片记录
|
||||
const userAccoutScores = (data) => {
|
||||
return request({
|
||||
url: 'user/account/scores',
|
||||
method: 'get',
|
||||
data: data
|
||||
})
|
||||
}
|
||||
|
||||
export {
|
||||
accountsCreate,
|
||||
@@ -93,5 +100,6 @@ export {
|
||||
withdrawsAccountsDelete,
|
||||
withdrawsIndexCreate,
|
||||
withdrawsIndex,
|
||||
withdrawsIndexLists
|
||||
withdrawsIndexLists,
|
||||
userAccoutScores
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user