完善登录逻辑,登录接口统一到 /token
This commit is contained in:
@@ -70,7 +70,7 @@ type channel struct {
|
||||
UpdatedAt field.Field // 更新时间
|
||||
DeletedAt field.Field // 删除时间
|
||||
ProxyHost field.String
|
||||
Protocol field.Int32
|
||||
Protocol field.Int32 // 协议类型:1-http,2-https,3-socks5
|
||||
|
||||
fieldMap map[string]field.Expr
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user