多应用+插件架构,代码干净,二开方便,首家独创一键云编译技术,文档视频完善,免费商用码云13.8K 广告
# header头加入token ~~~[api] post:/api/merchant/Brands/printerType *string:brand_id=默认值 #品牌id <<< success { "code": 0, "msg": "获取成功", "data": [ { "linkdata_new": [ { "id": "2", "title": "WiFi" }, { "id": "3", "title": "LAN" }, { "id": "5", "title": "USB" } ], "id": 4, "version": "ceshi-1", "yunswitch": 0 } ] } <<< error { "code": -1, "msg": "暂无型号", "data": null } ~~~ **返回信息** | 参数 | 参数类型 | 必须 | 说明| | ----------- | ----------- | ------------ | --- | | version| string |true|型号名称| |id| string |true|型号序号| |yunswitch| string |true|是否云打印 1是 0否| |linkdata_new| string |true|支持的链接方式 | |id| string |true|链接id| |title| string |true|链接方式名称|