新增 用户绑定鉴权卡

This commit is contained in:
Lemon
2023-05-24 09:58:01 +08:00
parent 5fdd80a36d
commit 6d7a390e39
5 changed files with 67 additions and 7 deletions

View File

@@ -119,4 +119,10 @@ public interface IPileAuthCardService {
* @return
*/
List<AuthCardVO> getAuthCardListByMemberId(String memberId);
/**
* 用户绑定鉴权卡 (小程序用)
* @param dto
*/
int bindAuthCard(PileAuthCardDTO dto);
}