{
"createBy": "string",
"createTime": "2019-08-24T14:15:22Z",
"updateBy": "string",
"updateTime": "2019-08-24T14:15:22Z",
"params": {
"property1": {},
"property2": {}
},
"matchId": 0,
"matchUserId": 0,
"matchUserSex": 0,
"startTime": "string",
"endTime": "string",
"matchedUserId": 0,
"matchedUserSex": 0,
"matchStatus": 0,
"startMatchTime": "2019-08-24T14:15:22Z",
"endMatchTime": "2019-08-24T14:15:22Z",
"successMatchTime": "2019-08-24T14:15:22Z",
"callTime": 0,
"matchType": 0
}
curl --location --request PUT 'https://test-api.yunjishop.cn/recommend/rtrc/match/record' \
--header 'Content-Type: application/json' \
--data-raw '{
"createBy": "string",
"createTime": "2019-08-24T14:15:22Z",
"updateBy": "string",
"updateTime": "2019-08-24T14:15:22Z",
"params": {
"property1": {},
"property2": {}
},
"matchId": 0,
"matchUserId": 0,
"matchUserSex": 0,
"startTime": "string",
"endTime": "string",
"matchedUserId": 0,
"matchedUserSex": 0,
"matchStatus": 0,
"startMatchTime": "2019-08-24T14:15:22Z",
"endMatchTime": "2019-08-24T14:15:22Z",
"successMatchTime": "2019-08-24T14:15:22Z",
"callTime": 0,
"matchType": 0
}'
{
"code": 0,
"msg": "string",
"trace": "string",
"data": {}
}