shawenguan hace 1 mes
padre
commit
c94e4573ea
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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 {