🚧 获取链接

This commit is contained in:
微凉
2021-03-12 18:12:56 +08:00
parent e4d206d59c
commit abe9d9237a
3 changed files with 52 additions and 1 deletions

View File

@@ -17,6 +17,7 @@ type File struct {
ContentType string `json:"content_type"`
Size int64 `json:"size"`
Password string `json:"password"`
Url string `json:"url" gorm:"-"`
}
func (file *File) Create() error {