消息返回

This commit is contained in:
meixiongfeng 2024-02-05 14:25:58 +08:00
parent 91a28d556d
commit 9152db60e5

View File

@ -34,7 +34,7 @@ func (this *apiComp) RankSocre(session comm.IUserSession, req *pb.PlunderRankSoc
} }
return return
} }
session.SendMsg(string(this.module.GetType()), "refresh", &pb.PlunderRankSocreResp{ session.SendMsg(string(this.module.GetType()), "ranksocre", &pb.PlunderRankSocreResp{
Score: land.Score, Score: land.Score,
}) })