generated from root/miduo_server
rizhi
parent
6e7a1e2bc4
commit
1b37f3963e
|
@ -48,8 +48,10 @@ public class HaoGameRechargeController {
|
||||||
LOGGER.info("haoGameCallback getOuttradeno={} ",str);
|
LOGGER.info("haoGameCallback getOuttradeno={} ",str);
|
||||||
}
|
}
|
||||||
String body = sb.toString();
|
String body = sb.toString();
|
||||||
|
if (body.isEmpty()) {
|
||||||
|
LOGGER.info("haoGameCallback body.isEmpty=");
|
||||||
|
}
|
||||||
|
|
||||||
LOGGER.info("haoGameCallback getOuttradeno={} ",body);
|
|
||||||
HaoGameParamBean haoGameParamBean = JsonUtil.serializeToObject(body);
|
HaoGameParamBean haoGameParamBean = JsonUtil.serializeToObject(body);
|
||||||
LOGGER.info("haoGameCallback getOuttradeno={} getOpenid={} getSign={}",haoGameParamBean.getOuttradeno(), haoGameParamBean.getOpenid(), haoGameParamBean.getSign());
|
LOGGER.info("haoGameCallback getOuttradeno={} getOpenid={} getSign={}",haoGameParamBean.getOuttradeno(), haoGameParamBean.getOpenid(), haoGameParamBean.getSign());
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
|
|
Loading…
Reference in New Issue