文档
测试

主播 - 獲取自己的視頻庫所有視頻

POST
/api/mc/video/myVideo

请求头

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

响应参数

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

说明 / 示例

```json { "code": 1, "msg": "成功", "data": [ { "id": 65, "uid": 102035, "thumb": "http://img-qn-hn.milamobile.com/android_102035_20210106_151139_0672167.jpg", "views": 5, "status": 1, "isprivate": 1, "coin": 10, "reason": "", "thumb_s": "http://img-qn-hn.milamobile.com/android_102035_20210106_151139_0672167.jpg?imageView2/1/w/200/h/300" }, { "id": 64, "uid": 102035, "thumb": "http://img-qn-hn.milamobile.com/android_102035_20210106_151128_2273769.jpg", "views": 3, "status": 1, "isprivate": 0, "coin": 0, "reason": "", "thumb_s": "http://img-qn-hn.milamobile.com/android_102035_20210106_151128_2273769.jpg?imageView2/1/w/200/h/300" }, { "id": 63, "uid": 102035, "thumb": "http://img-qn-hn.milamobile.com/android_102035_20210106_151116_1632904.jpg", "views": 3, "status": 1, "isprivate": 0, "coin": 0, "reason": "", "thumb_s": "http://img-qn-hn.milamobile.com/android_102035_20210106_151116_1632904.jpg?imageView2/1/w/200/h/300" }, { "id": 62, "uid": 102035, "thumb": "http://img-qn-hn.milamobile.com/android_102035_20210106_151102_1935040.jpg", "views": 0, "status": 1, "isprivate": 0, "coin": 0, "reason": "", "thumb_s": "http://img-qn-hn.milamobile.com/android_102035_20210106_151102_1935040.jpg?imageView2/1/w/200/h/300" }, { "id": 61, "uid": 102035, "thumb": "http://img-qn-hn.milamobile.com/android_102035_20210106_151048_3803232.jpg", "views": 3, "status": 1, "isprivate": 0, "coin": 0, "reason": "", "thumb_s": "http://img-qn-hn.milamobile.com/android_102035_20210106_151048_3803232.jpg?imageView2/1/w/200/h/300" }, { "id": 60, "uid": 102035, "thumb": "http://img-qn-hn.milamobile.com/android_102035_20210106_151035_4749434.jpg", "views": 0, "status": 1, "isprivate": 0, "coin": 0, "reason": "", "thumb_s": "http://img-qn-hn.milamobile.com/android_102035_20210106_151035_4749434.jpg?imageView2/1/w/200/h/300" }, { "id": 59, "uid": 102035, "thumb": "http://img-qn-hn.milamobile.com/android_102035_20210106_151014_9856768.jpg", "views": 5, "status": 1, "isprivate": 0, "coin": 0, "reason": "", "thumb_s": "http://img-qn-hn.milamobile.com/android_102035_20210106_151014_9856768.jpg?imageView2/1/w/200/h/300" } ] } ```