Skip to content

Commit

Permalink
Merge pull request #7 from qfz9527/master
Browse files Browse the repository at this point in the history
修复 小程序版本回退 接口地址错误
  • Loading branch information
zoujingli authored Oct 10, 2019
2 parents 629f14c + 2347441 commit 4d0d3c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WeMini/Code.php
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Expand Down

0 comments on commit 4d0d3c0

Please sign in to comment.