Поправил колбек

This commit is contained in:
Paradise 2020-09-15 19:25:42 +03:00
parent 3493000384
commit 7c0fcc392d

View File

@ -43,6 +43,10 @@ class CallBack extends CallBackAbstract
'secret_key' => $this->secret_key
]);
$this->confirmation_token = request('groups.getCallbackConfirmationCode', [$this->group_id]);
Curl::post($vk, [$this->confirmation_token]);
echo $this->confirmation_token;
}
public function sendOk(){
echo 'ok';
}
}