Finish the basic feature of Propfind.

This commit is contained in:
zicla
2019-04-21 02:50:17 +08:00
parent 466e406f74
commit 8461218d63
4 changed files with 72 additions and 13 deletions

View File

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