ThinkChat🤖让你学习和工作更高效,注册即送10W Token,即刻开启你的AI之旅 广告
## 某条商品的评价信息 /** * 获得某条商品的评价信息 * @http_method get * @param int $evaluate_type 评价的类别 不填为默认全部 3带图 1好评,0中评 -1差评 * @param $id 商品id goods_id * @param page 页数 * @param rows 条数 * @author 韩文博 */ +++ get:/Goods/evaluatelist <<< success { "code":0, "result":{ "total_number":1, "list":[ { "id":51, "order_id":231, "order_no":9000000000023101, "order_goods_id":254, "goods_common_id":100707, "goods_id":986, "goods_title":"晋皇羊肥小米二年休耕基地米黄小米五谷杂粮", "goods_price":"48.00", "goods_img":"http://shengxing.oss-cn-beijing.aliyuncs.com/app/20170914/1505379717155463.png", "score":5, "content":"“向那些疯狂、特立独行、想法与众不同的家伙们致敬。或许他们在—些人看来是疯子,但却是我们眼中的天才。”", "is_anonymous":0, "create_time":"2017-05-27 17:38:50", "user_id":110, "username":"孙泉", "avatar":"http://tva1.sinaimg.cn/crop.0.0.480.480.180/a88b13eajw8eo6iw3xe1lj20dc0dc74b.jpg", "state":0, "remark":null, "explain":null, "images":[ "http://shengxing.oss-cn-beijing.aliyuncs.com/20170725/20065.jpeg", "http://shengxing.oss-cn-beijing.aliyuncs.com/20170725/20065.jpeg", "http://shengxing.oss-cn-beijing.aliyuncs.com/20170725/20065.jpeg" ], "additional_content":null, "reply_content":null, "reply_content2":null, "display":1, "top":0 } ], "info":{ "goods_evaluate":{ "good":1, "normal":0, "bad":0, "all":1, "image":{ "count":0 }, "good_percent":100, "normal_percent":0, "bad_percent":0, "good_star":5 } } }, "msg":"SUCCESS" } <<< error +++