curl --location --request GET '/mrch/merchant/getMrchBatchList?loginPhone&pageSize&pageNum&batchStatus' \
--header 'Authorization: Bearer {{token}}'
{
"msg": "string",
"code": 0,
"data": {
"records": [
{
"batchId": 0,
"batchName": "string",
"couponAmount": 0,
"tranMin": 0,
"activityTime": "string",
"batchStatus": "string",
"drawNum": 0,
"verifyNum": 0,
"surplusNum": 0,
"favorType": "string"
}
],
"total": 0,
"size": 0,
"current": 0,
"orders": [
"string"
],
"optimizeCountSql": true,
"searchCount": true,
"maxLimit": null,
"countId": null,
"pages": 0
},
"time": 0
}