爆店

爆店系统接口


核销记录

[TOC]

简要描述
  • 核销记录
请求URL
  • /index/staff/record
请求方式
  • POST
参数
参数名 必选 类型 说明
staff_id int 员工ID
page int 页码数,默认1
返回示例
  {
    "code": 0,
    "data": {
      "list": [],
      "total": 1,
      "page": 1,
    }
    "msg":"",
  }
返回参数说明
参数名 类型 说明
list array 核销记录列表
total int 总页数
page int 页码数
备注
  • list【array】:

    提示

    'write_off_time' 【string】已转为字符串,例 "2022-08-01"

    其它字段

    'poster' 【string】海报

    表数据

页面列表

ITEM_HTML