|
@@ -161,9 +161,9 @@ public class ImGroupController extends BaseController {
|
|
|
return succeed(imGroupMemberService.quit(imGroupId,userIds));
|
|
|
}
|
|
|
|
|
|
- @ApiOperation(" 移交群组")
|
|
|
+ @ApiOperation(" 移交群主")
|
|
|
@PostMapping(value = "/groupChangeOwner")
|
|
|
- @AuditLogAnnotation(operateName = "移交群组",interfaceURL = "imGroup/groupChangeOwner")
|
|
|
+ @AuditLogAnnotation(operateName = "移交群主",interfaceURL = "imGroup/groupChangeOwner")
|
|
|
@ApiImplicitParams({ @ApiImplicitParam(name = "imGroupId", value = "群编号", required = true, dataType = "String"),
|
|
|
@ApiImplicitParam(name = "userId", value = "用户编号", required = true, dataType = "integer")})
|
|
|
public Object groupChangeOwner(String imGroupId, Integer userId) throws Exception {
|