💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
## 保存 #### 接口URL > {{baseUrl}}/cms/goods/goods_comment/save #### 请求方式 > POST #### Content-Type > json #### 请求Header参数 | 参数 | 示例值 | 是否必填 | 参数描述 | | :-------- | :----- | :----- | :---- | | Content-Type | application/json | 选填 | - | #### 请求Body参数 ```javascript { "platform": "ios", "minVersion": "0.0.2", "currentVersion": "1.0.0", "description": "测试2", "appUrl": "http://www.postman.com/" } ``` ## 删除 #### 接口URL > {{baseUrl}}/cms/goods/goods_comment/delete #### 请求方式 > POST #### Content-Type > json #### 请求Header参数 | 参数 | 示例值 | 是否必填 | 参数描述 | | :-------- | :----- | :----- | :---- | | Content-Type | application/json | 选填 | - | #### 请求Body参数 ```javascript { "ids":[3] } ``` ## 明细 #### 接口URL > {{baseUrl}}/cms/goods/goods_comment/get #### 请求方式 > POST #### Content-Type > json #### 请求Header参数 | 参数 | 示例值 | 是否必填 | 参数描述 | | :-------- | :----- | :----- | :---- | | Content-Type | application/json | 选填 | - | #### 请求Body参数 ```javascript { "id": 1 } ``` ## 列表 #### 接口URL > {{baseUrl}}/cms/goods/goods_comment/list #### 请求方式 > POST #### Content-Type > json #### 请求Header参数 | 参数 | 示例值 | 是否必填 | 参数描述 | | :-------- | :----- | :----- | :---- | | Content-Type | application/json | 选填 | - | #### 请求Body参数 ```javascript { "searchKey": {}, "offset": 0, "limit": 10 } ```