企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持知识库和私有化部署方案 广告
# header头加入token ~~~[api] post:/api/merchant/equipment/cashInfo *string:id=默认值 #设备id <<< success { "code": 0, "msg": "获取成功", "data": { "name": "我测试下", "sn": "54654654654treee", "group_id": 9, "id": 7, "companyname": "周口大食堂", "brand_name": "佳能", "brand_id": 2, "version": "ceshi1", "equipment_id": 6, "status": 1 } } <<< error { "code": -1, "msg": "信息有误", "data": null } ~~~ **返回信息** | 参数 | 参数类型 | 必须 | 说明| | ----------- | ----------- | ------------ | --- | | name| string |true|设备名称| |id| string |true|设备序号| |sn| string |true|sn号| |group_id| string |true|门店id| |companyname| string |true|门店名称| |brand_name| string |true|品牌名称| |brand_id| string |true|品牌id| |version| string |true|型号名称| |equipment_id| string |true|型号id| |status| string |true|设备状态 1正常 2 禁用|