Authorization: Bearer ********************{
"merchantId": 0,
"pageSize": 0,
"pageNum": 0,
"orderByColumn": "string",
"isAsc": "string",
"concertId": 0,
"orderType": 0,
"queryParam": "string",
"startDate": "string",
"endDate": "string",
"type": 0,
"merchantIds": [
0
],
"queryType": 0,
"consumptionId": 0
}curl --location 'https://www.mengzhikeji.cn/prod-api/merchant/merOrder/reportList' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"merchantId": 0,
"pageSize": 0,
"pageNum": 0,
"orderByColumn": "string",
"isAsc": "string",
"concertId": 0,
"orderType": 0,
"queryParam": "string",
"startDate": "string",
"endDate": "string",
"type": 0,
"merchantIds": [
0
],
"queryType": 0,
"consumptionId": 0
}'{
"total": 0,
"rows": [
{
"merchantId": 0,
"merchantName": "string",
"price": 0,
"orderNum": 0,
"ticketNum": 0,
"count": 0,
"viewNum": 0,
"ownIntegral": 0,
"ownWriteOff": 0,
"comWriteOff": 0,
"amount": 0
}
],
"code": 0,
"msg": "string"
}