Authorization: Bearer ********************curl --location 'https://www.mengzhikeji.cn/prod-api/merchant/partner-reward-record/' \
--header 'Authorization: Bearer <token>'{
"code": 0,
"msg": "string",
"data": {
"id": 0,
"orderId": "string",
"createTime": "2019-08-24T14:15:22.123Z",
"orderAmount": 0,
"freeAmount": 0,
"writeOffAmount": 0,
"partnerDeductionAmount": 0,
"payAmount": 0,
"partnerName": "string",
"helperName": "string",
"amount": 0,
"profit": 0,
"helperReward": 0,
"partnerAmount": 0
}
}