esi stuff

This commit is contained in:
2021-02-14 01:57:27 +09:00
parent 63c7a04998
commit 9dd0bbc536

View File

@@ -58,7 +58,6 @@ class Test extends Command
//Get the ESI Token
$token = $esiHelper->GetRefreshToken($config['primary']);
dd($token);
$esi = $esiHelper->SetupEsiAuthentication($token);
try {
@@ -70,6 +69,6 @@ class Test extends Command
dd($e);
}
dd($stuff);
dd(json_decode($stuff->raw, true));
}
}