编号校验✅
GET
/api/v1/device/check/{deviceNumber}编号校验
请求参数
Path 参数
deviceNumber
string
设备编号
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
integer
必需
message
string
必需
data
object
必需
is_available
boolean
是否可用
true可用
示例
{
"code": 200,
"message": "设备编号可用",
"data": {
"is_available": true
}
}
最后修改时间: 1 年前