Skip to content

Latest commit

 

History

History
44 lines (33 loc) · 536 Bytes

sticker.list.md

File metadata and controls

44 lines (33 loc) · 536 Bytes

sticker.list

返回当前用户的自定义 sticker 列表

请求方式

GET {base_url}/sticker.list

请求参数

需要登录

响应

200

[
  {
    "pack": "黑白熊静态",
    "stickers": [
      {
        "url": "https://dn-bearychat.qbox.me/sticker-gif-20.gif",
        "name": "累",
        "width": 240,
        "height": 240
      }
    ]
  }
]

错误响应

{
  "code": // error code,
  "error": "unexpected error"
}