POST xuner/soc/Social/getTopicById
请求信息
URI 参数
无。
Body 参数
getTopicByIdRequest| 名称 | 描述 | 类型 | 附加信息 |
|---|---|---|---|
| id | integer |
无。 |
请求格式
application/json, text/json
样例:
{
"id": 1
}
响应信息
资源描述
gSocResponseOfSoc_Topic| 名称 | 描述 | 类型 | 附加信息 |
|---|---|---|---|
| data | Soc_Topic |
无。 |
|
| req | string |
无。 |
|
| msg | string |
无。 |
|
| code | integer |
无。 |
响应格式
application/json, text/json
样例:
{
"data": {
"id": 1,
"mId": 2,
"name": "sample string 3",
"coverPath": "sample string 4",
"topicDescribe": "sample string 5",
"joinCount": 6,
"joinPersonCount": 7,
"sort": 8,
"status": 9,
"delFlag": 10,
"createTime": "2026-02-04T10:51:28.9070276+08:00",
"updateTime": "2026-02-04T10:51:28.9070276+08:00",
"createId": "sample string 13",
"updateId": "sample string 14",
"miniProgramShareUrl": "sample string 15",
"htmlShareUrl": "sample string 16"
},
"req": "sample string 1",
"msg": "sample string 2",
"code": 3
}