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); }