Authorization: Bearer ********************{
"createBy": "string",
"createTime": "2019-08-24T14:15:22.123Z",
"updateBy": "string",
"updateTime": "2019-08-24T14:15:22.123Z",
"params": {
"property1": {},
"property2": {}
},
"id": 0,
"merchantId": 0,
"accountId": 0,
"orderId": "string",
"partnerId": 0,
"source": "string",
"type": 0,
"online": 0,
"amountType": 0,
"amount": 0,
"remainingAmount": 0,
"remainingAmountOffline": 0,
"remark": "string",
"startTime": "2019-08-24T14:15:22.123Z",
"endTime": "2019-08-24T14:15:22.123Z"
}curl --location 'https://www.mengzhikeji.cn/prod-api/merchant/partner-reward-record/list?merchantId=&pageSize=&pageNum=&orderByColumn=&isAsc=' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"createBy": "string",
"createTime": "2019-08-24T14:15:22.123Z",
"updateBy": "string",
"updateTime": "2019-08-24T14:15:22.123Z",
"params": {
"property1": {},
"property2": {}
},
"id": 0,
"merchantId": 0,
"accountId": 0,
"orderId": "string",
"partnerId": 0,
"source": "string",
"type": 0,
"online": 0,
"amountType": 0,
"amount": 0,
"remainingAmount": 0,
"remainingAmountOffline": 0,
"remark": "string",
"startTime": "2019-08-24T14:15:22.123Z",
"endTime": "2019-08-24T14:15:22.123Z"
}'{
"code": 0,
"msg": "string",
"data": {
"list": {
"total": 0,
"rows": [
{
"id": 0,
"createTime": "2019-08-24T14:15:22.123Z",
"amount": 0,
"partnerName": "string",
"orderAmount": 0,
"orderId": "string",
"amountType": 0,
"online": 0
}
],
"code": 0,
"msg": "string"
},
"totalOrderAmount": 0,
"totalAmount": 0,
"amountRate": 0
}
}