文档
测试

我的页面TAB栏切换

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

请求头

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

请求参数

必填
参数名
类型
描述
必填
type
int
示例:2

响应参数

必填
参数名
类型
描述
必填
code
int
示例:0
必填
msg
string
示例:
必填
data
object
数据字典
必填
count
int
示例:1
必填
totalPages
int
示例:1
必填
pageSize
int
示例:20
必填
currentPage
int
示例:1
必填
data
array
数据列表
必填
id
int
示例:1
必填
uuid
string
示例:60ee559d9dad850001bf5956
必填
poster
object
示例:null
必填
icon
string
示例:/static/m_3.png
必填
content
string
示例:专业生产厂家,质量保证,量大从优羽绒服内胆布,高品质,厂家直销,价格优惠,质量保证!
必填
url
string
示例:https://oss.xiaojusmart.com/TEST/20211104/V1938151006469.mp4
必填
play_num
int
示例:1
必填
zan_num
int
示例:1

返回示例

```language { "code": 0, "msg": "", "data": { "count": 1, "totalPages": 1, "pageSize": 20, "currentPage": 1, "data": [ { "id": 1, "uuid": "60ee559d9dad850001bf5956", "poster": null, "icon": "/static/m_3.png", "content": "专业生产厂家,质量保证,量大从优羽绒服内胆布,高品质,厂家直销,价格优惠,质量保证!", "url": "https://oss.xiaojusmart.com/TEST/20211104/V1938151006469.mp4", "play_num": 1, "zan_num": 1 } ] } } ```