diff --git a/README.md b/README.md index 990030f..e1a2e34 100644 --- a/README.md +++ b/README.md @@ -178,7 +178,7 @@ mvn package > 注意: netdisk-fast-download.service中的ExecStart的路径改为实际路径 ```shell cd ~ -wget -O netdisk-fast-download.zip https://github.com/qaiu/netdisk-fast-download/releases/download/0.1.7/netdisk-fast-download.zip +wget -O netdisk-fast-download.zip https://github.com/qaiu/netdisk-fast-download/releases/download/0.1.7-release-fixed2/netdisk-fast-download-bin-fixed2.zip unzip netdisk-fast-download-bin.zip cd netdisk-fast-download bash service-install.sh diff --git a/parser/src/test/java/qaiu/web/test/WebClientExample.java b/parser/src/test/java/qaiu/web/test/WebClientExample.java index 5abc716..98e944a 100644 --- a/parser/src/test/java/qaiu/web/test/WebClientExample.java +++ b/parser/src/test/java/qaiu/web/test/WebClientExample.java @@ -17,7 +17,7 @@ public class WebClientExample { WebClient client = WebClient.create(vertx); MultipartForm form = new MultipartFormImpl() - .attribute("email", "736226400@qq.com") + .attribute("email", "") .attribute("password", ""); client.postAbs("https://cowtransfer.com/api/user/emaillogin")