|
@@ -12,4 +12,6 @@ public interface UnifiedUserCenterService {
|
|
|
R<?> unbind(UnifiedUserCenterDTO dto);
|
|
R<?> unbind(UnifiedUserCenterDTO dto);
|
|
|
|
|
|
|
|
OneAccountVO queryClients(String uuid);
|
|
OneAccountVO queryClients(String uuid);
|
|
|
|
|
+
|
|
|
|
|
+ void syncLotteryCount(UnifiedUserCenterDTO dto);
|
|
|
}
|
|
}
|