企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持知识库和私有化部署方案 广告
## 获取当前商品的评价 +++ post:http://ceshi.aihuapeng.com/index.php/Api/Index/getProductComment *key=7db058a68777ae4e#用户key值 *uid=15#用户uid *pid=产品id#产品id <<< success { "code": "1", "message": "获取所有评论成功", "data": [ { "product_id": "1", "time": "12312", "user_name": "测试1", "level": "5", "content": "非常满意", "thumb": "sfsadfsda" }, { "product_id": "1", "time": "12312", "user_name": "测试2", "level": "4", "content": "满意", "thumb": "daf" }, { "product_id": "1", "time": "2131", "user_name": "测试2", "level": "5", "content": "效果不错", "thumb": "daf" } ] } <<< error { "code": "0", "msg": "获取收藏失败", "data": [] } +++