From c0d89cf090f4fe6a42365e32701eedaf301388ed Mon Sep 17 00:00:00 2001 From: luyuan <1162963624@qq.com> Date: Tue, 22 Sep 2020 11:56:37 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E4=BA=86=E6=8E=92=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 7883a46..3a224fe 100644 --- a/index.js +++ b/index.js @@ -49,7 +49,7 @@ function jiexi(html){ function getHtml(){ - axios.get("http://ztnew.sdbairui.com/bug-browse-3-0-unresolved-0-id_asc-2-2000.html",{headers:{Cookie: 'lang=zh-cn; device=desktop; theme=default; keepLogin=on; za=xuebaoxin; preBranch=0; preProductID=3; lastProduct=3; windowWidth=1901; windowHeight=916; pagerBugBrowse=2000; qaBugOrder=id_asc; zentaosid=f05h8p09hoabg0m3a4vaksshhm; zp=2a74a2498be1d8c415d5b3dd761e4fdc7ab27cc8'}}).then((res)=>{ + axios.get("http://ztnew.sdbairui.com/bug-browse-3-0-unresolved-0-id_desc-2-2000.html",{headers:{Cookie: 'lang=zh-cn; device=desktop; theme=default; keepLogin=on; za=xuebaoxin; preBranch=0; preProductID=3; lastProduct=3; windowWidth=1901; windowHeight=916; pagerBugBrowse=2000; qaBugOrder=id_asc; zentaosid=f05h8p09hoabg0m3a4vaksshhm; zp=2a74a2498be1d8c415d5b3dd761e4fdc7ab27cc8'}}).then((res)=>{ // console.log(res.data) let html = res.data; jiexi(html)