文档
测试
GET
{{host}}/api/ynl-unit/my-dryer/{assetId}

接口描述

{{host}}/api/ynl-unit/my-dryer/49619

说明 / 示例

{ "title": "烘干设备详情", "content": [ { "label": "名称", "field": "name", "value": "北区烘干房", "type": "text", "extends": [] }, { "label": "类型", "field": "type", "value": "烘干房", "type": "text", "extends": [] }, { "label": "编码", "field": "code", "value": "22101", "type": "text", "extends": [] }, { "label": "描述", "field": "description", "value": "蘑菇烘干", "type": "text", "extends": [] }, { "label": "烘干批处理量", "field": "pichuliliang", "value": "3", "type": "text", "extends": { "tip": "吨" } }, { "label": "烘干产品类型", "field": "hongganleixing", "value": "食用菌", "type": "text", "extends": { "tip": null } } ] }