diff --git a/web/js/like-smartphone.js b/web/js/like-smartphone.js index d330197..2c9052e 100644 --- a/web/js/like-smartphone.js +++ b/web/js/like-smartphone.js @@ -178,7 +178,7 @@ function packetLoad(dataList) $.ajax( { url: openpne.apiBase + 'like/packet_search.json?apiKey=' + openpne.apiKey, - type: 'GET', + type: 'POST', data: { 'data': dataList, diff --git a/web/js/like.js b/web/js/like.js index 9edb4e9..6e1314b 100644 --- a/web/js/like.js +++ b/web/js/like.js @@ -310,7 +310,7 @@ function packetLoad(dataList) $.ajax( { url: openpne.apiBase + 'like/packet_search.json?apiKey=' + openpne.apiKey, - type: 'GET', + type: 'POST', data: { 'data': dataList,