From f6b954f5dfd2eae35e92b0222016c3efd2ec6960 Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期五, 11 四月 2025 18:13:51 +0800
Subject: [PATCH] 10367 【越南】【英语】【BT】【砍树】仙盟攻城战-服务端
---
GMToolClient/GMTManage/GMT_QueryBillboardCross.php | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/GMToolClient/GMTManage/GMT_QueryBillboardCross.php b/GMToolClient/GMTManage/GMT_QueryBillboardCross.php
index 4362ccf..c1db8ee 100644
--- a/GMToolClient/GMTManage/GMT_QueryBillboardCross.php
+++ b/GMToolClient/GMTManage/GMT_QueryBillboardCross.php
@@ -46,6 +46,7 @@
$groupValue1 = null;
$groupValue2 = null;
$dataTotal = null;
+$groupValueMark = "";
if ($ResultMsg) {
$bbType = $ResultMsg["billboardType"];
$groupList = $ResultMsg["groupList"];
@@ -57,6 +58,7 @@
$billboardKeyChPri = $billboardCh[$bbType];
$billboardKeyChPri = array_key_exists($bbType, $billboardCh) ? $billboardCh[$bbType] : array();
$bbName = $billboardKeyChPri['BBName'];
+ $groupValueMark = $billboardKeyChPri['GroupValueMark'];
}
$groupCount = count($groupList);
$retCount = count($resultList);
@@ -88,12 +90,13 @@
function showGroup()
{
- global $bbName, $groupCount, $groupList, $dataTotalDict, $groupValue1, $groupValue2, $bbType, $ResultMsg;
+ global $bbName, $groupCount, $groupList, $dataTotalDict, $groupValue1, $groupValue2, $bbType, $ResultMsg, $groupValueMark;
if ($bbName) {
echo "銆�" . $bbName . "銆�<br/>";
}
echo \Lang\gettext("姒滃崟绫诲瀷") . ": " . $bbType . "<br/>";
echo \Lang\gettext("鎬诲垎缁勬暟") . ": " . $groupCount . "<br/>";
+ echo \Lang\gettext("鍒嗙粍鏍煎紡") . ": " . $groupValueMark . "<br/>";
$startRank = $ResultMsg["startRank"];
$queryCount = $ResultMsg["queryCount"];
--
Gitblit v1.8.0