💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
## 评论提交 ~~~[api] post:/api/v3/plugin/comment/add *int:objectId= #对应id(参数说明:可以是文章id,商品id) *string:type=ARTICLE#评论类型(参数说明:ARTICLE/PAGE/ORDER等) *string:content=不错不错#评论内容 <<< success { "msg": "评论成功!", "url": "", "data": "", "count": 0, "status": "success" } <<< error { "msg": "错误!", "url": "", "status": "error" } ~~~