Commit 2f95a8aa authored by 黄博涛's avatar 黄博涛

打印钉钉返回

parent c53b9fdd
...@@ -29,7 +29,8 @@ public class DingTalkUtils { ...@@ -29,7 +29,8 @@ public class DingTalkUtils {
//发起dingding机器人通知 //发起dingding机器人通知
if (isPushReport){ if (isPushReport){
network.dingTalkRobot(params); Response response = network.dingTalkRobot(params);
System.out.println("钉钉 response:"+response.asString());
} }
} }
......
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