From 5458604fef1e7e40f94f088a95c6d8c23b819f03 Mon Sep 17 00:00:00 2001 From: Anyon Date: Thu, 1 Feb 2018 10:49:18 +0800 Subject: [PATCH] =?UTF-8?q?[=E6=9B=B4=E6=96=B0]=E4=BF=AE=E6=AD=A3=E6=A8=A1?= =?UTF-8?q?=E6=9D=BF=E6=B6=88=E6=81=AF=E5=8F=91=E9=80=81=E6=8E=A5=E5=9C=B0?= =?UTF-8?q?=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- WeChat/Template.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WeChat/Template.php b/WeChat/Template.php index e7abc60..1a8454b 100644 --- a/WeChat/Template.php +++ b/WeChat/Template.php @@ -101,7 +101,7 @@ class Template extends WeChat */ public function send(array $data) { - $url = "https://api.weixin.qq.com/cgi-bin/template/del_private_template?access_token=ACCESS_TOKEN"; + $url = "https://api.weixin.qq.com/cgi-bin/message/template/send?access_token=ACCESS_TOKEN"; $this->registerApi($url, __FUNCTION__, func_get_args()); return $this->httpPostForJson($url, $data); }