Ничего серьёзного))

This commit is contained in:
Arsen Mirzaev Tatyano-Muradovich 2021-07-28 17:55:53 +10:00
parent d307d4220e
commit 31df94665a

View File

@ -202,9 +202,15 @@ final class longpoll
// LongPoll-сервер не инициализирован // LongPoll-сервер не инициализирован
// Запрос на получение доступа и данных LongPoll-сервера // Запрос на получение доступа и данных LongPoll-сервера
$response = json_decode($this->robot->browser->request(method: 'POST', uri: 'groups.getLongPollServer', options: [ $response = json_decode(
'form_params' => $this->robot->api['settings'] $this->robot->browser->request(
])->getBody()->getContents()); method: 'POST',
uri: 'groups.getLongPollServer',
options: [
'form_params' => $this->robot->api['settings']
]
)->getBody()->getContents()
);
if (isset($response->error)) { if (isset($response->error)) {
// Что-то сделать // Что-то сделать