mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-26 22:15:06 +08:00
新增 用户解绑鉴权卡接口
This commit is contained in:
@@ -125,4 +125,11 @@ public interface IPileAuthCardService {
|
||||
* @param dto
|
||||
*/
|
||||
int bindAuthCard(PileAuthCardDTO dto);
|
||||
|
||||
/**
|
||||
* 用户解绑鉴权卡 (小程序用)
|
||||
* @param dto
|
||||
* @return
|
||||
*/
|
||||
int unbindAuthCard(PileAuthCardDTO dto);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user