From 147bcf7119ab47e28131b05354a88638057f630b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E6=99=AF=E7=AB=8B?= Date: Mon, 5 Sep 2022 13:08:53 +0800 Subject: [PATCH] =?UTF-8?q?#73=20=E5=A2=9E=E5=8A=A0=20callback=20=E5=A4=84?= =?UTF-8?q?=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- WeChat/Freepublish.php | 1 + 1 file changed, 1 insertion(+) diff --git a/WeChat/Freepublish.php b/WeChat/Freepublish.php index b35f46d..2013888 100644 --- a/WeChat/Freepublish.php +++ b/WeChat/Freepublish.php @@ -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]); }