文档
测试

获取匹配的主播

POST
/api/mc/home/getMatchAuthorList

接口描述

获取首页默认列表

请求头

参数名
类型
描述
必填
XX-Token
string
用户token
必填
XX-Device-Type
string
设备类型 android、ios
必填

请求参数

参数名
类型
描述
必填
page
int
页(可选)
必填

响应参数

参数名
类型
描述
必填
code
int
返回码
必填
msg
string
提示信息
必填
data
array
返回数据
必填

说明 / 示例

```json { "code": 1, "msg": "成功", "data": [ { "user_id": 102041, "thumb": "http://img-qn-hn.milamobile.com/anchor/102041.jpg", "birthday": 897062400, "height": "159", "weight": "45", "constellation": "處女座", "labelid": "1,8", "label": "完美身材,性感", "label_c": "#EA68A2,#D479EE", "province": "台灣", "city": "台灣", "district": "台北市", "user": { "user_nickname": "Monica", "avatar": "http://img-qn-hn.milamobile.com/anchor/102041.jpg", "sex": 2, "signature": "想找個人每天陪我吃飯(*^▽^)/★*☆", "online": 3 } } ] } ```