后管个人中心页面新增生成桩动态密码

This commit is contained in:
Lemon
2024-07-05 11:14:10 +08:00
parent 206b238e6e
commit 1b9aa9b5e9
2 changed files with 58 additions and 2 deletions

View File

@@ -122,3 +122,10 @@ export function getPersonalPileList(data) {
data: data
})
}
export function generatePileSecret() {
return request({
url: '/pile/basic/getPileSecretStr',
method: 'get'
})
}