From 2347441f9af47064971baebaf4ae8f6e231e93df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E8=A7=82?= Date: Thu, 10 Oct 2019 18:14:49 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8E=A5=E5=8F=A3=E5=9C=B0=E5=9D=80=E9=94=99?= =?UTF-8?q?=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- WeMini/Code.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WeMini/Code.php b/WeMini/Code.php index 7e61d5e..1b9f264 100644 --- a/WeMini/Code.php +++ b/WeMini/Code.php @@ -181,7 +181,7 @@ public function changeVisitStatus($action) */ public function revertCodeRelease() { - $url = 'https://api.weixin.qq.com/wxa/revertcoderelease?access_token=TOKEN'; + $url = 'https://api.weixin.qq.com/wxa/revertcoderelease?access_token=ACCESS_TOKEN'; $this->registerApi($url, __FUNCTION__, func_get_args()); return $this->httpGetForJson($url); }