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": [] } +++