mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-05-01 07:35:58 +08:00
Refactor code
This commit is contained in:
@@ -281,7 +281,7 @@ func CreateGroup(c *gin.Context) {
|
||||
}
|
||||
|
||||
// 群主或管理员收到的
|
||||
func GetGroupApplicationList(c *gin.Context) {
|
||||
func GetRecvGroupApplicationList(c *gin.Context) {
|
||||
params := api.GetGroupApplicationListReq{}
|
||||
if err := c.BindJSON(¶ms); err != nil {
|
||||
log.NewError("0", "BindJSON failed ", err.Error())
|
||||
|
||||
Reference in New Issue
Block a user