shawenguan пре 1 месец
родитељ
комит
c94e4573ea
1 измењених фајлова са 1 додато и 1 уклоњено
  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 {