curl --location --request GET 'https://test-api.yunjishop.cn/recommend/rtrc/match/record/list?matchId=&matchUserId=&matchedUserId=&matchStatus=&startMatchTime=&endMatchTime=&successMatchTime=&callTime=&matchType='
{
"total": 0,
"rows": [
{
"matchId": 0,
"matchUserId": 0,
"matchUserNickname": "string",
"matchUserSex": 0,
"matchUserAvatar": "string",
"matchedUserId": 0,
"matchedUserNickname": "string",
"matchedUserSex": 0,
"matchedUserAvatar": "string",
"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"
}