Поправил колбек
This commit is contained in:
parent
3493000384
commit
7c0fcc392d
|
@ -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';
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue