跳转至

服务评论

读取或写入某个服务的评论。

GET /services/{serviceId}/comments

  • 鉴权:不需要
  • 响应:评论数组

POST /services/{serviceId}/comments

  • 鉴权:需要登录
  • 限流:开启

请求体:

{
  "content": "This service is stable for auth-email calls."
}