Skip to content

Commit

Permalink
Update ApiUrl.php
Browse files Browse the repository at this point in the history
修复url
  • Loading branch information
kulokai committed Sep 23, 2020
1 parent 89549f6 commit 12480ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Api/ApiUrl.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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';

}
}

0 comments on commit 12480ca

Please sign in to comment.