curl --location --request GET '/operate/mrchHotAct/getList?storeId&actName&orgCode&status&pageSize&pageNum&groupId' \
--header 'Authorization: Bearer {{token}}'
{
"msg": "string",
"code": 0,
"data": {
"records": [
{
"id": 0,
"storeId": 0,
"storeName": "string",
"actName": "string",
"actTime": "string",
"status": 0,
"mrchNum": "string",
"sort": 0,
"orgCode": "string",
"orgName": null,
"creator": "string",
"modifier": "string",
"createTime": "string",
"updateTime": "string",
"groupId": 0,
"groupName": "string"
}
],
"total": 0,
"size": 0,
"current": 0,
"orders": [
"string"
],
"optimizeCountSql": true,
"searchCount": true,
"maxLimit": null,
"countId": null,
"pages": 0
},
"time": 0
}