From fbf3ee2163a0baf50defea39a0f733ae3186c72d Mon Sep 17 00:00:00 2001 From: jiahuiwen Date: Wed, 27 Oct 2021 19:28:22 +0800 Subject: [PATCH] 11 --- .../java/com/jmfy/controller/HaoGameRechargeController.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main/java/com/jmfy/controller/HaoGameRechargeController.java b/src/main/java/com/jmfy/controller/HaoGameRechargeController.java index 179affb..dac1e62 100644 --- a/src/main/java/com/jmfy/controller/HaoGameRechargeController.java +++ b/src/main/java/com/jmfy/controller/HaoGameRechargeController.java @@ -44,10 +44,11 @@ public class HaoGameRechargeController { @RequestMapping(value = "/haoGameCallback") public String haoGameCallback(HttpServletRequest request, @RequestBody String body) throws Exception { - LOGGER.info("haoGameCallback body.length={} body={}", body.length(), body); body = URLDecoder.decode(body,"UTF-8"); + LOGGER.info("haoGameCallback body.length={} body={}", body.length(), body); + // try { // BufferedReader reader = request.getReader(); // StringBuilder sb = new StringBuilder();