@@ -40,12 +40,12 @@ discard block |
||
| 40 | 40 | $wechat['wechat']['component'] = [ |
| 41 | 41 | 'id' => $app['config']['component_app_id'], |
| 42 | 42 | 'token' => $app['config']['token'], |
| 43 | - ] ; |
|
| 43 | + ]; |
|
| 44 | 44 | } |
| 45 | 45 | |
| 46 | 46 | $socialite = (new Socialite($wechat))->create('wechat'); |
| 47 | 47 | |
| 48 | - $scopes = (array)$app['config']->get('oauth.scopes', ['snsapi_userinfo']); |
|
| 48 | + $scopes = (array) $app['config']->get('oauth.scopes', ['snsapi_userinfo']); |
|
| 49 | 49 | |
| 50 | 50 | if (!empty($scopes)) { |
| 51 | 51 | $socialite->scopes($scopes); |
@@ -70,6 +70,6 @@ discard block |
||
| 70 | 70 | } |
| 71 | 71 | $baseUrl = $app['request']->getSchemeAndHttpHost(); |
| 72 | 72 | |
| 73 | - return $baseUrl . '/' . ltrim($callback, '/'); |
|
| 73 | + return $baseUrl.'/'.ltrim($callback, '/'); |
|
| 74 | 74 | } |
| 75 | 75 | } |
@@ -37,7 +37,7 @@ |
||
| 37 | 37 | 'begin_time' => $beginTime, |
| 38 | 38 | 'end_time' => $endTime, |
| 39 | 39 | 'next_key' => $nextKey, |
| 40 | - 'limit' => $limit |
|
| 40 | + 'limit' => $limit |
|
| 41 | 41 | ]; |
| 42 | 42 | |
| 43 | 43 | return $this->httpPostJson('cgi-bin/living/get_user_livingid', $params); |