数据类型:Favorite
字段 | 类型 | 含义 | 建议 | 备注 |
---|---|---|---|---|
favorite_id | String | 收藏对象 ID | 条件必须:收藏场景下必须 | |
favorite_type | String | 收藏对象类型 | 强烈建议 | 枚举值: merchandise:商品 feed:动态 article:文章 comment:评论 other:其它 |
author_account_id | String | 收藏内容作者账户 ID | 条件必须:收藏对象是由作者(账户)发起时必须 | 收藏对象为商品等非作者(账户)发起形式时为空 |
{
"favorite_id": "NHDKDOMO837",
"favorite_type": "feed",
"author_account_id": "123456"
}