文档
测试

视频详情

POST
http://127.0.0.1:2030/app_api/works/details

请求头

参数名
类型
描述
必填
xj-token
string
示例:
必填

请求参数

参数名
类型
描述
必填
works_id
int
示例:1
必填

响应参数

参数名
类型
描述
必填
code
int
示例:0
必填
msg
string
示例:
必填
data
object
数据字典
必填
id
int
示例:1
必填
uuid
string
示例:60ee559d9dad850001bf5956
必填
user_id
int
示例:2
必填
poster
object
示例:null
必填
content
string
示例:专业生产厂家,质量保证,量大从优羽绒服内胆布,高品质,厂家直销,价格优惠,质量保证!
必填
url
string
示例:https://oss.xiaojusmart.com/TEST/20211104/V1938151006469.mp4
必填
play_num
int
示例:14
必填
zan_num
int
示例:2
必填
comment_num
int
示例:1
必填
collect_num
int
示例:3
必填
forward_num
int
示例:0
必填
own_zan
int
示例:0
必填
own_comment
int
示例:0
必填
own_collect
int
示例:0
必填
own_forward
int
示例:1
必填
own_attention
int
示例:0
必填
user
object
数据字典
必填
id
int
示例:2
必填
headimg
string
示例:/static/m_3.png
必填
username
string
示例:彩欧纺织科技
必填
truename
string
示例:龙杰
必填
tel
string
示例:17822221111
必填

返回示例

```language { "code": 0, "msg": "", "data": { "id": 1, "uuid": "60ee559d9dad850001bf5956", "user_id": 2, "poster": null, "content": "专业生产厂家,质量保证,量大从优羽绒服内胆布,高品质,厂家直销,价格优惠,质量保证!", "url": "https://oss.xiaojusmart.com/TEST/20211104/V1938151006469.mp4", "play_num": 14, "zan_num": 2, "comment_num": 1, "collect_num": 3, "forward_num": 0, "own_zan": 0, "own_comment": 0, "own_collect": 0, "own_forward": 1, "own_attention": 0, "user": { "id": 2, "headimg": "/static/m_3.png", "username": "彩欧纺织科技", "truename": "龙杰", "tel": "17822221111" } } } ```