用户关注操作
开发中POST
/user/focus-user-actions请求参数
Body 参数application/json
first_user_id
integer
自己的用户id
second_user_id
integer
要关注的对方的用户id
action_type
integer
关注操作类型
0:关注;1:取消关注
>= 0<= 1
示例
{
"first_user_id": 0,
"second_user_id": 0,
"action_type": 0
}
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
result_code
enum<integer>
状态码
0-成功,1-失败
枚举值:
01
result_msg
string
状态信息
示例
{
"result_code": 0,
"result_msg": "in ex ut enim ullamco"
}
最后修改时间: 1 年前