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 {