Skip to content

Commit 3f7ace8

Browse files
authored
Update Interaktif.php
1 parent 210962d commit 3f7ace8

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

src/Interaktif.php

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -286,9 +286,11 @@ public function getTokenFromApi()
286286
public function logOutFromAPI()
287287
{
288288
$parameters = [
289-
"assoscmd" => "logout",
290-
"rtype" => "json",
289+
"cmd" => "kullaniciBilgileriService_logout",
290+
"callid" => Uuid::uuid1()->toString(),
291+
"pageName" => "PG_MAIN_DYNAMIC",
291292
"token" => $this->token,
293+
"jp" => '{}'
292294
];
293295

294296
$body = $this->sendRequestAndGetBody(self::TOKEN_PATH, $parameters, []);

0 commit comments

Comments
 (0)