mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-16 23:29:49 +00:00
add expire days to upload link
This commit is contained in:
@@ -10,6 +10,8 @@ class SharedUploadInfo {
|
||||
this.ctime = object.ctime;
|
||||
this.token = object.token;
|
||||
this.view_cnt = object.view_cnt;
|
||||
this.expire_date = object.expire_date;
|
||||
this.is_expired = object.is_expired;
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user