NIUCLOUD是一款SaaS管理后台框架多应用插件+云编译。上千名开发者、服务商正在积极拥抱开发者生态。欢迎开发者们免费入驻。一起助力发展! 广告
## 评论提交 ~~~[api] post:/api/v1/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" } ~~~