mirror of
https://gitee.com/zoujingli/WeChatDeveloper.git
synced 2025-04-05 19:41:44 +08:00
#73 增加 callback 处理
This commit is contained in:
parent
e061f4e374
commit
147bcf7119
@ -24,6 +24,7 @@ class Freepublish extends BasicWeChat
|
|||||||
public function submit($media_id)
|
public function submit($media_id)
|
||||||
{
|
{
|
||||||
$url = "https://api.weixin.qq.com/cgi-bin/freepublish/submit?access_token=ACCESS_TOKEN";
|
$url = "https://api.weixin.qq.com/cgi-bin/freepublish/submit?access_token=ACCESS_TOKEN";
|
||||||
|
$this->registerApi($url, __FUNCTION__, func_get_args());
|
||||||
return $this->httpPostForJson($url, ['media_id' => $media_id]);
|
return $this->httpPostForJson($url, ['media_id' => $media_id]);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user