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,
"totalAmount": 0,
"totalReward": 0,
"residueReward": 0
}curl --location 'https://www.mengzhikeji.cn/prod-api/merchant/merchant-reward-account/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,
"totalAmount": 0,
"totalReward": 0,
"residueReward": 0
}'{
"total": 0,
"rows": [
{
"id": 0,
"merchantId": 0,
"totalAmount": 0,
"totalReward": 0,
"residueReward": 0
}
],
"code": 0,
"msg": "string"
}