curl --location --request GET '/adminapi/promotion/timeDiscount/list'
{
"records": [
{
"discountId": 0,
"promotionName": "string",
"startTime": "string",
"endTime": "string",
"shopId": 0,
"addTime": "string",
"statusName": "string"
}
],
"total": 0,
"size": 0,
"current": 0,
"optimizeCountSql": {},
"searchCount": {},
"pages": 0
}