aa
This commit is contained in:
@@ -375,6 +375,20 @@ func (c *EventController) DeleteMessageGroup() {
|
||||
})
|
||||
}
|
||||
|
||||
// @Title 转让群主
|
||||
// @Description 转让群主
|
||||
// @Param token header string true "认证token"
|
||||
// @Param groupID formData int true "组号"
|
||||
// @Param userID formData string true "userID"
|
||||
// @Success 200 {object} controllers.CallResult
|
||||
// @Failure 200 {object} controllers.CallResult
|
||||
// @router /TransferMessageGroupMaster [post]
|
||||
func (c *EventController) TransferMessageGroupMaster() {
|
||||
c.callTransferMessageGroupMaster(func(params *tEventTransferMessageGroupMasterParams) (retVal interface{}, errCode string, err error) {
|
||||
return retVal, "", err
|
||||
})
|
||||
}
|
||||
|
||||
// @Title 上传图片
|
||||
// @Description 上传图片
|
||||
// @Param token header string true "认证token"
|
||||
|
||||
Reference in New Issue
Block a user