暂无描述
curl --location --request POST 'http://test1.moranblog.cn/api/post_comment' \
--form 'appid="10000"' \
--form 'usertoken="291efcbadf9ef4e3e1f911e18de287c68940e384"' \
--form 'postid="1"' \
--form 'content="测试"' \
--form 'parentid="0"'
{
"code": 1,
"msg": "评论成功",
"data": [],
"timestamp": 1685671308
}