Skip to content

Commit

Permalink
Update PreAuthorization.php
Browse files Browse the repository at this point in the history
  • Loading branch information
mingyoung committed Apr 13, 2017
1 parent d2ebaab commit abd03a0
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions src/OpenPlatform/Api/PreAuthorization.php
Expand Up @@ -10,7 +10,7 @@
*/

/**
* PreAuth.php.
* PreAuthorization.php.
*
* Part of Overtrue\WeChat.
*
Expand Down Expand Up @@ -42,13 +42,6 @@ class PreAuthorization extends AbstractComponent
*/
const PRE_AUTH_LINK = 'https://mp.weixin.qq.com/cgi-bin/componentloginpage?component_appid=%s&pre_auth_code=%s&redirect_uri=%s';

/**
* Redirect Uri.
*
* @var string
*/
protected $redirectUri;

/**
* Get pre auth code.
*
Expand Down

0 comments on commit abd03a0

Please sign in to comment.