文档
测试

獲取禮物列表(IM,直播間)

POST
/api/mc/gift/getGiftList

请求头

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

响应参数

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

说明 / 示例

```json { "code": 1, "msg": "成功", "data": [ { "id": 101, "type": 1, "name": "聖誕快樂", "needcoin": 10, "thumb": "http://img-qn-hn.milamobile.com/FgaplEjhEoiXzse-RbQmDgP-UVRu.png", "swftype": 1, "swf": "http://image.milamobile.com/FkCDxF2m_An6p1BVkkbHSZ_YuTY5.svga" }, { "id": 100, "type": 1, "name": "生日快樂", "needcoin": 1, "thumb": "http://img-qn-hn.milamobile.com/FgG1n0Ns5SWL6qtdcfL4bKhLst3B.png", "swftype": 1, "swf": "http://image.milamobile.com/Fk_uC6-dE9uJwzXrWD6cbdzA_xBU.svga" }, { "id": 99, "type": 1, "name": "摩天輪", "needcoin": 100, "thumb": "http://img-qn-hn.milamobile.com/FhsapAUNU6RUoUH40ksSc2vlg4sV.png", "swftype": 1, "swf": "http://image.milamobile.com/Fsn4R3AV7L7BM5wiLVfd10p9G9DM.svga" }, { "id": 98, "type": 1, "name": "點贊", "needcoin": 100, "thumb": "http://img-qn-hn.milamobile.com/FnWZhfWoev9bmt_rZMhUo5UuYYqy.png", "swftype": 1, "swf": "http://image.milamobile.com/FmXC1Ugq_0rrBUdIazqViANWRrFe.svga" }, { "id": 97, "type": 1, "name": "真愛跑車", "needcoin": 100, "thumb": "http://img-qn-hn.milamobile.com/FuvQzMMELgNT6IfHgKIzo2Z1mqhD.png", "swftype": 1, "swf": "http://image.milamobile.com/FkLVIYcfKqNW4v9Iz4CNvvQVbi_Y.svga" }, { "id": 96, "type": 1, "name": "心心相伴", "needcoin": 100, "thumb": "http://image.milamobile.com/FkizU0ZNjr5rWxSyF1177UFA7vS5.png", "swftype": 1, "swf": "http://image.milamobile.com/Fr59bJXDLMZ2QMSXOcGdgw-gFdF1.svga" } ] } ```