Refactor code

This commit is contained in:
wenxu12345
2022-01-13 11:10:29 +08:00
parent b495761283
commit 89eb39ca3e
5 changed files with 69 additions and 13 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ type InviteUserToGroupReq struct {
}
type InviteUserToGroupResp struct {
CommResp
UserIDResultList []UserIDResult `json:"data"`
UserIDResultList []*UserIDResult `json:"data"`
}
type GetJoinedGroupListReq struct {