master
jiahuiwen 2021-10-27 19:35:32 +08:00
parent dbaf4acb18
commit 71ba0f1f15
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ public class HaoGameRechargeController {
body = URLDecoder.decode(body,"UTF-8");
body.replace("=","");
body = body.replace("=","");
LOGGER.info("haoGameCallback body.length={} body={}", body.length(), body);
// try {