['对接现金红包接口及样式处理']

This commit is contained in:
2021-10-15 09:49:18 +08:00
parent 01a9d8eb40
commit 9a89f3dded
16 changed files with 419 additions and 786 deletions

View File

@@ -138,6 +138,13 @@ const keyrules = () => {
})
}
// 能量球转红包前置,获取能量球的基本信息
const accountCashs = (data) => {
return request({
url: 'user/account/cashs',
data:data
})
}
export {
seed,
hash,
@@ -154,6 +161,7 @@ export {
securityCheck,
securityReset,
cmsWithdraw,
keyrules
keyrules,
accountCashs
}