获取机器码列表
POST
/open/userMachineCode/machineCodeList请求参数
Header 参数
access-key
string
访问令牌
示例值:
21177087e2b5486392bdacd8211785b7
Body 参数application/json
current
integer
当前页码
pageSize
integer
每页大小
示例
{
"current": 1,
"pageSize": 10
}
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
integer
响应编码
msg
string
响应说明
data
object
响应内容
pageNum
integer
当前页
pageSize
integer
每页大小
total
string
总条数
pages
integer
总页数
list
array [object {4}]
机器码内容
示例
{
"code": 200,
"msg": "执行成功",
"data": {
"pageNum": 1,
"pageSize": 20,
"total": "3",
"pages": 1,
"list": [
{
"id": "1",
"machineCode": "318******fdf",
"status": 2,
"lastDay": "2024-12-28"
},
{
"id": "2",
"machineCode": "500******3e4",
"status": 1,
"lastDay": "2024-03-02"
},
{
"id": "3",
"machineCode": "000******07e",
"status": 0,
"lastDay": "1990-01-01"
}
]
}
}
最后修改时间: 9 个月前