Page History

Getsectiondetail

Last edited by 郑超

返回

获取单个表情包


URL: http://apiwjjtest.cnlive.com/Daren/section/getSectionDetail.action


请求方式: HTTP GET


请求参数说明:

参数名 参数类型 必选 参数说明
sectionId String true 表情包Id

返回格式: JSON


返回格式样例:

{
    "data":{
        "section":{
            "id":1,
            "downloadUrl":"https://wjj.ys1.cnliveimg.com/769/emoticon/archive/section0.zip",
            "title":"熊猫萌萌",
            "desc":"",
            "coverPic":"https://wjj.ys1.cnliveimg.com/769/emoticon/png/section0_left0.png"
        }
    },
    "errorCode":"0",
    "errorMessage":"成功"
}