From 86e03300bb29ab2b18cdcad5ceca14dceaecf12e Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期二, 09 三月 2021 18:43:57 +0800
Subject: [PATCH] 8650 【主干】【BT2】活动规则优化(限时抢购支持多活动编号同时开启 AA17 AA18 增加活动编号);
---
ServerPack/MapServerPack/HAA_SaleActivity/FlashSaleInfo.h | 1 +
ServerPack/MapServerPack/HAA_SaleActivity/FlashSaleAppointmentInfo.h | 1 +
ClientPack/ClientToMapServer/CAA SaleActivity/FlashSaleAppointment.h | 1 +
3 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/ClientPack/ClientToMapServer/CAA SaleActivity/FlashSaleAppointment.h b/ClientPack/ClientToMapServer/CAA SaleActivity/FlashSaleAppointment.h
index 7369584..45af21a 100644
--- a/ClientPack/ClientToMapServer/CAA SaleActivity/FlashSaleAppointment.h
+++ b/ClientPack/ClientToMapServer/CAA SaleActivity/FlashSaleAppointment.h
@@ -3,6 +3,7 @@
struct tagCMFlashSaleAppointment
{
tagHead Head;
+ BYTE ActNum; //活动编号
DWORD GoodsID; // 抢购商品标识
BYTE State; // 1-预约 0-取消
};
diff --git a/ServerPack/MapServerPack/HAA_SaleActivity/FlashSaleAppointmentInfo.h b/ServerPack/MapServerPack/HAA_SaleActivity/FlashSaleAppointmentInfo.h
index 9403a92..1c42fb9 100644
--- a/ServerPack/MapServerPack/HAA_SaleActivity/FlashSaleAppointmentInfo.h
+++ b/ServerPack/MapServerPack/HAA_SaleActivity/FlashSaleAppointmentInfo.h
@@ -9,6 +9,7 @@
struct tagMCFlashSaleAppointmentInfo
{
tagHead Head;
+ BYTE ActNum; //活动编号
BYTE IsAll; // 是否全部
WORD GoodsCount; // 商品数
tagMCFlashSaleAppointmentState GoodsList[GoodsCount]; // 预约的商品
diff --git a/ServerPack/MapServerPack/HAA_SaleActivity/FlashSaleInfo.h b/ServerPack/MapServerPack/HAA_SaleActivity/FlashSaleInfo.h
index 2cc300e..f17dd61 100644
--- a/ServerPack/MapServerPack/HAA_SaleActivity/FlashSaleInfo.h
+++ b/ServerPack/MapServerPack/HAA_SaleActivity/FlashSaleInfo.h
@@ -30,6 +30,7 @@
struct tagMCFlashSaleInfo
{
tagHead Head;
+ BYTE ActNum; //活动编号
char StartDate[10]; // 开始日期 y-m-d
char EndtDate[10]; // 结束日期 y-m-d
WORD AdvanceMinutes; // 提前显示分钟
--
Gitblit v1.8.0