查询指定内容详情

更新时间:2023-06-20 12:34:15下载pdf

本文介绍查询指定内容详情的 API。

接口描述

查询内容详细信息,例如文章正文、文章编号、内容 ID 等。

接口地址

GET: /v1.0/iot-03/app-contents/{content_id}

请求参数

参数名 类型 参数位置 是否必填 说明
content_id String uri true 内容 ID

返回参数

参数名 类型 说明
result ArticleDetailRsp 内容详情

result 说明

参数名 类型 说明
content String 文章正文
article_code String 文章编号
content_id String 内容 ID
tenant_id String 租户 ID
title String 标题
sub_title String 子标题
lang String 语言
main_pic String 主图
sub_pic String 副图
content_url String 内容地址
video_url String 视频地址
type Integer 文章类型:
  • 1:图文
  • 2:视频
top Boolean 是否置顶
  • true:是
  • false:否
status Integer 文章状态:
  • 1:已发布
  • 2:待发布
  • 3:审核中
  • 4:审核不通过
  • 5:已下架
create_time Long 创建时间
publish_time Long 发布时间
update_time Long 更新时间
read_count Integer 阅读数
like_count Integer 点赞数
category_id String 栏目 ID
category_name String 栏目名称
creator String 创建人
modifier String 更新人
schema String App Schema

请求示例

GET: /v1.0/iot-03/app-contents/12

返回示例

{ "result": { "schema": 1395714112, "main_pic": "/suramar/content/1619002638fd391d975de.jpeg", "tenant_id": "bay1617694933431vh5n", "creator": "bay1617694933431vh5n", "category_name": "推荐", "like_count": 0, "create_time": 1629971949689, "content_id": "1430832178920423485", "modifier": "bay1617694933431vh5n", "title": "门锁大优惠,直降900元12", "type": 2, "article_code": "Kavcjocm4ym2z", "update_time": 1629971949689, "video_url": "/suramar/content/16196872089f000412038.mp4", "category_id": "1430815593119879245", "top": false, "publish_time": 1629971949667, "lang": "zh", "read_count": 0, "status": 1 }, "t": 1630398030916, "success": true }

错误码

参考 错误码