We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 210962d commit 3f7ace8Copy full SHA for 3f7ace8
1 file changed
src/Interaktif.php
@@ -286,9 +286,11 @@ public function getTokenFromApi()
286
public function logOutFromAPI()
287
{
288
$parameters = [
289
- "assoscmd" => "logout",
290
- "rtype" => "json",
+ "cmd" => "kullaniciBilgileriService_logout",
+ "callid" => Uuid::uuid1()->toString(),
291
+ "pageName" => "PG_MAIN_DYNAMIC",
292
"token" => $this->token,
293
+ "jp" => '{}'
294
];
295
296
$body = $this->sendRequestAndGetBody(self::TOKEN_PATH, $parameters, []);
0 commit comments