mirror of
https://github.com/qaiu/netdisk-fast-download.git
synced 2025-12-17 12:53:02 +00:00
- README.md下载地址修改
This commit is contained in:
@@ -178,7 +178,7 @@ mvn package
|
|||||||
> 注意: netdisk-fast-download.service中的ExecStart的路径改为实际路径
|
> 注意: netdisk-fast-download.service中的ExecStart的路径改为实际路径
|
||||||
```shell
|
```shell
|
||||||
cd ~
|
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
|
unzip netdisk-fast-download-bin.zip
|
||||||
cd netdisk-fast-download
|
cd netdisk-fast-download
|
||||||
bash service-install.sh
|
bash service-install.sh
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ public class WebClientExample {
|
|||||||
WebClient client = WebClient.create(vertx);
|
WebClient client = WebClient.create(vertx);
|
||||||
|
|
||||||
MultipartForm form = new MultipartFormImpl()
|
MultipartForm form = new MultipartFormImpl()
|
||||||
.attribute("email", "736226400@qq.com")
|
.attribute("email", "")
|
||||||
.attribute("password", "");
|
.attribute("password", "");
|
||||||
|
|
||||||
client.postAbs("https://cowtransfer.com/api/user/emaillogin")
|
client.postAbs("https://cowtransfer.com/api/user/emaillogin")
|
||||||
|
|||||||
Reference in New Issue
Block a user