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); }