From 61422470c1131d538f4d8041a655c1cd87a20e43 Mon Sep 17 00:00:00 2001
From: hch <305670599@qq.com>
Date: 星期二, 14 五月 2024 19:56:16 +0800
Subject: [PATCH] 0312 不同平台充值读取不同的商品编号
---
Core/GameEngine/Model/Config/OrderInfoConfig.cs | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/Core/GameEngine/Model/Config/OrderInfoConfig.cs b/Core/GameEngine/Model/Config/OrderInfoConfig.cs
index f6c6e00..65d9304 100644
--- a/Core/GameEngine/Model/Config/OrderInfoConfig.cs
+++ b/Core/GameEngine/Model/Config/OrderInfoConfig.cs
@@ -1,6 +1,6 @@
锘�//--------------------------------------------------------
// [Author]: Fish
-// [ Date ]: 2024骞�5鏈�10鏃�
+// [ Date ]: 2024骞�5鏈�14鏃�
//--------------------------------------------------------
using System.Collections.Generic;
@@ -21,6 +21,7 @@
public readonly int CTGID;
public readonly float UsdMoney;
public readonly string StoreOrderInfo;
+ public readonly string StoreOrderInfo2;
public OrderInfoConfig()
{
@@ -45,6 +46,8 @@
float.TryParse(tables[5],out UsdMoney);
StoreOrderInfo = tables[6];
+
+ StoreOrderInfo2 = tables[7];
}
catch (Exception ex)
{
--
Gitblit v1.8.0