|
@@ -13,7 +13,7 @@ import org.springframework.web.bind.annotation.RequestBody;
|
|
|
public class IcssPushServiceHystrix implements IcssPushServiceClient {
|
|
|
@Override
|
|
|
public Response<ResponseData> getAnnotation(@RequestBody IcssVo searchData) {
|
|
|
- log.error("【hystrix】调用{}异常", "CRF-getAnnotation");
|
|
|
+ log.error("【hystrix】调用{}异常", "ICSS5推理服务");
|
|
|
return null;
|
|
|
}
|
|
|
}
|