zhanghua
2023-08-17 8945b94fc922fc6598f7558b318dc7674f525b70
ycl-platform/src/main/java/com/ycl/util/CheckApiUtil.java
@@ -50,7 +50,7 @@
            sb.append("&pageSize=");
            sb.append(params.getPageSize());
        }
        // result = MD5Util.md5Encrypt32Lower(sb.toString());
        result = MD5Util.md5Encrypt32Lower(sb.toString());
        // if (!params.getSign().equals(result)) {
        //     throw new ApiException(ResultCode.SIGN_ERROR);
        // }