💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
**简要描述:** - 获取订单商品已评价列表 **请求URL:** - ` api/goods_comment/GoodsComment ` **请求方式:** - get **参数:** |参数名|是否必选|类型|说明| |:---- |:---|:----- |----- | **返回示例** ``` { "code":1, "msg":"获取成功", "data":{ "list":[ { "goods_id":null, "goods_name":null, "image":"http:\/\/www.likeb2b2c.com:20002", "goods_comment":4, "comment":null }, { "goods_id":null, "goods_name":null, "image":"http:\/\/www.likeb2b2c.com:20002", "goods_comment":2, "comment":"1" }, { "goods_id":null, "goods_name":null, "image":"http:\/\/www.likeb2b2c.com:20002", "goods_comment":3, "comment":null }, { "goods_id":null, "goods_name":null, "image":"http:\/\/www.likeb2b2c.com:20002", "goods_comment":2, "comment":"的家啊大家" }, { "goods_id":null, "goods_name":null, "image":"http:\/\/www.likeb2b2c.com:20002", "goods_comment":1, "comment":"的家啊大家" }, { "goods_id":null, "goods_name":null, "image":"http:\/\/www.likeb2b2c.com:20002", "goods_comment":5, "comment":"的家啊大家" }, { "goods_id":null, "goods_name":null, "image":"http:\/\/www.likeb2b2c.com:20002", "goods_comment":null, "comment":null }, { "goods_id":null, "goods_name":null, "image":"http:\/\/www.likeb2b2c.com:20002", "goods_comment":null, "comment":null }, { "goods_id":1, "goods_name":"Dad", "image":"http:\/\/www.likeb2b2c.com:20002\/uploads\/images\/20200707\/305808bb5107c182fb17c0c10c930b5e.jpg", "goods_comment":5, "comment":"的家啊大家" }, { "goods_id":null, "goods_name":null, "image":"http:\/\/www.likeb2b2c.com:20002", "goods_comment":5, "comment":"的家啊大家" }, { "goods_id":null, "goods_name":null, "image":"http:\/\/www.likeb2b2c.com:20002", "goods_comment":5, "comment":null }, { "goods_id":null, "goods_name":null, "image":"http:\/\/www.likeb2b2c.com:20002", "goods_comment":5, "comment":null } ], "count":12, "page_no":1, "page_size":15, "more":0 }, "show":0, "time":"0.115221", } ``` **返回参数说明** |参数名|类型|说明| |:----- |:-----|----- | |goods_id |int |订单商品id |goods_name |varchar |订单商品名称 |image |varchar |订单商品图片 |goods_comment |tinyint |商品评分星级 |comment |varchar |商品评价 **备注** -