🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
# header头加入token ~~~[api] post:/api/merchant/Brands/equipmentType *string:brand_id=默认值 #品牌id <<< success { "code": 0, "msg": "获取成功", "data": [ { "version": "1", "id": 2 }, { "version": "ceshi1", "id": 6 } ] } <<< error { "code": -1, "msg": "暂无型号", "data": null } ~~~ **返回信息** | 参数 | 参数类型 | 必须 | 说明| | ----------- | ----------- | ------------ | --- | | version| string |true|型号名称| |id| string |true|型号序号|