文档
测试

视频首页

POST
http://192.168.1.221/member/api.users/videoPage

接口描述

John

请求参数

参数名
类型
描述
必填
id
int
文章id
必填
apitoken
string
必填

响应参数

参数名
类型
描述
必填
id
int
文章id
必填
title
string
标题
必填
content
string
内容
必填
video
string
视频
必填
topic
string
话题
必填
nick_name
string
昵称
必填
headimgurl
string
头像
必填
is_goods
int
0没有商品橱窗 1有商品橱窗
必填
topic_id
int
话题id
必填
create_time
string
发布时间
必填
comment_count
int
评论数
必填
share_num
int
转发次数
必填
is_col
1已收藏
必填
is_goods
1有带商品
必填
zan_num
点赞数
必填
is_zan
1已点赞
必填
col_num
收藏数量
必填

说明 / 示例

``` { "code": 1, "msg": "success", "data": { "list": { "id": 1, "title": "啦啦啦", "content": "很好", "video": "https://www.runoob.com/try/demo_source/movie.mp4", "topic": "话题啊", "topic_id": 3, "create_time": "2021/03/23", "share_num": 1, "zan_num": 0, "goods_id": "101,102", "nick_name": "冰淇淋", "headimgurl": "https://thirdwx.qlogo.cn/mmopen/vi_32/ZYXObn200flV108Xl8icFKl6iaN9Wic6GXqv2cKd6Ya28wFw9picK6KllnaIgLibhicuHu3VoN3VGwTsBOoj4fyd6zJA/132", "comment_count": 2, "is_col": 0, "is_zan": 1, "col_num": 0, "is_goods": 1 } } } ```