master
jiahuiwen 2021-10-27 19:28:22 +08:00
parent c6762d34c5
commit fbf3ee2163
1 changed files with 2 additions and 1 deletions

View File

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