Skip to content

Commit

Permalink
Url fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
overtrue committed Jan 13, 2016
1 parent 4c6c56f commit 7c8984c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Providers/WeChatProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class WeChatProvider extends AbstractProvider implements ProviderInterface
*
* @var string
*/
protected $baseUrl = 'https://open.weixin.qq.com';
protected $baseUrl = 'https://api.weixin.qq.com/sns';

/**
* {@inheritdoc}.
Expand Down

0 comments on commit 7c8984c

Please sign in to comment.