@@ -26,7 +26,7 @@ class WxPublic
'file' => RUNTIME_PATH.'/wxp/wechat.log',
],
'oauth' => [
- 'scopes' => ['snsapi_userinfo'],
+ 'scopes' => ['snsapi_base'],
'callback' => '/index/user/wxp_handle',
]);