26 lines
608 B
JSON
26 lines
608 B
JSON
{
|
||
"商品id(projectId)": "Long",
|
||
"商品图片(projectImage)": "String",
|
||
"活动名称(activityName)": "String",
|
||
"活动介绍(activities)": "Test",
|
||
"商品单位(projectUnit)": "Long",
|
||
|
||
"轮播图(carouselImages)": [
|
||
"String",
|
||
"String"
|
||
],
|
||
|
||
"拼团策略id(strategyId)": "Long",
|
||
"拼团策略类型(strategyType)": "String",
|
||
"商品规格List(projectSkuList)": [
|
||
{
|
||
"商品sku(productSku)": "String",
|
||
"拼团价格(teamPrice)": "decimal",
|
||
"库存库存(teamStock)": "int"
|
||
}
|
||
],
|
||
|
||
"全重(weight)": "Long",
|
||
"商品详情(goodsDetails)": "String"
|
||
}
|