From f0acd97aa988e2a19800ccbc3dcaaf608f19e561 Mon Sep 17 00:00:00 2001 From: zhangshanxue Date: Fri, 4 Dec 2020 22:05:58 +0800 Subject: [PATCH] =?UTF-8?q?ios=E6=94=AF=E4=BB=98=E7=A7=98=E9=92=A5?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/java/com/jmfy/controller/MHTHwRechargeController.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/jmfy/controller/MHTHwRechargeController.java b/src/main/java/com/jmfy/controller/MHTHwRechargeController.java index 4867fce..62f5e15 100644 --- a/src/main/java/com/jmfy/controller/MHTHwRechargeController.java +++ b/src/main/java/com/jmfy/controller/MHTHwRechargeController.java @@ -50,7 +50,7 @@ public class MHTHwRechargeController { @RequestMapping(value = "/MHTHwIosCallback") public String MHTHwIosCallback(HttpServletRequest request) throws Exception { - return process(request,"ios_online","c130d086f10a275de2440f6e2a28912a"); + return process(request,"ios_online","5a367d9f2b60b7cf6c894b4e0acaa437"); } @RequestMapping(value = "/MHTHwTestCallback")