From 111517b07b960aadafa8e1cd4762b5441c134f04 Mon Sep 17 00:00:00 2001 From: "DESKTOP-C3M45P4\\dengdan" Date: Wed, 20 Nov 2024 00:41:58 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=A4=AA=E5=88=9D=E8=A1=8C?= =?UTF-8?q?=E4=B8=93=E6=9C=8D7=E6=B8=A0=E9=81=93?= 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 020c1a3..672f0fb 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 = "75395955368653747193692006532160"; - private static final String md5key = "gy0gxyqidgxl5hfpobbr9qvf70aoacrr"; + private static final String callbackkey = "34624434293137705050474776385139"; + private static final String md5key = "x2byswokskwnsio2nk3d3vvk9gbgo0aw"; @RequestMapping(value = "/quickTcxZbCallback") public String QuickCallback(HttpServletRequest request) throws Exception {