hxp
2024-06-20 40f41d737bb9f7df71c6260b766756ba8a2ea1fc
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