mirror of
https://github.com/qaiu/netdisk-fast-download.git
synced 2025-12-16 20:33:03 +00:00
Merge remote-tracking branch 'origin/main'
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
cp ./lz-api.service /etc/systemd/system/
|
||||
cp ./netdisk-fast-download.service /etc/systemd/system/
|
||||
|
||||
# 重新加载 systemd
|
||||
systemctl daemon-reload
|
||||
|
||||
@@ -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
|
||||
|
||||
12
web-service/src/main/resources/http-tools/lz.http
Normal file
12
web-service/src/main/resources/http-tools/lz.http
Normal file
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user