# Description

提供粉丝基本信息的查询。

# Scene

待完善....

# 接口路径

  • version: 0.0.1
  • https Request Methods: post
  • url:/v1/follower/detail,如:https://alpha-engage.gridsumdissector.com/open-api/wechat/v1/follower/detail

# 请求参数

Name Type Description
profileId String

租户id

userId String

登录的用户id

data Object
data.id String

id

如:

{
    "profileId": "",
    "userId": "",
    "data": {
        "id": "followerId1", 
    }
}

# 响应参数

Name Type Description
errorCode Number

错误码(0表示成功)

errorMessage String

错误信息

traceId String

追踪id

data Object
data.id String

id 主键

data.openid String

粉丝openid

data.status String

状态 unsubscribed:取关、 subscribed:关注, visitor:游客

data.name String

名称

data.gender String

性别 male:男 female:女 unknown:未知

data.city String

城市

data.country String

国家

data.province String

省份

data.avatar String

头像

data.unionId String

平台账号下的唯一识别

data.alias String

备注、别名