获取表情包列表
URL: http://apiwjjtest.cnlive.com/Daren/section/getSectionList.action
请求方式: HTTP GET
请求参数说明:
| 参数名 | 参数类型 | 必选 | 参数说明 |
|---|
返回格式: JSON
返回格式样例:
{
"data": {
"sections": [
{
"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": "成功"
}