diff --git a/Wechat.php b/Wechat.php index 5801892..2a5d34f 100644 --- a/Wechat.php +++ b/Wechat.php @@ -43,6 +43,10 @@ class Wechat extends Component * 发送客服消息 */ const WECHAT_CUSTOM_MESSAGE_SEND_URL = '/cgi-bin/message/custom/send?'; + /** + * 发送模板消息 + */ + const WECHAT_TEMPLATE_MESSAGE_SEND_URL = '/message/template/send?'; /** * 消息上传 */