shawenguan 1 mēnesi atpakaļ
vecāks
revīzija
c94e4573ea
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      Scripts/zhuanzhuan/zhuanzhuanSearch.js

+ 1 - 1
Scripts/zhuanzhuan/zhuanzhuanSearch.js

@@ -141,7 +141,7 @@ async function doSearch(keyword = '', pagenum = 1, pagesize = 20) {
     let options = {
         url: url,
         headers: headers,
-        body: encodeURIComponent(MagicJS.objToQueryStr(postData)),
+        body: encodeURIComponent(magicJS.objToQueryStr(postData)),
     };
     let result = await magicJS.http.post(options).then(response => {
         try {