文档
测试

添加品牌

POST
http://localhost:8080/api/product/brand/add

请求参数

参数名
类型
描述
必填
name
string
示例:华为
必填
logo
string
示例:无
必填
description
string
示例:华为
必填

说明 / 示例

发送数据: ~~~ { "name": "华为", "logo": "无", "description": "华为" } ~~~ 返回数据: ~~~ { "msg": "添加成功!", "code": 0 } ~~~