From d437b28ac755393d4f7566e576064a6fde855f38 Mon Sep 17 00:00:00 2001 From: Guoqs Date: Wed, 27 Mar 2024 16:02:06 +0800 Subject: [PATCH] =?UTF-8?q?update=20=E5=8A=A0=E6=8E=A5=E5=8F=A3=E6=B3=A8?= =?UTF-8?q?=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../thirdparty/platform/ThirdPartyPlatformService.java | 5 +++++ 1 file changed, 5 insertions(+) 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 { /**