From 3199ee3b927ef42d825d85adddd5accefd1b7062 Mon Sep 17 00:00:00 2001 From: liwei1dao Date: Mon, 5 Jun 2023 20:04:45 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=BF=9B=E6=9C=BA=E5=9C=BA?= =?UTF-8?q?=E7=A7=AF=E5=88=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/arena/module.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)