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": "2025-09-26T07:43:57.6952728+08:00",
    "updateTime": "2025-09-26T07:43:57.6952728+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
}