From ffaeeabc8572e53ee8025cc49a8e5912c43cda30 Mon Sep 17 00:00:00 2001 From: Guoqs <123@jsowell.com> Date: Wed, 7 Aug 2024 11:28:21 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AF=B9=E6=8E=A5=E6=B5=99=E6=B1=9F=E5=B9=B3?= =?UTF-8?q?=E5=8F=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../platform/service/ThirdPartyPlatformService.java | 5 ----- 1 file changed, 5 deletions(-) diff --git a/jsowell-thirdparty/src/main/java/com/jsowell/thirdparty/platform/service/ThirdPartyPlatformService.java b/jsowell-thirdparty/src/main/java/com/jsowell/thirdparty/platform/service/ThirdPartyPlatformService.java index d93c5e056..2591a2ee6 100644 --- a/jsowell-thirdparty/src/main/java/com/jsowell/thirdparty/platform/service/ThirdPartyPlatformService.java +++ b/jsowell-thirdparty/src/main/java/com/jsowell/thirdparty/platform/service/ThirdPartyPlatformService.java @@ -503,11 +503,6 @@ public interface ThirdPartyPlatformService extends InitializingBean { /** * 校验签名 - * @param operatorID 平台标识 组织机构代码 - * @param data 参数内容 - * @param timeStamp 时间戳 - * @param seq 自增序列 - * @param sig 数字签名 * @param signSecret 签名密钥 * @return 校验结果 */