企业🤖AI Agent构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
**1.接口地址**:http://api.zishahui.vip/admin-system/update-product **2.支持格式**:json **3.请求方式**:post **4.请求参数**: | 参数 | 必填 | 类型 | 说明 | | --- | --- | --- | --- | | goods_id|是| int|商品ID| | title|是| string|商品名称| | cat_id|是| int |分类id| | author_id|是| string|作者ID | | info|是| string|图文详情| | icon_path|是| string|封面| | images|是| string |多个图 用指定字符隔,开| | price|是| int |价格| | lowest_price|否 | int |最低价| | place|否 | string |产地| | is_baoyou|否 | int|是否包邮0,1| | year|否 | int|年份| |stock|是 | int|库存| |molding_way|否 | string |成型技法| |texture|否 | string |泥料| |decoration|否 | string |装饰| |product_number|否 | string|商品编号| |capacity|否 | int|容量| | is_installment|否 | int|是否分期0,1| |sort|否 | int|排序| ***5.返回字段说明*** |名称|类型|说明| |---|:---:|--:|--:| |code|int|返回码| |msg|string|返回提示信息| |data|string|返回数据| *******成功示列******* { "code": 1, "msg": "编辑成功", "data": [] } *******获取失败******* { "code": -1, "msg": "发布失败!", "data": [] }