Commit 2ccc540f by weijiguang

添加错误日志

parent 1843deb2
...@@ -112,7 +112,7 @@ public class JiGuangPushServiceImpl implements JiGuangPushService { ...@@ -112,7 +112,7 @@ public class JiGuangPushServiceImpl implements JiGuangPushService {
PushBean pushBean = new PushBean(); PushBean pushBean = new PushBean();
pushBean.setMessageCount(jsonObject); pushBean.setMessageCount(jsonObject);
pushAndroid(pushBean, registerIds); pushAndroid(pushBean, registerIds);
log.info("push to " + JSON.toJSONString(registerIds) + ", " + JSON.toJSONString(jsonObject)); log.info("pushto " + JSON.toJSONString(registerIds) + ", " + JSON.toJSONString(jsonObject));
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment