免费试用:最火的人工智能查询工具
     最强AI人工智能聊天工具
     对话机器人解答疑难问题
星外智问直连原始API接口(GPT-4o)
➡️未登录受限条数,请登陆使用完整服务>>>➡️
请输入您要问的问题:


查下百度  查下必应

以下是单个问题的回复:

问:moba起始时间
GPT答: 7i24.cn
new StartTimeThread(true).start();
		}
		// 解锁英雄可以使用令牌解锁
		if (payType == BattlePay.PAY_TYPE_UNLOCK_HERO && channel == BattlePay.PAY_CHANNEL_TOKEN) {
			int unlockHeroId = unlockHeroVO.getHeroId();
			buildHero = heroAO.queryHero(userId, unlockHeroId);
			if (buildHero == null) {
				UserHeroBO userHero = new UserHeroBO();
				userHero.setUserId(userId);
				userHero.setHeroId(unlockHeroId);
				userHero.setLevel(1);
				String userHeroId = BaseDrawAction.createUserHeroId(SystemConfig.gameFlag);
				userHero.setUserHeroId(userHeroId);

				buildHero = heroInfoAO.buildHero(userHero, SystemConfig.getServerId(), user.getVipLevel());
				userHeroAO.addUserHero(userHero);
			}
		}

		// 把物品添加到用户背包
		if (inBattlePay != null) {
			// private String payGoodsName; // 产品名
			// private String payGoodsDesc; // 产品描述
			int exp = 0;
			int goldNum = 0;
			int money = 0;
			int fist = 0;
			int dayActive = 0;
			String drawType = null;

			for (String goodsNo : inBattlePay.getGoodsNoList()) {
				if (goodsNo.equals("EXP")) {
					// exp
					exp = Integer.valueOf(inBattlePay.getGoodsNumList().get(goodsNo));
					buildExp += exp;
				} else if (goodsNo.equals("GOLD")) {
					goldNum = Integer.valueOf(inBattlePay.getGoodsNumList().get(goodsNo));
					buildGold += goldNum;
				} else if (goodsNo.equals("MONEY")) {
					money = Integer.valueOf(inBattlePay.getGoodsNumList().get(goodsNo));
					buildMoney += money;
				} else if (goodsNo.equals("FIST")) {
					fist = Integer.valueOf(inBattlePay.getGoodsNumList().get(goodsNo));
					buildFist += fist;
				} else if (goodsNo.equals("DAYACTIVE")) {
					dayActive = Integer.valueOf(inBattlePay.getGoodsNumList().get(goodsNo));
					buildDayActive += dayActive;
				}
				
				drawType = inBattlePay.getGoodsTypeList().get(goodsNo);
				if(drawType != null) {
					break;
				}
			}

			if (exp > 0 || goldNum > 0 || money > 0) {
				User user = this.userService.getByUserId(userId);
				int userLv = user.getLv();
				if (exp > 0) {
					int canGetExp = userService.getCanGetExp(userLv, exp);
					userService.updateUserExp(userId, canGetExp, UserService.EXP_TYPE_BUY, userLv, 0);
				}
				if (goldNum > 0) {
					userService.addGold(userId, goldNum, 0);
				}

				if (money > 0) {
					userService.addMoney(userId, money, 0);
				}
				if (fist > 0) {
					userService.addFist(userId, fist, 0);
					//TODO 活动打怪统计
//					boolean isFirstWork = false;
//					DailyMission dailyMission  = dailyMissionAO.queryUserDailyMission(userId);
//					if(dailyMission == null) {
//						dailyMission = new DailyMission();
//						dailyMission.setFist (0);
//						isFirstWork = true;
//					}
//					int totoalFist = fist + dailyMission.getFist();
//					dailyMission.setFist(totoalFist);
//					dailyMissionAO.saveOrUpdate(userId, dailyMission, isFirstWork);
				}
				if (dayActive > 0) {
					dailyTaskAO.setTotalActive(userId, dayActive);
				}
				
				heroService.computeUserHeroAttributes(userId);
			}

			if (drawType != null) {
				// 添加物品
				this.heroService.draw(userId, drawType, inBattlePay.getGoodsIdList(), false);
			}
		}

		int userLv = 0;
		if (buildExp > 0 || buildHero != null) {
			User user = this.userService.getByUserId(userId);
			userLv = user.getLv();
			// 奖励金币
			int gold = UserXMLInfoMap.getUserXMLInfo(userLv).getPayReward();
			// 处理同步服务器数据
//			userService.addGold(userId, gold, 0);
			userService.addGold(userId, gold, UserService.CHANNEL_PAY, 0);
			

			// 更新用户等级战力等属性
			heroService.computeUserHeroAttributes(userId);
			// 判断用户当前等级是否是VIP可享受等级,如果是,增加大礼包入口
			vipAO.checkUserVipGift(userId);

			// 更新登录天数
			userService.reLogin(userId);

			// 累工资
			arenaService.accumulateSalary(userId);
			
			// 奖励活跃度
			dailyTaskAO.addTotalActive(userId, DayActiveXMLInfoMap.getDayActiveXMLInfo(DayActiveXMLInfo.PAY_CODE).getActiveValue());
			// 完成充值300任务
			dailyTaskAO.finishDailyTask(userId, TaskConditionType.CHARGE_300, 1);
		}

		StringBuffer payGoods = new StringBuffer();
		int goodsValue = 0;
		if (buildExp > 0) {
			int canGetExp = userService.getCanGetExp(userLv, buildExp);
			payGoods.append("EXP=");
			payGoods.append(canGetExp);
			payGoods.append("|");
			goodsValue += canGetExp;
		}
		if (buildGold > 0) {
			payGoods.append("GOLD
一星  二星  三星  四星  五星 

互联网非法外之地,请不要输入不良内容
 查下百度 查下必应 02-27 20:52:57



chatGPT中国版--星外智问--8v6.CN
当前运行网址:haoadm.com
客服微信:xwgdd_com APP下载 怎么问 识别真假GPT4 使用GPT赚钱 退出登陆