mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-05-05 18:40:14 +08:00
后管个人中心页面新增生成桩动态密码
This commit is contained in:
@@ -122,3 +122,10 @@ export function getPersonalPileList(data) {
|
||||
data: data
|
||||
})
|
||||
}
|
||||
|
||||
export function generatePileSecret() {
|
||||
return request({
|
||||
url: '/pile/basic/getPileSecretStr',
|
||||
method: 'get'
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user