简要描述:

  • 用户登录接口

请求域名:

  • http://xx.com

请求URL:

POST/route=plugin.aggregation-cps.api.member.index

参数:

参数名 是否必须 类型 说明

返回示例:

正确时返回:

  {
  }

错误时返回:

  {
  }

返回参数说明:

参数名 参数描述 类型 说明
id 必应鸟系统里的用户ID int
area_code 国家区号 string
phone 手机号 string
name 用户昵称 string
avatar 头像 string
real_name 真实姓名 string
ali_account 支付宝账号 string
wx_account 微信号 string
recommend_code 邀请码 string
fans 粉丝数量 int
is_bind_wx 是否绑定微信 bool
dividend_amount 未提现收益 string 单位:元
total_dividend_amount 累计收益 string 单位:元
today_pre_amount 今日预估 string 单位:元
this_month_pre_amount 本月预估 string 单位:元
this_month_settle_amount 本月结算 string 单位:元
last_month_pre_amount 上月预估 string 单位:元
last_month_settle_amount 上月结算 string 单位:元

备注:

  • 更多返回错误代码请看首页的错误代码描述