Skip to content

Commit

Permalink
修复超级搜索API
Browse files Browse the repository at this point in the history
  • Loading branch information
hwp committed Jul 8, 2020
1 parent 1da597c commit 0f11674
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Api/Search.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public function superSearch(array $params = [])
if (!isset($params['tb_p'])) {
$params['tb_p'] = 1;
}
return $this->send('get_keyword_items', $params);
return $this->send('supersearch', $params);
}

/**
Expand Down

0 comments on commit 0f11674

Please sign in to comment.