master
jiahuiwen 2021-10-27 17:55:33 +08:00
parent 6e7a1e2bc4
commit 1b37f3963e
1 changed files with 3 additions and 1 deletions

View File

@ -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) {