## 发布评论
~~~[api]
post:/api/v1/comment/create
*string:open_id#发布人openid(32位字符串)
int:parent_id#父级id
*target_type#目标(要评论的内容)类型
*target_id#目标(要评论的内容)id
*comment_text#评论内容
comment_image#评论图片
comment_audio#评论音频
<<<
success
{
"code":0,
"msg":"success",
"data":[]
}
<<<
error
~~~