POST xuner/soc/Social/getPgcById
获取pgc详情
请求信息
URI 参数
无。
Body 参数
getPgcByIdRequset| 名称 | 描述 | 类型 | 附加信息 |
|---|---|---|---|
| id | integer |
无。 |
|
| wxCode | string |
无。 |
请求格式
application/json, text/json
样例:
{
"id": 0,
"wxCode": ""
}
响应信息
资源描述
获取pgc详情
gSocResponseOfSoc_Pgc| 名称 | 描述 | 类型 | 附加信息 |
|---|---|---|---|
| data | Soc_Pgc |
无。 |
|
| req | string |
无。 |
|
| msg | string |
无。 |
|
| code | integer |
无。 |
响应格式
application/json, text/json
样例:
{
"data": {
"id": 0,
"title": "",
"coverPath": "",
"content": "",
"userActionId": "",
"contentType": 0,
"commentCount": 0,
"praiseCount": 0,
"browseCount": 0,
"browseCountName": "",
"commentCountName": "",
"praiseCountName": "",
"updateTime": "0001-01-01T00:00:00",
"createTimeName": "0001-01-01T00:00:00",
"timeName": "",
"time": "",
"userDto": {
"userId": "",
"username": "",
"nickname": "",
"avatar": "",
"userType": "",
"remark": "",
"carType": ""
},
"miniProgramShareUrl": "",
"htmlShareUrl": "",
"status": 0,
"brift": "",
"pgcVersion": 0,
"startTime": "",
"endTime": "",
"streamAddr": "",
"liveStatus": "",
"timeScale": "",
"returnViemAddr": "",
"praise": false,
"userId": ""
},
"req": "",
"msg": "",
"code": 0
}