This commit is contained in:
苏尹岚
2020-10-26 11:19:50 +08:00
parent 100c2ca978
commit 602afa385f

View File

@@ -213,7 +213,7 @@ func (c *EventController) CreateMessageGroup() {
// @Title 查询某个用户所有聊天组
// @Description 查询某个用户所有聊天组
// @Param token header string true "认证token"
// @Param userID formData string true "userid"
// @Param userID query string true "userid"
// @Success 200 {object} controllers.CallResult
// @Failure 200 {object} controllers.CallResult
// @router /GetMessageGroupByUser [get]