提交 01b17ce6 编写于 作者: xignzi006's avatar xignzi006 🇨🇳

更新 IBZNotifyFeignClient.java.ftl

上级 5c628535
...@@ -8,7 +8,7 @@ import com.alibaba.fastjson.JSONObject; ...@@ -8,7 +8,7 @@ import com.alibaba.fastjson.JSONObject;
import org.springframework.cloud.openfeign.FeignClient; import org.springframework.cloud.openfeign.FeignClient;
import org.springframework.web.bind.annotation.*; import org.springframework.web.bind.annotation.*;
@FeignClient(value = "${r'${ibiz.ref.service.notify:ibznotify-api}'}",fallback = IBZNotifyFallback.class) @FeignClient(value = "${r'${ibiz.ref.service.notify:ibznotify-api}'}",contextId = "notify",fallback = IBZNotifyFallback.class)
public interface IBZNotifyFeignClient public interface IBZNotifyFeignClient
{ {
@RequestMapping(method = RequestMethod.POST,value = "/notify/sendmsg") @RequestMapping(method = RequestMethod.POST,value = "/notify/sendmsg")
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册