POST xuner/soc/Social/userFlow
获取用户评论详情
请求信息
URI 参数
无。
Body 参数
userContentFlowListRequest| 名称 | 描述 | 类型 | 附加信息 |
|---|---|---|---|
| userId | string |
无。 |
|
| type | string |
无。 |
|
| current | integer |
无。 |
|
| size |
每页多少条数据,默认10 |
integer |
无。 |
请求格式
application/json, text/json
样例:
{
"userId": "",
"type": "",
"current": 0,
"size": 0
}
响应信息
资源描述
获取用户评论详情
gSocResponseOfListItemOfSoc_userFollow| 名称 | 描述 | 类型 | 附加信息 |
|---|---|---|---|
| data | ListItemOfSoc_userFollow |
无。 |
|
| req | string |
无。 |
|
| msg | string |
无。 |
|
| code | integer |
无。 |
响应格式
application/json, text/json
样例:
{
"data": {
"total": 0,
"size": 0,
"pages": 0,
"current": 0,
"msg": "",
"code": 0,
"records": [
{
"id": 0,
"status": 0,
"type": 0,
"user": {
"userId": "",
"username": "",
"nickname": "",
"avatar": "",
"userType": "",
"remark": "",
"carType": ""
}
}
]
},
"req": "",
"msg": "",
"code": 0
}