From 488992e213ab63ae9a6ea435fdd987d6a0ffadf6 Mon Sep 17 00:00:00 2001
From: xdh <xiefantasy@qq.com>
Date: 星期三, 17 七月 2019 13:48:47 +0800
Subject: [PATCH] 8125 子 【主干】新功能:累计充值 / 【后端】【主干】累计充值

---
 ServerPack/MapServerPack/HA3_Function/HistoryReChargeAwardRecord.h   |    6 ++++++
 ServerPack/MapServerPack/HA3_Function/HistoryReChargeAwardRecord     |    0 
 ServerPack/MapServerPack/HA3_Function/HistoryReChargeAwardRecord.des |    1 +
 3 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/ServerPack/MapServerPack/HA3_Function/HistoryReChargeAwardRecord b/ServerPack/MapServerPack/HA3_Function/HistoryReChargeAwardRecord
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/ServerPack/MapServerPack/HA3_Function/HistoryReChargeAwardRecord
diff --git a/ServerPack/MapServerPack/HA3_Function/HistoryReChargeAwardRecord.des b/ServerPack/MapServerPack/HA3_Function/HistoryReChargeAwardRecord.des
new file mode 100644
index 0000000..915b582
--- /dev/null
+++ b/ServerPack/MapServerPack/HA3_Function/HistoryReChargeAwardRecord.des
@@ -0,0 +1 @@
+A3 28 历史累积充值奖励领取记录 #tagMCHistoryReChargeAwardRecord
diff --git a/ServerPack/MapServerPack/HA3_Function/HistoryReChargeAwardRecord.h b/ServerPack/MapServerPack/HA3_Function/HistoryReChargeAwardRecord.h
new file mode 100644
index 0000000..4c7303e
--- /dev/null
+++ b/ServerPack/MapServerPack/HA3_Function/HistoryReChargeAwardRecord.h
@@ -0,0 +1,6 @@
+// A3 28 历史累积充值奖励领取记录 #tagMCHistoryReChargeAwardRecord
+struct	tagMCHistoryReChargeAwardRecord
+{
+	tagHead		Head;
+	DWORD	AwardGetRecord;	// 按二进制位标示领取记录 配置奖励ID代表第几位
+};

--
Gitblit v1.8.0