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 {