curl --location --request GET '/app-api/promotion/bargain-activity/get-detail?id=1' \
--header 'Authorization: 3ecf676011544a3293b9665f63513a28' \
--header 'tenant-id: 10053'{
"code": 0,
"data": {
"id": 1024,
"name": "618 大砍价",
"startTime": "2019-08-24T14:15:22.123Z",
"endTime": "2019-08-24T14:15:22.123Z",
"spuId": 2048,
"skuId": 1024,
"price": 100,
"description": "我要吃西红柿",
"stock": 512,
"picUrl": "4096",
"marketPrice": 50,
"bargainFirstPrice": 200,
"bargainMinPrice": 100,
"successUserCount": 100
},
"msg": "string"
}