接口简介

  • 本接口主要用于话题详情

重要说明:…

接口请求说明

请求方式

GET http://站点接口域名/openapi/tags/183

请求参数

参数名 类型 是否必须 说明
id int 话题id

请求示例

# GET请求
curl -X GET \
  http://站点接口域名/openapi/tags/183 \
  -H 'authorization: Bearer 5db95422045aa' \
  -H 'Content-Type: application/json' \
  -H 'Accept: application/json'

接口响应说明

响应示例

{
    "code": 0,
    "text": "",
    "data": {
        "name": "话题测试005",
        "introduce": "",
        "status": 2,
        "is_recommend": 0
    },
    "time": 1575511679
}

响应结果说明
data字段说明

字段名 类型 说明
name string 话题名称
introduce string 简介
status int 0 待审, 2 通过, 4 关闭
is_recommend string 是否推荐 0 不推荐 1 推荐 2 后台推荐
文档更新时间: 2019-12-05 10:30   作者:周志远