This commit is contained in:
2024-03-27 13:43:12 +08:00
parent 12e7c34509
commit fbaa7f78ac

View File

@@ -28,7 +28,6 @@ public interface ThirdPartyPlatformService {
throw new UnsupportedOperationException("This method is not yet implemented"); throw new UnsupportedOperationException("This method is not yet implemented");
} }
/** /**
* 给第三方平台生成token * 给第三方平台生成token
*/ */
@@ -447,5 +446,4 @@ public interface ThirdPartyPlatformService {
return token; return token;
} }
} }