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();