@@ -149,7 +149,7 @@ |
||
| 149 | 149 | 'corpid' => $this->clientId, |
| 150 | 150 | 'corpsecret' => $this->clientSecret, |
| 151 | 151 | ]; |
| 152 | - }else{ |
|
| 152 | + } else{ |
|
| 153 | 153 | $token_fields = [ |
| 154 | 154 | 'access_token'=>$this->config['longlive_access_token'], |
| 155 | 155 | 'code'=>$code, |