|
@@ -45,7 +45,7 @@ class WechatMpAuth extends Base
|
|
|
];
|
|
|
$this->autoValid($rules, $param);
|
|
|
$callback = trim(urldecode2(input("callback")));//回调地址
|
|
|
- $scope = input("scope", "snsapi_userinfo");
|
|
|
+ $scope = input("scope", "snsapi_base");//snsapi_userinfo
|
|
|
$remark = trim(urldecode2(input("remark", "")));//input("remark", "");//备注
|
|
|
$method = input("method", "post");//回调方式
|
|
|
$wechatcode = input("wechatcode");
|