Use proper request method

This commit is contained in:
Chocobo1
2022-08-15 14:53:59 +08:00
parent d6c92704a1
commit 72941b10bb
5 changed files with 7 additions and 6 deletions

View File

@@ -647,7 +647,7 @@
new Request.JSON({
url: url,
noCache: true,
method: 'post',
method: 'get',
data: {
id: activeSearchId,
limit: maxResults,