This commit is contained in:
philipp lang 2024-02-24 00:36:55 +01:00
parent 8125e664b1
commit 6fd6e9ead5
1 changed files with 23 additions and 22 deletions

View File

@ -72,7 +72,8 @@ class Api
{
$this->assertLoggedIn();
return app(Paginator::class)->startResult(100,
return app(Paginator::class)->startResult(
100,
fn ($page, $start) => $this->http()->get($this->url . '/ica/rest/nami/search-multi/result-list?searchedValues=' . rawurlencode(json_encode((object) $payload) ?: '{}') . '&page=' . $page . '&start=' . $start . '&limit=100'),
function ($response) {
if (true !== $response->json()['success']) {