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 +}