Error code standardization

This commit is contained in:
skiffer-git
2023-01-05 10:07:38 +08:00
parent c092c0e72d
commit 847860a0c7
3 changed files with 39 additions and 17 deletions
+1 -2
View File
@@ -129,8 +129,7 @@ type GetUserReqGroupApplicationListReq struct {
}
type GetUserRespGroupApplicationResp struct {
CommResp
GroupRequestList []*open_im_sdk.GroupRequest `json:"-"`
GroupRequestList []*open_im_sdk.GroupRequest `json:"data"`
}
type GetGroupInfoReq struct {