From 08afddcc38c182c6aee734156acad1ae1f7aa1f0 Mon Sep 17 00:00:00 2001 From: meixiongfeng <766881921@qq.com> Date: Tue, 22 Nov 2022 17:52:51 +0800 Subject: [PATCH] =?UTF-8?q?=E8=8B=B1=E9=9B=84=E6=95=B0=E6=8D=AE=E5=9F=8B?= =?UTF-8?q?=E7=82=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- comm/imodule.go | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/comm/imodule.go b/comm/imodule.go index 781ae8c24..b01751a38 100644 --- a/comm/imodule.go +++ b/comm/imodule.go @@ -74,6 +74,15 @@ type ( RechargeMoney(uid string, money int32) // 多少天没登录 NoLoginDay(uid string, day int32) + + // 拥有N个X级英雄 + CheckLvNum(uid string, lv int32) int32 + + // 激活X个英雄图鉴 + GetTujianHeroNum(uid string) int32 + //拥有觉醒至A级的B星英雄N个 Rtype123 + CheckJuexingHeroNum(uid string, juexingLv int32, star int32) int32 + //拥有共鸣至N级的英雄 Rtype124 } //玩家