简要描述:

  • 取消关注

请求域名:

  • http://xx.com

请求URL:

POST/&route=plugin.micro-communities.api.user.delFollow

参数:

参数名 是否必须 类型 说明
uid int 会员ID

返回示例:

正确时返回:

{
    "result": 1,
    "msg": "取消成功",
    "data": []
}

错误时返回:

{
    "result": 0,
    "msg": "取消失败",
    "data": []
}

返回参数说明: