POST xuner/soc/Social/listTopic
请求信息
URI 参数
无。
Body 参数
getTopicByIdRequest名称 | 描述 | 类型 | 附加信息 |
---|---|---|---|
id | integer |
无。 |
请求格式
application/json, text/json
样例:
{ "id": 1 }
响应信息
资源描述
gSocResponseOfListOfSoc_Topic名称 | 描述 | 类型 | 附加信息 |
---|---|---|---|
data | Collection of 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:42:02.5859034+08:00", "updateTime": "2025-09-26T07:42:02.5859034+08:00", "createId": "sample string 13", "updateId": "sample string 14", "miniProgramShareUrl": "sample string 15", "htmlShareUrl": "sample string 16" }, { "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:42:02.5859034+08:00", "updateTime": "2025-09-26T07:42:02.5859034+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 }