mirror of
https://github.com/HChaZZY/alist.git
synced 2025-12-26 12:06:37 +08:00
fix:api格式修改,新增加生成默认配置文件
This commit is contained in:
@@ -73,3 +73,8 @@ type VideoPreviewUrlReq struct {
|
||||
FileId string `json:"file_id"`
|
||||
ExpireSec int `json:"expire_sec"`
|
||||
}
|
||||
type ReqData struct {
|
||||
Code int `json:"code"`
|
||||
Data interface{} `json:"data"`
|
||||
Message string `json:"message"`
|
||||
}
|
||||
Reference in New Issue
Block a user