描述
示例: nv_insert_comment(args)
功能: 插入评论
参数
args
(Object) (Required)
评论参数
post_id
(Int) (Required)
文章ID
user_id
(Int) (Optional)
用户ID(若是已注册用户)
parent
(Int) (Optional)
父评论ID(若为回复)
name
(String) (Optional)
访客昵称
email
(String) (Optional)
访客邮箱
url
(String) (Optional)
访客站点网址
date
(Int) (Optional)
评论提交时间戳
status
(String) (Optional)
评论状态(publish、spam、pending)
content
(String) (Optional)
评论内容
返回
(Object)
返回示例
{
id: 59, //评论ID
...args // 添加评论的其它参数
}