简要描述:
- 用户登录接口
请求域名:
- http://xx.com
请求URL:
POST/plugin.scoring-dividend.api.scoring-dividend.dividend-record
参数:
| 参数名 | 是否必须 | 类型 | 说明 |
|---|---|---|---|
| page | 否 | int | 页数 |
| type | 是 | int | 类型 1:分红佣金;2:店补;3:感恩奖 |
返回示例:
正确时返回:
{
level_name: null
create_month: null
created_at: null
deleted_at: null
dividend_amount: "100.00"
dividend_rate: null
hierarchy: null
id: 1
member_id: 1
scoring_amount: "100.00"
scoring_sn: null
settle_days: null
statement_at: null
status: 0
type: 1
uniacid: 3
updated_at: null
}
}
错误时返回:
{
"errcode": 500,
"errmsg": "invalid appid"
}
返回参数说明:
| 参数名 | 类型 | 说明 |
|---|---|---|
| buy_member[has_one_member][avatar_image] | string | 会员头像 |
| buy_member[has_one_member][nickname] | string | 会员昵称 |
| buy_member[level][level_name] | string | 会员等级 |
| scoring_amount | int(11) | 计分金额 |
| type | int(10) | 1:分红佣金 2: 店补 3:感恩奖 |
| scoring_amount | int(10) | 计分金额 |
| dividend_amount | int(10) | 分红金额 |
| created_at | int(10) | 时间 |
| dividend_rate | int(10) | 分红比例 |
| created_at | int(10) | 时间 |
备注:
- 更多返回错误代码请看首页的错误代码描述