From 3c4c914400306232e9e118da2b121f3f25f661c1 Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期一, 08 三月 2021 14:48:31 +0800
Subject: [PATCH] 8807 【BT2】【后端】Part1 14、投资返利送充值券(增加登录投资9、等级投资10、boss投资11;优化永久投资、周卡投资逻辑 同步主干);
---
ServerPack/MapServerPack/HA3_Function/InvestInfo | 0
ServerPack/MapServerPack/HA3_Function/InvestInfo.h | 11 +++++++++++
ServerPack/MapServerPack/HA3_Function/InvestInfo.des | 1 +
3 files changed, 12 insertions(+), 0 deletions(-)
diff --git a/ServerPack/MapServerPack/HA3_Function/InvestInfo b/ServerPack/MapServerPack/HA3_Function/InvestInfo
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/ServerPack/MapServerPack/HA3_Function/InvestInfo
diff --git a/ServerPack/MapServerPack/HA3_Function/InvestInfo.des b/ServerPack/MapServerPack/HA3_Function/InvestInfo.des
new file mode 100644
index 0000000..e89ef08
--- /dev/null
+++ b/ServerPack/MapServerPack/HA3_Function/InvestInfo.des
@@ -0,0 +1 @@
+A3 38 投资理财信息 #tagMCInvestInfo
diff --git a/ServerPack/MapServerPack/HA3_Function/InvestInfo.h b/ServerPack/MapServerPack/HA3_Function/InvestInfo.h
new file mode 100644
index 0000000..83965dc
--- /dev/null
+++ b/ServerPack/MapServerPack/HA3_Function/InvestInfo.h
@@ -0,0 +1,11 @@
+// A3 38 投资理财信息 #tagMCInvestInfo
+
+struct tagMCInvestInfo
+{
+ tagHead Head;
+ BYTE InvestType; // 投资类型
+ WORD CurDay; // 当前天数,投资第一天为1
+ BYTE ValueCount;
+ DWORD RewardValue[ValueCount]; //领奖记录值,按投资回报索引位记录是否已领取
+ DWORD ProgressValue[ValueCount]; //投资相关可领取进度记录值: 9登录投资-记录已登录天数;11Boss投资-按回报索引位记录是否已击杀该boss
+};
--
Gitblit v1.8.0