Commit da721aef by zhangxingmin

push

parent 0b29d0e2
...@@ -19,7 +19,7 @@ public class ApiNotificationTaskFeignFallbackFactory implements FallbackFactory< ...@@ -19,7 +19,7 @@ public class ApiNotificationTaskFeignFallbackFactory implements FallbackFactory<
public ApiNotificationTaskFeignClient create(Throwable cause) { public ApiNotificationTaskFeignClient create(Throwable cause) {
return new ApiNotificationTaskFeignClient() { return new ApiNotificationTaskFeignClient() {
@Override @Override
public Result<ApiSendResponse> sendWecomMessage(ApiSendRequest request) { public Result<ApiSendResponse> send(ApiSendRequest request) {
return null; return null;
} }
}; };
......
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 to comment