说明 / 示例
{ shopId: "1409056745673854976",
startDay: "2021-07-19", //活动开始日期
endDay: "2021-08-19", //活动结束日期
transportStart: "2021-08-20", //最迟起送日期
transportEnd: "2021-08-20", //最迟起送日期
products: [
{
productName:"",
productUrl:"",
oldPrice: 120, //划线价
price: 100, //预售价格
store:10000, //库存
limitMin:100, //最低限购
descripe:"", //商品描述
weight:"", //每份重量
typeId:"", //分类id
},
{
productName:"",
productUrl:"",
oldPrice: 120, //划线价
price: 100, //预售价格
store:10000, //库存
limitMin:100,
descripe:"",
weight:"",
typeId:"",
}
],
}