POST xuner/soc/Social/recommendList
获取推荐列表
请求信息
URI 参数
无。
Body 参数
RecommendlistRequest| 名称 | 描述 | 类型 | 附加信息 |
|---|---|---|---|
| recommendListSize | string |
无。 |
|
| current | integer |
无。 |
|
| size |
每页多少条数据,默认10 |
integer |
无。 |
请求格式
application/json, text/json
样例:
{
"recommendListSize": "",
"current": 0,
"size": 0
}
响应信息
资源描述
获取推荐列表
gSocResponseOfListItemOfSoc_Recommend| 名称 | 描述 | 类型 | 附加信息 |
|---|---|---|---|
| data | ListItemOfSoc_Recommend |
无。 |
|
| 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,
"title": "",
"coverPath": "",
"contentType": 0,
"contentId": 0,
"images": [
""
],
"topicList": [
""
],
"userActionId": "",
"commentCount": 0,
"praiseCount": 0,
"commentCountName": "",
"praiseCountName": "",
"createTimeName": "0001-01-01T00:00:00",
"timeName": "",
"time": "",
"userDto": {
"userId": "",
"username": "",
"nickname": "",
"avatar": "",
"userType": "",
"remark": "",
"carType": ""
},
"activityId": "",
"activityTitle": "",
"activityBannerUrl": "",
"revision": "",
"articleTitle": "",
"sort": 0,
"fixSort": false,
"recommendListSize": 0,
"pgcType": 0,
"status": 0,
"ugcHot": "",
"questionnaire": "",
"activity": {
"id": 0,
"activityType": 0,
"activityTitle": "",
"activityBannerUrl": "",
"startTime": "",
"status": 0,
"sort": 0,
"jumpType": 0,
"contentId": 0,
"activityProcess": 0,
"buttonName": "",
"buttonStatus": 0
},
"article": {
"id": 0,
"articleName": "",
"articleTitle": "",
"details": [
{
"type": 0,
"targetTableId": 0,
"title": "",
"coverPath": "",
"articleId": 0
}
]
},
"praise": false,
"userId": "",
"Isarticle": ""
}
]
},
"req": "",
"msg": "",
"code": 0
}