简要描述:
- 奖金明细列表
请求URL:
POST:一级域名/wapstore/addons/execute/addons/store/controller/wapstore/action/storeCommissionList
参数:
参数名 | 是否必须 | 类型 | 说明 |
---|
返回示例:
正确时返回:
{
"data": {
"data": [
{
"id": 16,
"balance": "130.00",
"add_time_str": "2021-07-16 14:28:32",
"text": "tim门店收银",
"status": 1,
"account_type": 1,
"money": "10.00"
},
{
"id": 15,
"balance": "120.00",
"add_time_str": "2021-07-16 14:27:04",
"text": "tim门店收银",
"status": 1,
"account_type": 1,
"money": "10.00"
},
{
"id": 14,
"balance": "110.00",
"add_time_str": "2021-07-16 14:26:57",
"text": "tim门店收银",
"status": 1,
"account_type": 1,
"money": "10.00"
},
{
"id": 13,
"balance": "100.00",
"add_time_str": "2021-07-16 14:26:49",
"text": "tim订单核销",
"status": 1,
"account_type": 1,
"money": "100.00"
}
],
"total_count": 4,
"page_count": 1,
"page_index": 1
},
"code": 0
}
错误时返回:
{
"code": -1,
"message": "系统繁忙"
}
返回参数说明:
参数名 | 类型 | 说明 | |
---|---|---|---|
id | int | 记录id | |
balance | string | 可用奖金 | |
add_time_str | string | 添加时间 | |
text | string | 记录文案 | |
money | string | 本记录金额 | |
total_count | int | 记录总数 | |
page_count | int | 总页数 | |
page_index | int | 当前页数 | |
account_type | int | 1普通流水 2提现流水 | |
status | int | 1待审核 2已审核待打款 3处理中 3已打款 -1拒绝审核 -2拒绝打款 -3打款失败 |