update.md 669 Bytes

更新品牌款型系列接口

接口名: /brandSeries/update

入参


属性名称 类型 例子 说明 是否必填
id int 15 ID
seriesName string 羽绒服系列 名称
shopsId int 1 店铺id
brandId int 1 店铺id下的某个品牌id
type int 1 1:"品牌款型";2:"品牌系列"
orderBy int 1 排序值

返回

{
  "code": 200,--若失败为500
  "data": [],
  "md5": "d751713988987e9331980363e24189ce",
  "message": "success"
}