master
jiahuiwen 2021-10-27 20:32:19 +08:00
parent 729ed5d299
commit 27c714b839
1 changed files with 2 additions and 1 deletions

View File

@ -49,9 +49,10 @@ public class HaoGameRechargeController {
// body = body.replaceAll("\"", "'");
// body = body.replace("'extra':'", "'extra':\"");
// body = body.replace("','openid'", "\",'openid'");
body = body.replace("=", "");
LOGGER.info("haoGameCallback body.length={} body={}", body.length(), body);
// try {
// BufferedReader reader = request.getReader();
// StringBuilder sb = new StringBuilder();