Showing
1 changed file
with
1 additions
and
1 deletions
@@ -74,7 +74,7 @@ public class HostInfoServiceImpl implements IHostInfoService { | @@ -74,7 +74,7 @@ public class HostInfoServiceImpl implements IHostInfoService { | ||
74 | } | 74 | } |
75 | backJson=JSON.toJSONString(hostInfos); | 75 | backJson=JSON.toJSONString(hostInfos); |
76 | }else{ | 76 | }else{ |
77 | - backJson="bad request param!"; | 77 | + backJson="bad request param ! please check content:"+content+" sourceIP "+sourceIp; |
78 | } | 78 | } |
79 | return backJson; | 79 | return backJson; |
80 | } | 80 | } |
-
Please register or login to post a comment