curl --location --request GET '/adminapi/promotion/promotion/list'
{
"records": [
{
"promotionId": 0,
"promotionName": "string",
"startTime": "string",
"endTime": "string",
"type": 0,
"shopId": 0,
"relationId": 0,
"range": 0,
"rangeData": [
0
],
"skuIds": [
0
],
"isAvailable": 0,
"isDelete": 0,
"typeText": "string",
"data": {
"property1": {},
"property2": {}
},
"isReceive": 0,
"amount": 0,
"timeText": "string"
}
],
"total": 0,
"size": 0,
"current": 0,
"optimizeCountSql": {},
"searchCount": {},
"pages": 0
}