1
0
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:
LeoSirius
2019-07-02 11:06:39 +08:00
parent 7d2185ddab
commit 8ad88ab062
5 changed files with 124 additions and 22 deletions

View File

@@ -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;
}
}