### POST /item * method: POST * version: v1.0 * describe: 修改商品信息 ##### 参数说明 | name | type | null| desc | |------|:-----|:----|:----:| | id | string| yes | id | | code | string | no | 编码 | | name | string | no | 名称 | | type | string | no | 类型:COURSE, SUPPORT | | digest| string | yes | 描述 | | tagList | array | yes | 标签名数组 | | priceList | array | yes | 价格数组 | | status| string | yes | | ##### 结果示例 ``` { "code": "0000" "message": "", } ```