文档
测试

查询首页视频信息

POST
/index/index/getIndexVideoInfo

接口描述

查询首页视频信息

请求参数

参数名
类型
描述
必填
num
int
查询数量,不可为空,不可为0
必填

响应参数

参数名
类型
描述
必填
result
bool
是否成功
必填
msg
string
描述
必填
data
array
返回数组
必填
information_title
string
视频标题
必填
information_id
int
视频ID
必填
release_date
string
视频发布时间
必填
information_img
string
视频图片URL
必填
video_desc
string
视频描述
必填
type_name
string
视频类型
必填
video_duration
string
视频时长
必填
information_type
string
类型代码
必填

说明 / 示例

{ "result": true, "msg": "ok", "data": [ { "list_id": 1, "cate_id": 1, "information_id": "1", "information_type": "3", "information_title": "信息题目", "release_date": "2020-02", "release_date_precision": "M", "information_img": "http://jishu.object.medmdt.net/medicine/201911/product_zrF5CRXclG.jpg?OSSAccessKeyId=LTAIpcRXaYR1zBaK&Expires=1582182295&Signature=rZfTqG2CHcNkv5WbmyKk8RG6HB4%3D", "information_creator": 10000, "create_time": "2020-02-17 10:02:46", "type_desc": "视频", "source_id": "来源ID", "source_name": "来源名称", "issue_data": "发布时间", "chs_text": "标题翻译", "paragraph_desc": "描述信息", "type_id": "语言类型(1为中文,2为英文)" } ] }