文档
测试

密码线列表

POST
http://192.168.0.148:3000/wired/index

接口描述

查看密码线的设备列表

请求头

参数名
类型
描述
必填
code
string
示例:识别码
必填

请求参数

参数名
类型
描述
必填
agency_id
int
代理商id
必填
code
string
密文
必填
device_id
string
设备id
必填
employee_id
int
业务员id
必填
page_size
int
页面大小
必填
sid
int
商户id
必填

响应参数

参数名
类型
描述
必填
code
int
示例:1
必填
data
object
数据字典
必填
total
int
统计数量 示例:4
必填
list
array
数据列表
必填
id
int
列表id 示例:19
必填
device_id
string
设备id 示例:1912111404
必填
code
string
二维码号 示例:wd1912111404
必填
agency_id
int
代理商id 示例:50
必填
employee_id
int
业务员id 示例:0
必填
sid
int
商户id 示例:0
必填
password
string
密码 示例:212211
必填
password_index
int
密码线游标 示例 :1
必填
reset_code
object
复位码 示例:null
必填
status
int
状态码 示例:1
必填
use_num
int
使用次数 示例:6
必填
type
string
密码线设备类型 示例:zzx
必填
not_delete
int
是否删除 示例:1
必填
create_time
int
简历时间 示例:1607045829
必填
update_time
int
更新时间 示例:1607047830
必填
path
object
路径 示例:null
必填
seller
object
商户 示例:null
必填
agency
string
代理商 示例:测试代理1000
必填
employee
string
业务员 示例:
必填
msg
string
示例:密码线列表
必填

说明 / 示例

{ "code": 1, "data": { "total": 4, "list": [{ "id": 19, "device_id": "1912111404", "code": "wd1912111404", "agency_id": 50, "employee_id": 0, "sid": 0, "password": "212211", "password_index": 1, "reset_code": null, "status": 1, "use_num": 6, "type": "zzx", "not_delete": 1, "create_time": 1607045829, "update_time": 1607047830, "path": null, "seller": null, "agency": "测试代理1000", "employee": "" }, { "id": 18, "device_id": "1912111403", "code": "wd1912111403", "agency_id": 50, "employee_id": 52, "sid": 5, "password": "443111", "password_index": 29, "reset_code": null, "status": 1, "use_num": 31, "type": "zzx", "not_delete": 1, "create_time": 1605508558, "update_time": 1606719651, "path": null, "seller": "商铺1011", "agency": "测试代理1000", "employee": "测试业务员1010" }, { "id": 17, "device_id": "1912111402", "code": "wd1912111402", "agency_id": 62, "employee_id": 0, "sid": 0, "password": "123111", "password_index": 23, "reset_code": null, "status": 1, "use_num": 35, "type": "zzx", "not_delete": 1, "create_time": 1605508558, "update_time": 1607048211, "path": null, "seller": null, "agency": "测试代理1100", "employee": "" }, { "id": 16, "device_id": "1912111401", "code": "wd1912111401", "agency_id": 48, "employee_id": 59, "sid": 0, "password": "311411", "password_index": 9, "reset_code": null, "status": 1, "use_num": 45, "type": "zzx", "not_delete": 1, "create_time": 1605508558, "update_time": 1607047958, "path": null, "seller": null, "agency": "测试顶级代理", "employee": "测试分成" }] }, "msg": "密码线列表" }