From 800f72baa9387d9dbe2ce678d7a86ca380d19c7e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=89=E6=AD=A3=E8=B6=85?= Date: Thu, 19 Mar 2015 12:12:02 +0800 Subject: [PATCH] =?UTF-8?q?Updated=20=E7=BD=91=E9=A1=B5=E6=8E=88=E6=9D=83?= =?UTF-8?q?=20(markdown)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 网页授权.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/网页授权.md b/网页授权.md index fcd8c62..ad73af6 100644 --- a/网页授权.md +++ b/网页授权.md @@ -11,6 +11,8 @@ $wechat->auth->redirect($to, $scope = 'snsapi_base', $state = 'STATE'); 直接跳转 ``` +> 注意:上面的 $scope 与 $state 通常都不用传 + + 判断是否已经授权 ```php