houyaf 3 年之前
父節點
當前提交
20fff91e07
共有 1 個文件被更改,包括 1 次插入1 次删除
  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()