暂无描述
curl --location --request POST 'http://test1.moranblog.cn/api/like_posts' \
--form 'appid="10000"' \
--form 'postid="1"' \
--form 'usertoken="899ee73345d7a37785fd1e479f7178caf45e2a84"'
{
"code": 1,
"msg": "点赞成功",
"data": {
"thumbs_count": 1
},
"timestamp": 1690281556
}