This commit is contained in:
meixiongfeng 2023-10-08 18:55:15 +08:00
commit e6c43b0520

View File

@ -61,7 +61,7 @@ func (this *apiComp) Refuse(session comm.IUserSession, req *pb.SociatyRefuseReq)
} }
// 已是公会成员 // 已是公会成员
if this.module.modelSociaty.isMember(uid, sociaty) { if this.module.modelSociaty.isMember(req.Uid, sociaty) {
errdata = &pb.ErrorData{ errdata = &pb.ErrorData{
Code: pb.ErrorCode_SociatyAdded, Code: pb.ErrorCode_SociatyAdded,
Title: pb.ErrorCode_SociatyAdded.ToString(), Title: pb.ErrorCode_SociatyAdded.ToString(),