From 7c0fcc392d24e644de3f45cb5336e6575a575230 Mon Sep 17 00:00:00 2001 From: Paradise Date: Tue, 15 Sep 2020 19:25:42 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9F=D0=BE=D0=BF=D1=80=D0=B0=D0=B2=D0=B8?= =?UTF-8?q?=D0=BB=20=D0=BA=D0=BE=D0=BB=D0=B1=D0=B5=D0=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- system/API/CallBack.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/system/API/CallBack.php b/system/API/CallBack.php index 5488433..a4a9915 100644 --- a/system/API/CallBack.php +++ b/system/API/CallBack.php @@ -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'; } } \ No newline at end of file