From 5400257395aead45791c0e865e07f33e7dc2ee6f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=B6=E6=AC=A3?= Date: Thu, 17 Feb 2022 19:13:35 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E4=B8=8A=E4=BC=A0=E8=8D=89?= =?UTF-8?q?=E7=A8=BF=E5=BA=93bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- WeChat/Draft.php | 1 + 1 file changed, 1 insertion(+) diff --git a/WeChat/Draft.php b/WeChat/Draft.php index 16db56c..87dda09 100644 --- a/WeChat/Draft.php +++ b/WeChat/Draft.php @@ -35,6 +35,7 @@ class Draft extends BasicWeChat public function add($articles) { $url = "https://api.weixin.qq.com/cgi-bin/draft/add?access_token=ACCESS_TOKEN"; + $this->registerApi($url, __FUNCTION__, func_get_args()); return $this->httpPostForJson($url, ['articles' => $articles]); }