Ничего серьёзного))
This commit is contained in:
parent
d307d4220e
commit
31df94665a
|
@ -202,9 +202,15 @@ final class longpoll
|
|||
// LongPoll-сервер не инициализирован
|
||||
|
||||
// Запрос на получение доступа и данных LongPoll-сервера
|
||||
$response = json_decode($this->robot->browser->request(method: 'POST', uri: 'groups.getLongPollServer', options: [
|
||||
$response = json_decode(
|
||||
$this->robot->browser->request(
|
||||
method: 'POST',
|
||||
uri: 'groups.getLongPollServer',
|
||||
options: [
|
||||
'form_params' => $this->robot->api['settings']
|
||||
])->getBody()->getContents());
|
||||
]
|
||||
)->getBody()->getContents()
|
||||
);
|
||||
|
||||
if (isset($response->error)) {
|
||||
// Что-то сделать
|
||||
|
|
Loading…
Reference in New Issue