mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-05-28 16:29:19 +08:00
Refactor code
This commit is contained in:
parent
ddf985b445
commit
5ff69b86db
@ -403,7 +403,7 @@ func GetFriendApplyList(c *gin.Context) {
|
||||
|
||||
resp := api.GetFriendApplyListResp{CommResp: api.CommResp{ErrCode: RpcResp.ErrCode, ErrMsg: RpcResp.ErrMsg}, FriendRequestList: RpcResp.FriendRequestList}
|
||||
log.NewInfo(req.CommID.OperationID, "GetFriendApplyList api return ", resp)
|
||||
|
||||
c.JSON(http.StatusOK, resp)
|
||||
}
|
||||
|
||||
func GetSelfApplyList(c *gin.Context) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user