#73 增加 callback 处理

This commit is contained in:
邹景立 2022-09-05 13:08:53 +08:00
parent e061f4e374
commit 147bcf7119

View File

@ -24,6 +24,7 @@ class Freepublish extends BasicWeChat
public function submit($media_id)
{
$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]);
}