{
"buying": {
"currentPrice": 0,
"purchaseLimit": 1,
"inventory": 1,
"virtualSales": 0
},
"groupBuying": {
"groupBuying": true,
"groupBuyingRule": "string",
"groupSize": 2,
"groupBuyingPrice": 0
},
"restrict": {
"thresholdPrice": 0,
"periodOfValidity": 1,
"dayOfWeek": [
"SUNDAY"
],
"timeOfDay": [
{
"begin": "string",
"end": "string"
}
],
"subscribeRule": "string",
"otherRule": "string",
"allowMerchant": [
0
]
},
"reward": {
"memberCommission": 0,
"consumerCommission": 0,
"commodity": [
{
"id": 0,
"pic": "string",
"name": "string",
"number": 0,
"price": 0,
"tag": [
"string"
]
}
]
}
}