item_save.md 533 B

POST /item

  • method: POST
  • version: v1.0
  • describe: 修改商品信息
参数说明
name type null desc
id int yes id
code string no 编码
name string no 名称
costPrice double yes 进价
salePrice double yes 渠道价
digest string yes 描述
tags array yes 标签名数组
priceArr array yes 价格数组
state int yes 状态
结果示例
{
  "code": "0000"
  "message": "",
}