master
jiahuiwen 2021-10-27 17:52:06 +08:00
parent 382218b56e
commit 6e7a1e2bc4
1 changed files with 1 additions and 0 deletions

View File

@ -45,6 +45,7 @@ public class HaoGameRechargeController {
String str;
while ((str = reader.readLine()) != null) {
sb.append(str);
LOGGER.info("haoGameCallback getOuttradeno={} ",str);
}
String body = sb.toString();