generated from root/miduo_server
master
parent
729ed5d299
commit
27c714b839
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue