parent
494ae5e1a2
commit
611b3f641c
|
@ -47,7 +47,7 @@ var (
|
|||
"Token": "required,min=" + minFcmToken + ",max=" + maxFcmToken, // fcm token
|
||||
"AccountStatus": "number,max=" + maxAccountStatus,
|
||||
"Description": "max=" + maxDescription,
|
||||
"RoomState": "required,max=" + maxRoomState,
|
||||
"RoomState": "number,max=" + maxRoomState,
|
||||
}
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue