|
|
@ -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);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|