generated from root/miduo_server
master
parent
382218b56e
commit
6e7a1e2bc4
|
@ -45,6 +45,7 @@ public class HaoGameRechargeController {
|
||||||
String str;
|
String str;
|
||||||
while ((str = reader.readLine()) != null) {
|
while ((str = reader.readLine()) != null) {
|
||||||
sb.append(str);
|
sb.append(str);
|
||||||
|
LOGGER.info("haoGameCallback getOuttradeno={} ",str);
|
||||||
}
|
}
|
||||||
String body = sb.toString();
|
String body = sb.toString();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue