简要描述:

  • 关注帖子

请求域名:

  • http://xx.com

请求URL:

POST/&route=plugin.micro-communities.api.trick.followStick

参数:

参数名 是否必须 类型 说明
trick_id int 帖子ID

返回示例:

正确时返回:

{
    "result": 1,
    "msg": "关注成功",
    "data": []
}

错误时返回:

{
    "result": 1,
    "msg": "关注失败",
    "data": []
}

返回参数说明: