Commit 9cad714a authored by zhangqingle's avatar zhangqingle

修改BUG

parent 458cd3f6
...@@ -3,6 +3,7 @@ package org.rcisoft.common.util.feignClient; ...@@ -3,6 +3,7 @@ package org.rcisoft.common.util.feignClient;
import org.rcisoft.core.result.Ret; import org.rcisoft.core.result.Ret;
import org.rcisoft.common.util.feignDto.MTNotificationSendReqDTO; import org.rcisoft.common.util.feignDto.MTNotificationSendReqDTO;
import org.springframework.cloud.openfeign.FeignClient; import org.springframework.cloud.openfeign.FeignClient;
import org.springframework.stereotype.Component;
import org.springframework.web.bind.annotation.RequestBody; import org.springframework.web.bind.annotation.RequestBody;
import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RequestMethod; import org.springframework.web.bind.annotation.RequestMethod;
...@@ -11,6 +12,7 @@ import org.springframework.web.bind.annotation.RequestParam; ...@@ -11,6 +12,7 @@ import org.springframework.web.bind.annotation.RequestParam;
/** /**
* 智信消息客户端接口 * 智信消息客户端接口
*/ */
@Component
@FeignClient(value = "ZX-NOTIFICATION") @FeignClient(value = "ZX-NOTIFICATION")
public interface NotificationFeignClient { public interface NotificationFeignClient {
......
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