|
|
@@ -43,6 +43,7 @@ class AuthController extends PublicController
|
|
|
$authScope = isset($get['authScope']) ? $get['authScope'] : 'snsapi_base';
|
|
|
$host = Yii::$app->request->getHostInfo();
|
|
|
$url = $host . '/auth/get-user-info?suffixUrl=' . $suffixUrl . '&authScope=' . $authScope;
|
|
|
+ Yii::info($url);
|
|
|
weixinUtil::getToken($url, $merchant, $authScope);
|
|
|
util::success();
|
|
|
}
|