mirror of
https://github.com/HChaZZY/alist.git
synced 2025-12-20 17:16:39 +08:00
🐎 加入缓存
This commit is contained in:
8
server/controllers/req_bean.go
Normal file
8
server/controllers/req_bean.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package controllers
|
||||
|
||||
import "github.com/Xhofe/alist/alidrive"
|
||||
|
||||
type ListReq struct {
|
||||
Password string `json:"password"`
|
||||
alidrive.ListReq
|
||||
}
|
||||
Reference in New Issue
Block a user