This commit is contained in:
苏尹岚
2021-01-18 14:18:49 +08:00
parent f56ce72034
commit 4344e06558

View File

@@ -173,7 +173,7 @@ func (c *EventController) GetMessageGroupByUser() {
// @Title 查询聊天组
// @Description 查询聊天组
// @Param token header string true "认证token"
// @Param groupID query int false "groupID"
// @Param groupID query int true "groupID"
// @Param isMember query bool true "是否查询组员"
// @Success 200 {object} controllers.CallResult
// @Failure 200 {object} controllers.CallResult