master
jiahuiwen 2021-10-27 20:05:28 +08:00
parent 71ba0f1f15
commit effe8042c7
1 changed files with 4 additions and 1 deletions

View File

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