Modify: parameters in headers should be URIEncoded

This commit is contained in:
HFO4
2019-11-25 21:12:28 +08:00
parent 28df5ca833
commit 451bdb4ee1
6 changed files with 53 additions and 6 deletions

View File

@@ -15,6 +15,7 @@ type Group struct {
WebDAVEnabled bool
Aria2Option string
Color string
SpeedLimit int
// 数据库忽略字段
PolicyList []uint `gorm:"-"`