多应用+插件架构,代码干净,二开方便,首家独创一键云编译技术,文档视频完善,免费商用码云13.8K 广告
**1.接口地址**:http://api.zishahui.vip/admin-system/insert-product **2.支持格式**:json **3.请求方式**:post **4.请求参数**: | 参数 | 必填 | 类型 | 说明 | | --- | --- | --- | --- | | 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 |成型技法| |pot\_shape|否 | 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": [] }