文档
测试

大师视频详情

POST
/master/master/videoDetail

接口描述

大师视频详情

请求参数

参数名
类型
描述
必填
id
int
视频id
必填

响应参数

参数名
类型
描述
必填
id
int
视频id
必填
title
string
视频标题
必填
picture
string
视频封面
必填
video_url
string
视频地址
必填
abstracts
string
视频描述
必填
master_id
int
大师id
必填
masterInfo
arr
大师信息
必填
name
string
大师名称
必填
picture
string
大师头像
必填
fabulous_num
int
点赞数
必填
browse_num
int
浏览数
必填
message_num
int
评论数
必填
proportion
int
0横屏 1竖屏
必填
check_status
int
审核状态 0未审核 1已审核 2审核拒绝
必填
divination_name
string
关联玩法名字
必填
service_name
string
关联服务名字
必填
divination_id
int
关联玩法id
必填
service_id
int
关联服务id
必填

说明 / 示例

``` { "status": 1, "data": { "id": 63, "title": ",咯", "picture": "https://zbtxzb.oss-cn-beijing.aliyuncs.com/videoCover/1636180552499_1427.jpg", "video_url": "https://zbtxzb.oss-cn-beijing.aliyuncs.com/videoCover/1636180552512_1001.MP4", "abstracts": ",啦啦", "add_time": "1636180553", "update_time": "", "utype": 0, "uid": 75, "sort": 0, "status": 1, "browse_num": 0, "check_status": 1, "check_admin": 8, "check_remark": "", "check_time": "1636181698", "topic_id": 0, "keyword": "", "proportion": 1, "viewing_rights": 0, "check_data": 0, "is_delete": 0, "divination_id": 0, "service_id": 0, "masterInfo": { "master_id": 75, "name": "哈喽喽", "master_avatar": "http://api.ybdas.com/avatar/master/nan_4.png", "fans_num": 0 }, "praise_number": 1, "praise_state": 1, "comment_number": 5, "divination_name": "", "service_name": "" }, "message": "成功", "code": 0 } ```