简要描述:

  • 原型:提成页面(连锁店) 有分页

请求URL:

GET/plugin.store-cashier.frontend.store.balance.award.boss
参数名 是否必须 类型 说明

返回示例:

正确时返回:

{
     "result": 1,
     "msg": "ok",
     "data": {
          "statistic": {
               "order_count": 1,
               "amount_total": "80.00"
          },
          "list": {
               "current_page": 1,
               "data": [
                    {
                         "sn": "SH20210816174207KB",
                         "amount": "80.00",
                         "status": 2,
                         "status_name": "已分账",
                         "store_type_name": "连锁店"
                    }
               ],
               "first_page_url": "http://mdzz.com/addons/yun_shop/api.php?page=1",
               "from": 1,
               "last_page": 1,
               "last_page_url": "http://mdzz.com/addons/yun_shop/api.php?page=1",
               "next_page_url": null,
               "path": "http://mdzz.com/addons/yun_shop/api.php",
               "per_page": 15,
               "prev_page_url": null,
               "to": 1,
               "total": 1
          }
     }
}

返回参数说明:

参数名 类型 说明
statistic arr 数据统计数组
statistic->order_count int 订单数
statistic->amount_total float 收入
list arr 提成数组
list->data->sn str 订单号
list->data->amount float 提成金额
list->data->status_name str 状态