xin
2025-10-11 4548c5045b3a5522ad14df7c939f0303c1e17587
oying-system/src/main/java/com/oying/modules/hwc/utils/SignUtil.java
@@ -32,6 +32,8 @@
                    return MD5.sign(preStr, "&key=" + properties.getKey(), "utf-8");
                case HWC2:
                    return MD5.sign(preStr, "&key=" + properties.getKey2(), "utf-8");
                case HWC3:
                    return MD5.sign(preStr, "&key=" + properties.getKey3(), "utf-8");
            }
            throw new BadRequestException("汇旺财类型错误");
        }
@@ -54,6 +56,8 @@
                    return !SignUtils.checkParam(resultMap, properties.getKey());
                case HWC2:
                    return !SignUtils.checkParam(resultMap, properties.getKey2());
                case HWC3:
                    return !SignUtils.checkParam(resultMap, properties.getKey3());
            }
            throw new BadRequestException("汇旺财类型错误");
        }