mirror of
https://gitee.com/zoujingli/WeChatDeveloper.git
synced 2025-04-05 19:41:44 +08:00
commit
7e463a0c80
@ -35,6 +35,7 @@ class Draft extends BasicWeChat
|
|||||||
public function add($articles)
|
public function add($articles)
|
||||||
{
|
{
|
||||||
$url = "https://api.weixin.qq.com/cgi-bin/draft/add?access_token=ACCESS_TOKEN";
|
$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]);
|
return $this->httpPostForJson($url, ['articles' => $articles]);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user