## 發布評論
~~~[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
~~~