diff --git a/bin/service-install.sh b/bin/service-install.sh index 5a3027c..ce173f9 100644 --- a/bin/service-install.sh +++ b/bin/service-install.sh @@ -1,4 +1,4 @@ -cp ./lz-api.service /etc/systemd/system/ +cp ./netdisk-fast-download.service /etc/systemd/system/ # 重新加载 systemd systemctl daemon-reload diff --git a/web-service/src/main/resources/app.yml b/web-service/src/main/resources/app.yml index cb7bef5..ef12697 100644 --- a/web-service/src/main/resources/app.yml +++ b/web-service/src/main/resources/app.yml @@ -1,7 +1,7 @@ # 要激活的配置: dev--连接本地数据库; prod连接线上数据库 active: dev # 框架版本号 和主版本号 -version_vertx: 4.1.3 -version_app: 0.0.1 +version_vertx: 4.4.1 +version_app: 0.1.3 # 公司名称 -> LOGO版权文字 copyright: QAIU diff --git a/web-service/src/main/resources/http-tools/lz.http b/web-service/src/main/resources/http-tools/lz.http new file mode 100644 index 0000000..8408aa3 --- /dev/null +++ b/web-service/src/main/resources/http-tools/lz.http @@ -0,0 +1,12 @@ +### lanzou login +POST https://pc.woozooo.com/mlogin.php +content-type: application/x-www-form-urlencoded; + +task=3&uid=&pwd=&formhash=7202fced + +### File list +POST https://pc.woozooo.com/doupload.php?uid=1059498 +content-type: application/x-www-form-urlencoded; + +task=5&folder_id=-1 +