From df51fdceb6fb8e2f55181f0fa015f21c046b6b79 Mon Sep 17 00:00:00 2001 From: "DESKTOP-C3M45P4\\dengdan" Date: Fri, 22 Nov 2024 15:07:58 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=A4=AA=E5=88=9D=E8=A1=8Cqu?= =?UTF-8?q?ick=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com/jmfy/controller/QuickTcxZbRechargeController.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/com/jmfy/controller/QuickTcxZbRechargeController.java b/src/main/java/com/jmfy/controller/QuickTcxZbRechargeController.java index 672f0fb..0230836 100644 --- a/src/main/java/com/jmfy/controller/QuickTcxZbRechargeController.java +++ b/src/main/java/com/jmfy/controller/QuickTcxZbRechargeController.java @@ -10,8 +10,8 @@ import javax.servlet.http.HttpServletRequest; */ @RestController public class QuickTcxZbRechargeController { - private static final String callbackkey = "34624434293137705050474776385139"; - private static final String md5key = "x2byswokskwnsio2nk3d3vvk9gbgo0aw"; + private static final String callbackkey = "57663245311408606959941673883588"; + private static final String md5key = "jtugiwg28ssdj4jx1tvzi4f5ouyh3qyn"; @RequestMapping(value = "/quickTcxZbCallback") public String QuickCallback(HttpServletRequest request) throws Exception {