Skip to content

Commit

Permalink
Update Authorizer.php (#577)
Browse files Browse the repository at this point in the history
remove url spaces
  • Loading branch information
ww380459000 authored and overtrue committed Jan 24, 2017
1 parent 7063079 commit 59b9aa7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/OpenPlatform/Components/Authorizer.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,12 @@ class Authorizer extends AbstractComponent
/**
* Get authorizer options api.
*/
const GET_AUTHORIZER_OPTION = 'https://api.weixin.qq.com/cgi-bin/component/ api_get_authorizer_option';
const GET_AUTHORIZER_OPTION = 'https://api.weixin.qq.com/cgi-bin/component/api_get_authorizer_option';

/**
* Set authorizer options api.
*/
const SET_AUTHORIZER_OPTION = 'https://api.weixin.qq.com/cgi-bin/component/ api_set_authorizer_option';
const SET_AUTHORIZER_OPTION = 'https://api.weixin.qq.com/cgi-bin/component/api_set_authorizer_option';

/**
* Get authorizer info.
Expand Down

0 comments on commit 59b9aa7

Please sign in to comment.