企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
添加商品 ``` POST /goods ``` **Parameters** |Name|Type|Description| |---|---|---| |name|string|`商品名称`| |image|string|`商品图片`| |price|float|`商品价格`| |promotion_price|float|`商品促销价格`| |status|int|`商品状态`| **Response** <pre> Status:201 Created { } </pre>