POST xuner/soc/Social/myUgc
获取我的Ugc列表
请求信息
URI 参数
无。
Body 参数
GetUgcbyListmyUgcRequset| 名称 | 描述 | 类型 | 附加信息 |
|---|---|---|---|
| page | integer |
无。 |
|
| limit |
每页多少条数据,默认20 |
integer |
无。 |
| userId | string |
无。 |
请求格式
application/json, text/json
样例:
{
"page": 0,
"limit": 0,
"userId": ""
}
响应信息
资源描述
获取我的Ugc列表
gSocResponseOfListItemMyugcOfSoc_Ugc| 名称 | 描述 | 类型 | 附加信息 |
|---|---|---|---|
| data | ListItemMyugcOfSoc_Ugc |
无。 |
|
| req | string |
无。 |
|
| msg | string |
无。 |
|
| code | integer |
无。 |
响应格式
application/json, text/json
样例:
{
"data": {
"status": 0,
"total": 0,
"size": 0,
"pages": 0,
"current": 0,
"msg": "",
"code": 0,
"records": [
{
"id": 0,
"content": "",
"browseCount": "",
"commentCount": 0,
"praiseCount": 0,
"praiseCountName": "",
"imageCount": 0,
"shareCount": "",
"sharePeopleNum": "",
"offlineType": "",
"delFlag": "",
"createTime": "0001-01-01T00:00:00",
"createTimeName": "",
"updateTime": "0001-01-01T00:00:00",
"createId": "",
"updateId": "",
"recommendx": "",
"images": [
""
],
"topicList": [
{
"id": 0,
"mId": 0,
"name": "",
"coverPath": "",
"topicDescribe": "",
"joinCount": 0,
"joinPersonCount": 0,
"sort": 0,
"status": 0,
"delFlag": 0,
"createTime": "0001-01-01T00:00:00",
"updateTime": "0001-01-01T00:00:00",
"createId": "",
"updateId": "",
"miniProgramShareUrl": "",
"htmlShareUrl": ""
}
],
"time": "",
"user": {
"userId": "",
"username": "",
"nickname": "",
"avatar": "",
"userType": "",
"remark": "",
"carType": ""
},
"userActionId": "",
"contentType": 0,
"miniProgramShareUrl": "",
"htmlShareUrl": "",
"browerPeopleNum": "",
"revision": "",
"productId": "",
"productImg": "",
"productName": "",
"activityId": "",
"activityTitle": "",
"activityBannerUrl": "",
"status": 0,
"recommend": false,
"ugcHot": "",
"shopObj": "",
"ausersId": "",
"praise": false,
"userId": "",
"topicId": 0
}
]
},
"req": "",
"msg": "",
"code": 0
}