Merge branch 'dev-Liu' into dev

This commit is contained in:
BOOL\25024
2025-03-04 09:49:55 +08:00
3 changed files with 61 additions and 4 deletions

View File

@@ -129,3 +129,12 @@ export function generatePileSecret() {
method: 'get'
})
}
// 解绑个人桩
export function userUnbindPile(data) {
return request({
url: '/pile/basic/userUnbindPile',
method: 'post',
data: data
})
}