文档
测试

初始热榜数据

POST
http://127.0.0.1:2030/app_api/tab/hot

响应参数

必填
参数名
类型
描述
必填
code
int
示例:0
必填
msg
string
示例:
必填
data
object
数据字典
必填
hot
array
数据列表
必填
id
int
示例:1
必填
uuid
string
示例:60ee559d9dad850001bf5956
必填
user_id
int
示例:2
必填
icon
object
示例:null
必填
play_num
int
示例:0
必填
user
object
数据字典
必填
id
int
示例:2
必填
headimg
string
示例:/static/m_3.png
必填
username
string
示例:光谷
必填
truename
string
示例:龙杰
必填
tel
string
示例:17822221111
必填
list
object
数据字典
必填
count
int
示例:1
必填
totalPages
int
示例:1
必填
pageSize
int
示例:20
必填
currentPage
int
示例:1
必填
data
array
数据列表
必填
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
示例:0
必填
zan_num
int
示例:0
必填
comment_num
int
示例:0
必填
collect_num
int
示例:0
必填
forward_num
int
示例:0
必填
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": { "hot": [ { "id": 1, "uuid": "60ee559d9dad850001bf5956", "user_id": 2, "icon": null, "play_num": 0, "user": { "id": 2, "headimg": "/static/m_3.png", "username": "光谷", "truename": "龙杰", "tel": "17822221111" } } ], "list": { "count": 1, "totalPages": 1, "pageSize": 20, "currentPage": 1, "data": [ { "id": 1, "uuid": "60ee559d9dad850001bf5956", "user_id": 2, "poster": null, "content": "专业生产厂家,质量保证,量大从优羽绒服内胆布,高品质,厂家直销,价格优惠,质量保证!", "url": "https://oss.xiaojusmart.com/TEST/20211104/V1938151006469.mp4", "play_num": 0, "zan_num": 0, "comment_num": 0, "collect_num": 0, "forward_num": 0, "own_attention": 0, "user": { "id": 2, "headimg": "/static/m_3.png", "username": "光谷", "truename": "龙杰", "tel": "17822221111" } } ] } } } ```