西科API平台
    西科API平台
    • 获取一站式服务大厅登录session和验证码
      GET
    • 登录一站式服务大厅
      POST
    • 通过一站式服务大厅登录其它系统
      POST
    • 获取所有课程
      POST
    • 新增评论
      POST
    • 用户登陆获取token
      POST
    • 获取评论列表
      GET
    • 回复评论
      POST
    • 邮箱验证码登陆
      POST
    • 获取登陆验证码
      POST
    • 上传文件
      POST

      回复评论

      开发中
      POST
      http://s.front.lc/api/comment/replyComment
      最后修改时间:2024-01-13 06:58:36

      请求参数

      Header 参数
      Authorization
      string 
      可选
      示例值:
      eyJhbGciOiJIUzI1NiJ9.eyJpZCI6MiwiZW1haWwiOiJ3d3cifQ.mKVaSETTPP1vcDxkkrCQpU0GOraEDh3hCuqhgGslxgs
      Body 参数application/json
      object {0}
      示例
      {
        "content": "apifox创建",
        "replyCommentId": 2,
        "replyUserId": 1
      }

      示例代码

      Shell
      JavaScript
      Java
      Swift
      Go
      PHP
      Python
      HTTP
      C
      C#
      Objective-C
      Ruby
      OCaml
      Dart
      R
      请求示例请求示例
      Shell
      JavaScript
      Java
      Swift
      curl --location --request POST 'http://s.front.lc/api/comment/replyComment' \
      --header 'Authorization: eyJhbGciOiJIUzI1NiJ9.eyJpZCI6MiwiZW1haWwiOiJ3d3cifQ.mKVaSETTPP1vcDxkkrCQpU0GOraEDh3hCuqhgGslxgs' \
      --header 'Content-Type: application/json' \
      --data-raw '{
        "content": "apifox创建",
        "replyCommentId": 2,
        "replyUserId": 1
      }'

      返回响应

      🟢200成功
      application/json
      Body
      id
      integer 
      必需
      createdAt
      string 
      必需
      sourceId
      integer 
      必需
      content
      string 
      必需
      userId
      integer 
      必需
      replyUserId
      null 
      必需
      示例
      {
          "id": 0,
          "createdAt": "string",
          "sourceId": 0,
          "content": "string",
          "userId": 0,
          "replyUserId": null
      }
      修改于 2024-01-13 06:58:36
      上一页
      获取评论列表
      下一页
      邮箱验证码登陆
      Built with