简要描述:

  • 分红记录接口

请求域名:

  • http://test.yunzshop.com

请求URL:

POST: plugin.shareholder-dividend.api.shareholder.get-shareholder-log

参数:

参数名 是否必须 类型 说明
i int 店铺ID

返回示例:

正确时返回:

{
result: 1,
msg: "成功",
data: {
id: 2,
uniacid: "6",
member_id: "7",
order_amount: "1000.00",
rate: "10.00",
team_level: "5",
team_level_name: "444444",
level_num: "2",
amount: "50.00",
created_at: "2017-08-29 17:14:52",
updated_at: "2017-08-29 17:14:52",
deleted_at: null
}
}

错误时返回:

{
    "result":0,
    "msg":"未检测到数据!",
    "data": {
    }
}

返回参数说明:

参数名 类型 说明
id int 分红ID
amount float 分红金额
created_at string 分红时间

备注:

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