From 12480caa4bbeea042e7b799f93a4a2cb0903c2bd Mon Sep 17 00:00:00 2001 From: Jackie Date: Wed, 23 Sep 2020 09:29:00 +0800 Subject: [PATCH] Update ApiUrl.php MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 修复url --- src/Api/ApiUrl.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Api/ApiUrl.php b/src/Api/ApiUrl.php index e4fc8dc..749ae70 100644 --- a/src/Api/ApiUrl.php +++ b/src/Api/ApiUrl.php @@ -30,7 +30,7 @@ class ApiUrl{ //get qrcode of weapp const GET_APP_CODE_A = 'https://api.weixin.qq.com/wxa/getwxacode'; - const GET_APP_CODE_B = 'http://api.weixin.qq.com/wxa/getwxacodeunlimit'; + const GET_APP_CODE_B = 'https://api.weixin.qq.com/wxa/getwxacodeunlimit'; const GET_QR_CODE_C = 'https://api.weixin.qq.com/cgi-bin/wxaapp/createwxaqrcode'; //statistic @@ -45,4 +45,4 @@ class ApiUrl{ const STATISTIC_VISIT_PAGE = 'https://api.weixin.qq.com/datacube/getweanalysisappidvisitpage'; const STATISTIC_VISIT_USERS_FEATURE = 'https://api.weixin.qq.com/datacube/getweanalysisappiduserportrait'; -} \ No newline at end of file +}