curl --location --request GET 'https://test-api.yunjishop.cn/recommend/onlineMatchRecord/list?onlineMatchId=&initMatchUserId=&initMatchUserSex=&matchType=&matchedUserId=&receiveMatchUserId=&matchStatus=&initMatchTime=&matchSuccessTime=&cancelMatchTime='
{
"total": 0,
"rows": [
{
"onlineMatchId": 0,
"initMatchUserId": 0,
"initMatchUserNickname": "string",
"initMatchUserAvatar": "string",
"initMatchUserSex": 0,
"matchType": 0,
"matchedUserId": "string",
"list": [
{
"userId": 0,
"nickname": "string"
}
],
"receiveMatchUserId": 0,
"receiveMatchUserNickname": "string",
"receiveMatchUserAvatar": "string",
"receiveMatchUserSex": 0,
"matchStatus": 0,
"initMatchTime": "2019-08-24T14:15:22Z",
"matchSuccessTime": "2019-08-24T14:15:22Z",
"cancelMatchTime": "2019-08-24T14:15:22Z",
"callDuration": 0
}
],
"code": 0,
"msg": "string"
}