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 校验结果 */