文档
测试

查询视频列表

POST
http://crm.houcaller.com/htest/openapi/v1/listActVideoByType

请求参数

application/json
参数名
类型
描述
必填
type
String
类型 actThemeVideo 家庭日视频 测试数据 以CRM后台数据为准
必填

响应参数

参数名
类型
描述
必填
msg
string
示例:操作成功
必填
code
int
示例:0
必填
data
object
数据字典
必填
list
array
数据列表
必填
id
string
示例:MBOH47BJH0026
必填
title
string
示例:家庭日轮播图
必填
type
string
示例:actThemeVideo
必填
url
string
示例:assets/images/db-pos/video/121b11f6b23e437691ce3c9837486702.mp4
必填
status
string
示例:1
必填
sort
int
示例:2
必填
createTime
string
示例:2022-11-24 17:44:35
必填
createUser
string
示例:赵崚峰
必填
updateTime
object
示例:null
必填
updateUser
string
示例:
必填
lockVersion
int
示例:0
必填
remark
string
示例:31
必填

说明 / 示例

<pre>{ "msg": "操作成功", "code": 0, "data": { "list": [ { "createTime": "2022-11-24 17:44:35", "createUser": "赵崚峰", "id": "MBOH47BJH0026", "lockVersion": 0, "remark": "31", "sort": 1, "status": "1", "title": "家庭日视频", "type": "actThemeVideo", "updateTime": null, "updateUser": "", "url": "assets/images/db-pos/video/121b11f6b23e437691ce3c9837486702.mp4" } ] } }