提交 e0d1b3b1 authored 作者: xuxueli's avatar xuxueli

upgrade version

上级 393cb759
...@@ -98,7 +98,7 @@ public class XxlJobRemotingUtil { ...@@ -98,7 +98,7 @@ public class XxlJobRemotingUtil {
} }
return returnT; return returnT;
} catch (Exception e) { } catch (Exception e) {
logger.error(e.getMessage(), e); logger.error("xxl-rpc remoting response content invalid("+ resultJson +"), for url : " + url);
return new ReturnT<String>(ReturnT.FAIL_CODE, "xxl-rpc remoting response content invalid("+ resultJson +"), for url : " + url); return new ReturnT<String>(ReturnT.FAIL_CODE, "xxl-rpc remoting response content invalid("+ resultJson +"), for url : " + url);
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论