简要描述:
-佣金明细详情
请求URL:
POST:一级域名/index.php?s=/wapapi/addons/execute/addons/agent/controller/agent/action/commissionRecordDetail
参数:
参数名 | 是否必须 | 类型 | 说明 |
---|---|---|---|
id | 是 | int | 流水id |
返回示例:
正确时返回:
{
"code": 0,
"data": {
"id": 4563,
"uid": 266,
"website_id": 26,
"data_id": "20190911152145549501",
"text": "订单支付,冻结代理佣金增加",
"create_time": "2019-09-18 11:04:05",
"commission": "+0",
"from_type": 1,
"records_no": "CR1568775845857",
"msg": "",
"tax": "0.00",
"status": 3,
"balance": "4469.00",
"nick_name": "鱼的记忆",
"user_name": "欢欢",
"user_tel": "18565080281",
"user_email": "",
"user_headimg": "https://vslai-com-cn.oss-cn-hangzhou.aliyuncs.com/upload/26/avator/8935201562576649.jpeg",
"type": 0,
"type_name": "订单完成",
"change_money": "+0",
"user_info": "鱼的记忆"
}
错误时返回:
{
"code": -1,
"message": "系统繁忙"
}
返回参数说明:
参数名 | 类型 | 说明 | |
---|---|---|---|
id | int | 流水ID | |
balance | int | 当前的余额 | |
change_money | int | 最终变动的金额 | |
commission | int | 变动金额 | |
tax | int | 手续费 | |
status | string | -1和5为失败,3为成功,其余为处理中 | |
msg | string | 失败的原因 | |
text | string | 流水描述 | |
create_time | int | 创建时间 | |
user_name | string | 用户名 | |
user_headimg | 用户头像 | 创建时间 | |
records_no | string | 流水单号 | |
user_name | string | 用户名 | |
user_headimg | string | 用户头像 | |
type_name | string | 类型名称 | |
type | string | 1为提现 |