From 041636e5636c930a33c6d3489b1c92d5b732dfba Mon Sep 17 00:00:00 2001 From: jiahuiwen Date: Wed, 27 Oct 2021 15:52:42 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=A7=A3=E6=9E=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/com/jmfy/controller/HaoGameRechargeController.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/main/java/com/jmfy/controller/HaoGameRechargeController.java b/src/main/java/com/jmfy/controller/HaoGameRechargeController.java index 9c3d739..97cb14a 100644 --- a/src/main/java/com/jmfy/controller/HaoGameRechargeController.java +++ b/src/main/java/com/jmfy/controller/HaoGameRechargeController.java @@ -113,8 +113,7 @@ public class HaoGameRechargeController { @RequestMapping(value = "/haoGameCallback") public String haoGameCallback(HttpServletRequest request) throws Exception { LOGGER.info("haoGameCallback 收到好游戏支付回调"); -// HashMap parameterMap = JsonUtil.getInstence().getParameterMapYX(request); - HashMap parameterMap = JsonUtil.getInstence().getParameterMap2(request); + HashMap parameterMap = JsonUtil.getInstence().getParameterMapYX(request); if (parameterMap.isEmpty()) { LOGGER.info("data is null"); return "failure";