文档
测试

🎦 首页视频

POST
{{host}}/api/index/Introduction

接口描述

首页介绍视频

请求参数

application/json
参数名
类型
默认
描述
必填
type
int
1
类别:1首页2ai老师3教程
必填

响应参数

application/json
参数名
类型
描述
必填
code
int
0失败、1成功、401未授权
必填
time
int
10位时间戳
必填
msg
string
消息内容
必填
data
json(object)
可能为空(null)
必填
src
string
视频地址
必填

说明 / 示例

{ "code":0, "time":1234567890, "msg":"失败", "data":null } { "code":1, "time":1234567890, "msg":"成功", "data":{ "text":"这是html文本内容" } } { "code":401, "time":1234567890, "msg":"未登录", "data":null }