图文详情
开发中GET
/community/show/{id}请求参数
Path 参数
id
string
必需
示例代码
返回响应
successful operation(200)
successful operation
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
status
number
可选
message
string
可选
data
object
可选
community_id
number
可选
title
string
标题
image
array[string]
可选
topic_id
number
可选
uid
number
可选
count_start
number
可选
count_reply
number
可选
count_share
number
可选
status
number
可选
is_show
number
可选
start
number
可选
create_time
string
可选
content
string
可选
is_hot
number
可选
is_author
number
可选
author
object
作者信息
relevance
array [object {5}]
可选
topic
object
话题信息
示例
{
"status": 0,
"message": "string",
"data": {
"community_id": 0,
"title": "string",
"image": [
"string"
],
"topic_id": 0,
"uid": 0,
"count_start": 0,
"count_reply": 0,
"count_share": 0,
"status": 0,
"is_show": 0,
"start": 0,
"create_time": "string",
"content": "string",
"is_hot": 0,
"is_author": 0,
"author": {
"uid": 0,
"real_name": "string",
"status": 0,
"avatar": "string",
"nickname": "string",
"count_start": 0,
"count_fans": 0
},
"relevance": [
{
"relevance_id": 0,
"left_id": 0,
"right_id": 0,
"type": "string",
"spu": {
"spu_id": 0,
"store_name": "string",
"image": "string",
"price": "string"
}
}
],
"topic": {
"topic_id": 0,
"topic_name": "string",
"status": 0,
"category_id": 0,
"pic": "string"
}
}
}
最后修改时间: 2 年前