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 211ce3a50..fd258db07 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 @@ -22,6 +22,11 @@ import java.util.HashMap; import java.util.LinkedHashMap; import java.util.Map; +/** + * 第三方平台对接需要的api集合 + * 说明:此接口中的方法可以选择性实现,具体看要对接的第三方平台需要什么方法 + * 所有的方法默认抛出未实现异常,在三方平台实现类中未覆盖的话,掉用会抛异常,注意处理异常 + */ public interface ThirdPartyPlatformService { /**