From 40f41d737bb9f7df71c6260b766756ba8a2ea1fc Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期四, 20 六月 2024 21:14:13 +0800
Subject: [PATCH] Merge branch 'hyyngame' of http://192.168.1.20:10010/r/SnxxServerCode into hyyngame

---
 ServerPython/CoreServerGroup/GameServer/Script/GM/Commands/GMT_QueryBillboard.py |   12 ++++++++++--
 1 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/ServerPython/CoreServerGroup/GameServer/Script/GM/Commands/GMT_QueryBillboard.py b/ServerPython/CoreServerGroup/GameServer/Script/GM/Commands/GMT_QueryBillboard.py
index a7a5818..6c24b99 100644
--- a/ServerPython/CoreServerGroup/GameServer/Script/GM/Commands/GMT_QueryBillboard.py
+++ b/ServerPython/CoreServerGroup/GameServer/Script/GM/Commands/GMT_QueryBillboard.py
@@ -72,9 +72,16 @@
                         "Type2":billBoardData.GetType2(),
                         "Value1":billBoardData.GetValue1(),
                         "Value2":billBoardData.GetValue2(),
+                        "Value3":billBoardData.GetValue3(),
+                        "Value4":billBoardData.GetValue4(),
+                        "Value5":billBoardData.GetValue5(),
+                        "Value6":billBoardData.GetValue6(),
+                        "Value7":billBoardData.GetValue7(),
+                        "Value8":billBoardData.GetValue8(),
                         "CmpValue":billBoardData.GetCmpValue(),
                         "CmpValue2":billBoardData.GetCmpValue2(),
                         "CmpValue3":billBoardData.GetCmpValue3(),
+                        "UserData":billBoardData.GetUserData(),
                          }
         
         billBoardInfo.append(billBoardDict)
@@ -83,9 +90,10 @@
         #数据过大
         GMCommon.GMCommandResult(orderId, gmCmdDict, GMCommon.Def_MaxLimit)   
         return
-      
+    
+    backMsg = {"BillBoardType":billBoardType, "BillBoardInfo":billBoardInfo}
     #执行成功
-    GMCommon.GMCommandResult(orderId, gmCmdDict, GMCommon.Def_Success, billBoardInfo)        
+    GMCommon.GMCommandResult(orderId, gmCmdDict, GMCommon.Def_Success, backMsg)        
     return
 
     

--
Gitblit v1.8.0