Files
molly-multi-tenant/server/REST API/设备管理API.http
2024-08-05 11:22:42 +08:00

37 lines
839 B
HTTP

###
GET {{baseUrl}}/cms/device/aa
Content-Type: application/json
x-tenant-id: {{tenantId}}
x-project-id: {{projectId}}
Authorization: Bearer {{tokenValue}}
###
GET {{baseUrl}}/cms/device/query?includeCauu=false&orderByColumns=createUser,lastUpdateTime,deviceId
Content-Type: application/json
x-tenant-id: {{tenantId}}
x-project-id: {{projectId}}
Authorization: Bearer {{tokenValue}}
###
GET {{baseUrl}}/cms/device/list?includeCauu=true
Content-Type: application/json
x-tenant-id: {{tenantId}}
x-project-id: {{projectId}}
Authorization: Bearer {{tokenValue}}
###
POST {{baseUrl}}/cms/device
Content-Type: application/json
x-tenant-id: {{tenantId}}
x-project-id: {{projectId}}
Authorization: Bearer {{tokenValue}}
{
"deviceName": "213",
"status": "0"
}