Merge pull request #72 from taochangle/patch-5

修复上传草稿库bug
This commit is contained in:
邹景立 2022-02-18 12:57:13 +08:00 committed by GitHub
commit 7e463a0c80
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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