Updated 网页授权 (markdown)

安正超 2015-03-19 12:12:02 +08:00
parent c1cf367507
commit 800f72baa9

@ -11,6 +11,8 @@
$wechat->auth->redirect($to, $scope = 'snsapi_base', $state = 'STATE'); 直接跳转
```
> 注意:上面的 $scope 与 $state 通常都不用传
+ 判断是否已经授权
```php