- 佣金提现
- 公共分类
- 我的等级
- 种草社区
- 分类相关
- 商品相关
- 品牌相关
- 商户店铺
- 收藏相关
- 订单
- 优惠券
- 授权
- 余额充值
- 用户
- 用户地址
- 文章相关
- 商品评价
- 退款
- 登陆注册
- 客服
- 商户入驻
- 直播
- 秒杀商品
- 发票
- 预售商品
- 助力商品
- 拼团商品
- SPU商品列表
- 积分
- 签到管理
- 分销员等级
- 专题活动
- 客服退款单管理
- 客服订单管理
- 客服商品管理
- 客服商品分类
- 客服商品规格
- 客服运费模板
- 热卖排行
- 付费会员
- 分单核销
- DIY
- 报名活动
- order_create
- 测试接口POST
- DIY二级分类列表GET
图文详情
开发中
GET
/community/show/{id}
种草社区
请求参数
Path 参数
id
string
必需
Header 参数
x-token
string
可选
默认值:
{{x-token}}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET '/community/show/' \
--header 'x-token: {{x-token}}'
返回响应
🟢200successful operation
application/json
Body
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"
}
}
}
修改于 2022-08-30 10:24:11