能量碎片接口页面处理

This commit is contained in:
2021-09-27 16:21:08 +08:00
parent d6af7dca6c
commit bb0e42104a
7 changed files with 120 additions and 80 deletions

View File

@@ -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
}