curl --location --request GET 'https://test-api.yunjishop.cn/member/userReport/'
com.social.contact.common.core.domain.R<com.social.contact.member.domain.vo.UserReportVo>
{
"code": 0,
"msg": "",
"trace": "",
"data": {
"userReportId": 0,
"userId": 0,
"reportedUserId": 0,
"reportReason": "",
"reportImg": "",
"reportStatus": 0,
"nickname": "",
"reportedUserNickname": "",
"reportCount": 0,
"reportDetail": "",
"createTime": "",
"storyId": 0,
"reportType": 0,
"userStoryVo": {
"storyId": 0,
"userId": 0,
"avatar": "",
"nickname": "",
"longitude": "",
"latitude": "",
"location": "",
"storyDesc": "",
"imageList": [
{
"storyImageId": 0,
"storyId": 0,
"imageUrl": "",
"imageWidth": 0,
"imageHeight": 0
}
],
"status": 0,
"interactionQuantity": 0,
"isLiked": ""
}
}
}