文档
测试

获取关注动态列表

POST
/api/mc/dynamic/getAttentionDynamic

请求头

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

请求参数

参数名
类型
描述
必填
page
int
分页
必填

响应参数

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

说明 / 示例

{ "code": 1, "msg": "成功", "data": [ { "id": 22, "uid": 102035, "title": "今天喝奶茶了嗎?👗", "video_thumb": "", "href": "", "city": "高雄市", "voice": "", "length": 0, "likes": 0, "comments": 0, "type": 1, "thumbs": [ "http://img-qn-hn.milamobile.com/android_102035_20210106_152240_8191006.jpg" ], "isattention": "1", "userinfo": { "id": 102035, "user_nickname": "小笑笑", "avatar": "http://img-qn-hn.milamobile.com/anchor/102035-1.jpg", "avatar_thumb": "http://img-qn-hn.milamobile.com/anchor/102035-1.jpg", "sex": 2 } }, { "id": 23, "uid": 102035, "title": "招對象", "video_thumb": "http://img-qn-hn.milamobile.com/android_102035_20210106_152823_3108399.jpg", "href": "http://img-qn-hn.milamobile.com/android_102035_20210106_152821_7808021.mp4", "city": "高雄市", "voice": "", "length": 0, "likes": 0, "comments": 0, "type": 2, "thumbs": [], "isattention": "1", "userinfo": { "id": 102035, "user_nickname": "小笑笑", "avatar": "http://img-qn-hn.milamobile.com/anchor/102035-1.jpg", "avatar_thumb": "http://img-qn-hn.milamobile.com/anchor/102035-1.jpg", "sex": 2 } }, { "id": 29, "uid": 102041, "title": "有人一起去跑步🏃嗎?", "video_thumb": "", "href": "", "city": "臺北市", "voice": "", "length": 0, "likes": 0, "comments": 0, "type": 1, "thumbs": [ "http://img-qn-hn.milamobile.com/android_102041_20210106_201946_056418.jpg" ], "isattention": "1", "userinfo": { "id": 102041, "user_nickname": "Monica", "avatar": "http://img-qn-hn.milamobile.com/anchor/102041.jpg", "avatar_thumb": "http://img-qn-hn.milamobile.com/anchor/102041.jpg", "sex": 2 } }, { "id": 30, "uid": 102041, "title": "今晚參加派對,有一起的小夥伴嗎?🍸", "video_thumb": "", "href": "", "city": "火星", "voice": "", "length": 0, "likes": 0, "comments": 0, "type": 1, "thumbs": [ "http://img-qn-hn.milamobile.com/android_102041_20210113_103350_4956746.jpg", "http://img-qn-hn.milamobile.com/android_102041_20210113_103351_4709658.jpg", "http://img-qn-hn.milamobile.com/android_102041_20210113_103351_9801657.jpg" ], "isattention": "1", "userinfo": { "id": 102041, "user_nickname": "Monica", "avatar": "http://img-qn-hn.milamobile.com/anchor/102041.jpg", "avatar_thumb": "http://img-qn-hn.milamobile.com/anchor/102041.jpg", "sex": 2 } }, { "id": 31, "uid": 102041, "title": "出發去派對啦!", "video_thumb": "", "href": "", "city": "火星", "voice": "", "length": 0, "likes": 0, "comments": 0, "type": 0, "thumbs": [], "isattention": "1", "userinfo": { "id": 102041, "user_nickname": "Monica", "avatar": "http://img-qn-hn.milamobile.com/anchor/102041.jpg", "avatar_thumb": "http://img-qn-hn.milamobile.com/anchor/102041.jpg", "sex": 2 } } ] }