Finish the Get method for webdav.
This commit is contained in:
@ -11,9 +11,6 @@ const (
|
||||
//用户身份的cookie字段名
|
||||
COOKIE_AUTH_KEY = "_ak"
|
||||
|
||||
//用户身份的Authorization字段名
|
||||
AUTHORIZATION_KEY = "Authorization"
|
||||
|
||||
|
||||
//数据库表前缀 tank200表示当前应用版本是tank:2.0.x版,数据库结构发生变化必然是中型升级
|
||||
TABLE_PREFIX = "tank20_"
|
||||
|
Reference in New Issue
Block a user