|
@@ -140,7 +140,7 @@ class UsersV2Controller extends Controller
|
|
|
//$params['sign'] = $this->getSign($params, env('OAUTH_KEY'));
|
|
|
$secret = $this->getAppSecretByAppId($auth_redirect_two_appids[$distribution_channel_id]);
|
|
|
$options = [
|
|
|
- 'app_id' => $appid,
|
|
|
+ 'app_id' => $auth_redirect_two_appids[$distribution_channel_id],
|
|
|
'secret' => $secret,
|
|
|
'oauth' => [
|
|
|
'scopes' => ['snsapi_base'],
|