diff --git a/modules/arena/module.go b/modules/arena/module.go index f1978b010..3d047b661 100644 --- a/modules/arena/module.go +++ b/modules/arena/module.go @@ -114,7 +114,7 @@ func (this *Arena) SetUserIntegral(session comm.IUserSession, Integral int32) (e context.Background(), this.GetCrossTag(), comm.Service_Worker, - string(comm.Rpc_ModuleChatPushChat), + string(comm.Rpc_ModuleArenaModifyIntegral), &pb.RPCModifyIntegralReq{Uid: session.GetUserId(), Integral: Integral}, nil); err != nil { this.Errorln(err)