From ee9a9f2a9dbf99ad09b56183311ad3805f575719 Mon Sep 17 00:00:00 2001 From: Lemon Date: Fri, 10 Jan 2025 09:17:32 +0800 Subject: [PATCH] =?UTF-8?q?update=20=E6=96=B0=E8=BF=90=E5=B9=B3=E5=8F=B0Se?= =?UTF-8?q?rvice?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../platform/service/impl/XinYunPlatformServiceImpl.java | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/jsowell-thirdparty/src/main/java/com/jsowell/thirdparty/platform/service/impl/XinYunPlatformServiceImpl.java b/jsowell-thirdparty/src/main/java/com/jsowell/thirdparty/platform/service/impl/XinYunPlatformServiceImpl.java index ee856d964..87ca6217e 100644 --- a/jsowell-thirdparty/src/main/java/com/jsowell/thirdparty/platform/service/impl/XinYunPlatformServiceImpl.java +++ b/jsowell-thirdparty/src/main/java/com/jsowell/thirdparty/platform/service/impl/XinYunPlatformServiceImpl.java @@ -87,6 +87,11 @@ public class XinYunPlatformServiceImpl implements ThirdPartyPlatformService { ThirdPartyPlatformFactory.register(thirdPlatformType, this); } + /** + * 查询令牌 query_token + * @param dto + * @return + */ @Override public Map queryToken(CommonParamsDTO dto) { AccessTokenVO vo = new AccessTokenVO();