合规国际互联网加速 OSASE为企业客户提供高速稳定SD-WAN国际加速解决方案。 广告
# header头加入token ~~~[api] post:/api/merchant/Brands/brandList <<< success { "code": 0, "msg": "获取成功", "data": [ { "brand_name": "芯烨云", "id": 1 }, { "brand_name": "佳能", "id": 2 }, { "brand_name": "旺NET", "id": 3 }, { "brand_name": "测试1", "id": 4 }, { "brand_name": "测试", "id": 5 } ] } <<< error { "code": -1, "msg": "暂无品牌", "data": null } ~~~ **返回信息** | 参数 | 参数类型 | 必须 | 说明| | ----------- | ----------- | ------------ | --- | | brand_name| string |true|品牌名称| |id| string |true|品牌序号|