mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-05-05 09:36:00 +08:00
tidy code
This commit is contained in:
@@ -54,7 +54,7 @@ type GetBlackListReq struct {
|
||||
}
|
||||
type GetBlackListResp struct {
|
||||
CommResp
|
||||
BlackUserInfoList []*blackUserInfo `json:"data"`
|
||||
BlackUserInfoList []*BlackUserInfo `json:"data"`
|
||||
}
|
||||
|
||||
//type PublicUserInfo struct {
|
||||
@@ -64,7 +64,7 @@ type GetBlackListResp struct {
|
||||
// Gender int32 `json:"gender"`
|
||||
//}
|
||||
|
||||
type blackUserInfo struct {
|
||||
type BlackUserInfo struct {
|
||||
open_im_sdk.PublicUserInfo
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user