文档
测试

充值记录

POST
http://lsjg.com/admin/api/Device/getDeviceRecordList

请求参数

参数名
类型
描述
必填
mobile
搜索用户
必填
page
必填
pagesize
必填

响应参数

参数名
类型
描述
必填
id
充值记录id
必填
leasing_model
充值类型
必填
title
充值内容
必填
status
状态 1充值中 2已完成
必填
create_date
充值时间
必填
pay_amount
付款金额
必填
product_name
设备名称
必填
sn
序列号
必填
mac
mac
必填
mobile
用户手机号
必填

说明 / 示例

{ "status": 0, "msg": "操作成功", "datas": { "total": 4, "per_page": 10, "current_page": 1, "last_page": 1, "data": [ { "id": "135904", "leasing_model": "2", "title": "1个月", "status": "1", "create_date": "2024-09-28 16:11:33", "pay_amount": "1000.00", "product_name": "多功能动物激光治疗仪-LS04", "sn": "dfgfghfghj", "mac": "virtual:213786:521022", "mobile": "13327912879" }, { "id": "135903", "leasing_model": "2", "title": "2个月", "status": "2", "create_date": "2024-09-28 12:36:28", "pay_amount": "20.00", "product_name": "多功能动物激光治疗仪-LS04", "sn": "dfgfghfghj", "mac": "virtual:213786:521022", "mobile": "13327912879" }, { "id": "135902", "leasing_model": "2", "title": "2个月", "status": "2", "create_date": "2024-09-28 12:21:38", "pay_amount": "20.00", "product_name": "多功能动物激光治疗仪-LS04", "sn": "dfgfghfghj", "mac": "virtual:213786:521022", "mobile": "13327912879" }, { "id": "135899", "leasing_model": "1", "title": "1分钟", "status": "2", "create_date": "2024-09-27 20:45:00", "pay_amount": "10.00", "product_name": "多功能动物激光治疗仪-LS04", "sn": "dfgfghfghj", "mac": "virtual:213786:521022", "mobile": "13327912879" } ] } }