Commit e0d1b3b1 by xuxueli

upgrade version

parent 393cb759
......@@ -98,7 +98,7 @@ public class XxlJobRemotingUtil {
}
return returnT;
} 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);
}
......
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 sign in to comment