|
|
@ -30,7 +30,7 @@ type GetUsersOnlineStatusResp struct {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
type AccountCheckReq struct {
|
|
|
|
type AccountCheckReq struct {
|
|
|
|
OperationID string `json:"operationID" binding:"required"`
|
|
|
|
OperationID string `json:"operationID" binding:"required"`
|
|
|
|
UserIDList []string `json:"userIDList" binding:"required,lte=100"`
|
|
|
|
CheckUserIDList []string `json:"checkUserIDList" binding:"required,lte=100"`
|
|
|
|
}
|
|
|
|
}
|
|
|
|
type AccountCheckResp struct {
|
|
|
|
type AccountCheckResp struct {
|
|
|
|
CommResp
|
|
|
|
CommResp
|
|
|
|