模板消息

Client.send_template_message(user_id, template_id, data, url=’’)

发送模板消息 详情请参考 http://mp.weixin.qq.com/wiki/17/304c1885ea66dbedf7dc170d84999a9d.html

  • 参数

    • user_id – 用户 ID 。 就是你收到的 Message 的 source

    • template_id – 模板 ID。

    • data – 用于渲染模板的数据。

    • url – 模板消息的可选链接。

    返回

    返回的 JSON 数据包