在LoginResponse结构体中新增Limit字段,用于返回用户最大会话数限制 修复userLoginLogic.go和telephoneLoginLogic.go中的缩进问题
This commit is contained in:
@@ -1219,6 +1219,7 @@ type LoginLog struct {
|
||||
|
||||
type LoginResponse struct {
|
||||
Token string `json:"token"`
|
||||
Limit int64 `json:"limit"`
|
||||
}
|
||||
|
||||
type MessageLog struct {
|
||||
|
||||
Reference in New Issue
Block a user