def setFirstRechargeReward(self, userId): return DaoGameDataHall.HSETNX(userId, HallKeys.ATT_FIRST_RECHARGE_REWARD, 1)
def first_gold_roulette(self, userId): return DaoGameDataHall.HSETNX(userId, HallKeys.ATT_FIRST_GOLD_ROULETTE, 1)
def setnxFirstRecharge(self, userId): return DaoGameDataHall.HSETNX(userId, HallKeys.ATT_FIRST_RECHARGE, 1)