接口 FeignWxMpTemplateMsgApi
-
@FeignClient(name="wx-internal/inside/wxMpTemplateMsg", fallbackFactory=FeignWxMpTemplateMsgApiFallbackFactory.class) public interface FeignWxMpTemplateMsgApi微信公众号模版消息服务接口- 作者:
- guer
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 net.guerlab.web.result.Result<Map<String,SendMsgResponse>>sendMsg(String appId, WxMpTemplateMessageSendData sendData)发送模板消息
-
-
-
方法详细资料
-
sendMsg
@PostMapping("/{appId}/sendMsg") net.guerlab.web.result.Result<Map<String,SendMsgResponse>> sendMsg(@PathVariable("appId") String appId, @RequestBody WxMpTemplateMessageSendData sendData)发送模板消息- 参数:
appId- 应用IDsendData- 请求数据- 返回:
- 发送结果
-
-