wqsmile / blog-backend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

// 点赞
{
  id: '博客id',
  like: true | false
}
// 评论 comments
[
  {
    time: '时间戳',
    username,
    profile,
    comment: '',
    // children: [
    //   {
    //     time: '时间戳',
    //     username,
    //     profile,
    //     comment: '',
    //     children: []
    //   }
    // ]
  },
  {
    time: '时间戳',
    username,
    profile,
    comment: '',
    // children: []
  }
]

About


Languages

Language:JavaScript 100.0%