mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 19:15:35 +08:00
新增 绑定鉴权卡需密钥
This commit is contained in:
@@ -42,3 +42,11 @@ export function delCard(id) {
|
||||
method: 'delete'
|
||||
})
|
||||
}
|
||||
|
||||
// 停用某张卡
|
||||
export function deactivateCard(id){
|
||||
return request({
|
||||
url: '/pile/card/deactivateCard/' + id,
|
||||
method: 'get'
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user