评论

事件类别:comment

  • comment[* Object Comment]:评论信息
    • comment_id[* String]:评论对象 ID
    • comment_type[String]:评论对象类型,枚举值
      • merchandise:商品
      • feed:动态
      • article:文章
      • comment:评论
      • other:其它
    • author_account_id[String]:评论内容作者账户 ID ,评论对象为商品等非作者(账户)发起形式时为空
    • comment_text[String]:评论文字内容
    • comment_images[Array String]:图片 URL 数组
{
    "comment": {
        "comment_id": "NHDKDOMO837",
        "comment_type": "feed",
        "author_account_id": "123456",
        "comment_text": "Good",
        "comment_images": [
            "https://tdfeed.com/a.jpg"
        ]
    }
}