|
@@ -45,7 +45,7 @@ class WechatMpAuth extends Base
|
|
|
];
|
|
|
$this->autoValid($rules, $param);
|
|
|
$callback = trim(urldecode2(input("callback")));
|
|
|
- $scope = input("scope", "snsapi_base");
|
|
|
+ $scope = input("scope", "snsapi_userinfo");
|
|
|
$remark = trim(urldecode2(input("remark", "")));
|
|
|
$method = input("method", "post");
|
|
|
$wechatcode = input("wechatcode");
|