tidy code

This commit is contained in:
wenxu12345
2021-12-28 18:33:36 +08:00
parent 12df670681
commit 05ee76b0a9
2 changed files with 21 additions and 18 deletions
+2 -2
View File
@@ -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
}