多应用+插件架构,代码干净,二开方便,首家独创一键云编译技术,文档视频完善,免费商用码云13.8K 广告
# 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|品牌序号|