生成bindFace小程序码

This commit is contained in:
2025-07-29 14:09:34 +08:00
parent 91867300ed
commit c97c680ca9
3 changed files with 35 additions and 0 deletions

View File

@@ -38,4 +38,6 @@ public interface FaceService {
ApiResponse<List<ContentPageVO>> contentListUseDefaultFace();
void bindFace(Long faceId, Long memberId);
String bindWxaCode(Long faceId);
}