Finish the Get method for webdav.

This commit is contained in:
zicla
2019-04-21 15:14:40 +08:00
parent 8461218d63
commit 18dc7f7e2c
4 changed files with 69 additions and 41 deletions

View File

@ -11,9 +11,6 @@ const (
//用户身份的cookie字段名
COOKIE_AUTH_KEY = "_ak"
//用户身份的Authorization字段名
AUTHORIZATION_KEY = "Authorization"
//数据库表前缀 tank200表示当前应用版本是tank:2.0.x版数据库结构发生变化必然是中型升级
TABLE_PREFIX = "tank20_"