houyaf 3 anos atrás
pai
commit
20fff91e07
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      web/controllers/group_controller.go

+ 1 - 1
web/controllers/group_controller.go

@@ -58,7 +58,7 @@ func (c *GroupController) Create() *JsonResult {
     }
 }
 
-func (c *GroupController) Update(groupId int64) *JsonResult {
+func (c *GroupController) Update() *JsonResult {
     ocId   := c.GetCurOcId()
     userId := c.GetCurUserId()