curl --location --request GET '/app-api/promotion/bargain-activity/list' \
--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,
"stock": 512,
"picUrl": "4096",
"marketPrice": 50,
"bargainMinPrice": 100
}
],
"msg": "string"
}