mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-05-17 15:29:03 +08:00
nil return modify
This commit is contained in:
@@ -6,8 +6,8 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
type DeleteUsersReq struct {
|
type DeleteUsersReq struct {
|
||||||
OperationID string `json:"operationID" binding:"required"`
|
OperationID string `json:"operationID" binding:"required"`
|
||||||
DeleteUidList []string `json:"deleteUidList" binding:"required"`
|
DeleteUserIDList []string `json:"deleteUserIDList" binding:"required"`
|
||||||
}
|
}
|
||||||
type DeleteUsersResp struct {
|
type DeleteUsersResp struct {
|
||||||
CommResp
|
CommResp
|
||||||
|
|||||||
Reference in New Issue
Block a user