Commit c603cf1d by 陈浩建

融合下单剔除冗余日志

parent 75b8aba2
...@@ -561,7 +561,6 @@ public class DankuanController { ...@@ -561,7 +561,6 @@ public class DankuanController {
.post(); .post();
//获取回调信息 //获取回调信息
String i = doc.text().trim(); String i = doc.text().trim();
log.info(i);
//解析json格式 //解析json格式
JSONObject json = JSONObject.parseObject(i); JSONObject json = JSONObject.parseObject(i);
//获取jsonp格式中的result(短链接,返回到前端) //获取jsonp格式中的result(短链接,返回到前端)
......
...@@ -550,7 +550,6 @@ public class RongHeController { ...@@ -550,7 +550,6 @@ public class RongHeController {
.post(); .post();
//获取回调信息 //获取回调信息
String i = doc.text().trim(); String i = doc.text().trim();
log.info(i);
//解析json格式 //解析json格式
JSONObject json = JSONObject.parseObject(i); JSONObject json = JSONObject.parseObject(i);
//获取jsonp格式中的result(短链接,返回到前端) //获取jsonp格式中的result(短链接,返回到前端)
......
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