|
|
@@ -95,7 +95,6 @@ class WxOpenController extends PublicController
|
|
|
}
|
|
|
$info = $authorize['authorization_info'];
|
|
|
$authorizeAppId = $info['authorizer_appid'];
|
|
|
- dd($info);
|
|
|
$authorize_access_token = $info['authorizer_access_token'];
|
|
|
$expires_in = $info['expires_in'];//7200
|
|
|
$authorize_refresh_token = $info['authorizer_refresh_token'];
|