From fbaa7f78aca093f1b56b4dbb478b23e140b7c218 Mon Sep 17 00:00:00 2001 From: Guoqs Date: Wed, 27 Mar 2024 13:43:12 +0800 Subject: [PATCH] update --- .../jsowell/thirdparty/platform/ThirdPartyPlatformService.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/jsowell-thirdparty/src/main/java/com/jsowell/thirdparty/platform/ThirdPartyPlatformService.java b/jsowell-thirdparty/src/main/java/com/jsowell/thirdparty/platform/ThirdPartyPlatformService.java index a5e3c11cc..f30199d52 100644 --- a/jsowell-thirdparty/src/main/java/com/jsowell/thirdparty/platform/ThirdPartyPlatformService.java +++ b/jsowell-thirdparty/src/main/java/com/jsowell/thirdparty/platform/ThirdPartyPlatformService.java @@ -28,7 +28,6 @@ public interface ThirdPartyPlatformService { throw new UnsupportedOperationException("This method is not yet implemented"); } - /** * 给第三方平台生成token */ @@ -447,5 +446,4 @@ public interface ThirdPartyPlatformService { return token; } - }