Ver código fonte

调用ICSS5推理提示修改

gaodm 3 anos atrás
pai
commit
4142c618c0

+ 1 - 1
src/main/java/com/diagbot/client/hystrix/IcssPushServiceHystrix.java

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