提交 5c628535 编写于 作者: zhouweidong's avatar zhouweidong

支付、通知Client

上级 d8ec5644
...@@ -12,7 +12,7 @@ import org.springframework.web.bind.annotation.*; ...@@ -12,7 +12,7 @@ import org.springframework.web.bind.annotation.*;
public interface IBZNotifyFeignClient public interface IBZNotifyFeignClient
{ {
@RequestMapping(method = RequestMethod.POST,value = "/notify/sendmsg") @RequestMapping(method = RequestMethod.POST,value = "/notify/sendmsg")
Boolean SendMsg(@RequestBody MsgBody msg); Boolean sendMsg(@RequestBody MsgBody msg);
@RequestMapping(method = RequestMethod.POST,value = "/notify/createmsgtempl") @RequestMapping(method = RequestMethod.POST,value = "/notify/createmsgtempl")
Boolean createMsgTemplate(@RequestBody JSONObject template); Boolean createMsgTemplate(@RequestBody JSONObject template);
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册