文档
测试

修改密码线

POST
http://192.168.0.148:3000/wired/detail

接口描述

查看密码线详情

请求头

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

请求参数

参数名
类型
描述
必填
id
int
序列号
必填

响应参数

参数名
类型
描述
必填
code
int
示例:1
必填
data
object
数据字典
必填
id
int
序列号示例 :20
必填
device_id
string
设备id 示例:1912111432
必填
code
string
设备二维码 示例:wd1912111432
必填
agency_id
int
代理商id 示例:0
必填
employee_id
int
业务员id 示例:0
必填
sid
int
商户id 示例:0
必填
password
object
密码 示例:null
必填
password_index
int
密码游标 示例:9
必填
reset_code
object
复位码 示例:null
必填
status
int
状态 示例:1
必填
use_num
int
使用次数 示例:0
必填
type
string
密码线设备类型 示例:zzx
必填
not_delete
int
是否删除 示例:是否 删除:0是 1否
必填
create_time
int
创建时间 示例:1607344968
必填
update_time
int
更新时间 示例:1607347869
必填
agency_name
string
代理商名称 示例:
必填
seller_name
string
商户名称 示例:
必填
msg
string
示例:密码线详情
必填

说明 / 示例

{ "code": 1, "data": { "id": 20, "device_id": "1912111432", "code": "wd1912111432", "agency_id": 0, "employee_id": 0, "sid": 0, "password": null, "password_index": 9, "reset_code": null, "status": 1, "use_num": 0, "type": "zzx", "not_delete": 1, "create_time": 1607344968, "update_time": 1607347869, "agency_name": "", "seller_name": "" }, "msg": "密码线详情" }