mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-04-06 04:15:46 +08:00
manager validate modify
This commit is contained in:
parent
b27fc2ba35
commit
ab84a42f98
@ -13,7 +13,7 @@ import (
|
|||||||
|
|
||||||
type paramsUserToken struct {
|
type paramsUserToken struct {
|
||||||
Secret string `json:"secret" binding:"required,max=32"`
|
Secret string `json:"secret" binding:"required,max=32"`
|
||||||
Platform int32 `json:"platform" binding:"required,min=1,max=7"`
|
Platform int32 `json:"platform" binding:"required,min=1,max=8"`
|
||||||
UID string `json:"uid" binding:"required,min=1,max=64"`
|
UID string `json:"uid" binding:"required,min=1,max=64"`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user