ThinkChat2.0新版上线,更智能更精彩,支持会话、画图、阅读、搜索等,送10W Token,即刻开启你的AI之旅 广告
**简要描述:** - 商品评价列表 **请求URL:** - `/api/goods_comment/lists ` **请求方式:** - GET **参数:** |参数名|必选|类型|说明| |:---- |:---|:----- |----- | |goods_id |是|int |商品id | |type |否|int |评价类型 1-晒图 2-好评 3-中评 4-差评,不填代表全部 | **返回示例** ``` { "code": 1, "show": 0, "msg": "", "data": { "lists": [ { "id": 1, "goods_comment": 5, "create_time": "2021-06-23 16:41:47", "comment": " 不错", "avatar": "http://lsb2b2c.com/uploads/user/avatar/ae01ee644619d9f0699b09362a05b15a.jpeg", "nickname": "Jason", "goods_name": "iphone12mini", "reply": "sfssfsf", "spec_value_str": "黑色,64GB", "image": [] } ], "count": 1, "more": 0, "page_no": 1, "page_size": 15 } } ``` **返回:** |参数名|类型|说明| |:---- |:----- |----- | |goods_comment |int |商品评论星级 | |comment |string |评论内容 | |reply |string |商家回复 | |spec_value_str |string |规格信息 |