From ab0637e981ab4c85120ccde35ee24ec4abbe3e24 Mon Sep 17 00:00:00 2001
From: xin <1099200748@qq.com>
Date: Fri, 17 Oct 2025 17:20:15 +0800
Subject: [PATCH] Merge branch 'refs/heads/master' into xin

---
 oying-system/src/main/java/com/oying/modules/hwc/utils/SignUtil.java |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/oying-system/src/main/java/com/oying/modules/hwc/utils/SignUtil.java b/oying-system/src/main/java/com/oying/modules/hwc/utils/SignUtil.java
index 6d9450a..5162317 100644
--- a/oying-system/src/main/java/com/oying/modules/hwc/utils/SignUtil.java
+++ b/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("汇旺财类型错误");
         }

--
Gitblit v1.9.3