收藏

事件类别:favorite

  • favorite[* Object Favorite]:收藏信息
    • favorite_id[* String]:收藏对象 ID
    • favorite_type[String]:收藏对象类型,枚举值
      • merchandise:商品
      • feed:动态
      • article:文章
      • comment:评论
      • other:其它
    • author_account_id[String]:收藏内容作者账户 ID ,收藏对象为商品等非作者(账户)发起形式时为空
{
    "favorite": {
        "favorite_id": "NHDKDOMO837",
        "favorite_type": "feed",
        "author_account_id": "123456"
    }
}