点赞操作
开发中POST
/user/like-action在文章详情页或者文章列表页进行文章的点赞操作
请求参数
Body 参数application/json
article_id
integer
文章id
action_type
integer
点赞的操作类型
0-点赞,1-取消点赞
>= 0<= 1
示例
{
"article_id": 0,
"action_type": 0
}
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
result_code
integer
状态码
0-成功,1-失败
>= 0<= 1
result_msg
string
状态信息
示例
{
"result_code": 0,
"result_msg": "elit consequat"
}
最后修改时间: 1 年前