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 ++++-
GMToolClient/cfg/GMT_QueryBillboardCross.php | 9 +++++----
2 files changed, 9 insertions(+), 5 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"];
diff --git a/GMToolClient/cfg/GMT_QueryBillboardCross.php b/GMToolClient/cfg/GMT_QueryBillboardCross.php
index 3136f4f..026f0f4 100644
--- a/GMToolClient/cfg/GMT_QueryBillboardCross.php
+++ b/GMToolClient/cfg/GMT_QueryBillboardCross.php
@@ -32,11 +32,12 @@
'164' => array('BBName' => \Lang\gettext('璺ㄦ湇楠戝疇鍏绘垚'), 'CmpValue' => \Lang\gettext('绉垎')),
'165' => array('BBName' => \Lang\gettext('璺ㄦ湇绔炴妧鍦�'), 'CmpValue' => \Lang\gettext('绉垎'), 'Value2' => \Lang\gettext('娈典綅')),
'166' => array('BBName' => \Lang\gettext('璺ㄦ湇鐐煎櫒澶т細'), 'CmpValue' => \Lang\gettext('绉垎'), 'CmpValue2' => \Lang\gettext('鏈�楂樼瓑绾�')),
- '167' => array('BBName' => \Lang\gettext('浠欑洘鏀诲煄鎴樹粰鐩熺Н鍒�'), 'CmpValue' => \Lang\gettext('绉垎')),
- '168' => array('BBName' => \Lang\gettext('浠欑洘鏀诲煄鎴樼帺瀹朵激瀹�'), 'CmpValue' => \Lang\gettext('浼ゅ浜块儴鍒�'), 'CmpValue2' => \Lang\gettext('浼ゅ')),
+ '167' => array('BBName' => \Lang\gettext('浠欑洘鏀诲煄鎴樹粰鐩熺Н鍒�'), 'CmpValue' => \Lang\gettext('绉垎'), 'CmpValue2' => \Lang\gettext('姣旇緝鏉冨��')),
+ '168' => array('BBName' => \Lang\gettext('浠欑洘鏀诲煄鎴樼帺瀹朵激瀹�'), 'CmpValue' => \Lang\gettext('浼ゅ浜块儴鍒�'), 'CmpValue2' => \Lang\gettext('浼ゅ'),),
'169' => array(
- 'BBName' => \Lang\gettext('浠欑洘鏀诲煄鎴樿疆娆′激瀹�'), 'CmpValue' => \Lang\gettext('浼ゅ浜块儴鍒�'), 'CmpValue2' => \Lang\gettext('浼ゅ'),
- 'Name1' => \Lang\gettext('浠欑洘鍚�'), 'ID2' => \Lang\gettext('鐩熶富ID'), 'Name2' => \Lang\gettext('鐩熶富'), 'Value5' => \Lang\gettext('鐩熸湇鍔″櫒ID')
+ 'BBName' => \Lang\gettext('浠欑洘鏀诲煄鎴樿疆娆′激瀹�'), 'CmpValue' => \Lang\gettext('浼ゅ浜块儴鍒�'), 'CmpValue2' => \Lang\gettext('浼ゅ'), 'CmpValue3' => \Lang\gettext('姣旇緝鏉冨��'),
+ 'Name1' => \Lang\gettext('浠欑洘鍚�'), 'ID2' => \Lang\gettext('鐩熶富ID'), 'Name2' => \Lang\gettext('鐩熶富'), 'Value5' => \Lang\gettext('鐩熸湇鍔″櫒ID'),
+ 'GroupValueMark' => \Lang\gettext('绫诲瀷-鍒嗗尯ID-鎴樺満绫诲瀷*100+鍒嗙粍缂栧彿')
),
);
return $billboardCh;
--
Gitblit v1.8.0