zhanghua
2024-03-12 0c420edb24c2f3a783706e65f0ad76f282518d22
ycl-platform/src/main/java/com/ycl/util/CheckApiUtil.java
@@ -51,8 +51,8 @@
            sb.append(params.getPageSize());
        }
        result = MD5Util.md5Encrypt32Lower(sb.toString());
        if (!params.getSign().equals(result)) {
            throw new ApiException(ResultCode.SIGN_ERROR);
        }
        // if (!params.getSign().equals(result)) {
        //     throw new ApiException(ResultCode.SIGN_ERROR);
        // }
    }
}