curl --location --request GET 'https://test-api.yunjishop.cn/recommend/onlineMatchRecord/'
{
"code": 0,
"msg": "string",
"trace": "string",
"data": {
"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
}
}