问卷/试卷服务
成长值服务
短信服务

查询评论场景

GET /api/tcc-open-platform/open-api/comment/getSceneConf/{appId}
参数
名称 说明 类型
appId
必填
应用id integer (int64)
消耗
  • application/json
生成
  • */*
响应
HTTP代码 说明 类型
200 OK RestData
201 Created 无内容
401 Unauthorized 无内容
403 Forbidden 无内容
404 Not Found 无内容

响应示例

{
     "code": 200,
     "data": {
          "allowComment": "是否允许评论 0/否 1/是",
          "allowDelete": "是否允许自行删除 0/否 1/是",
          "allowReply": "是否允许回复 0/否 1/是",
          "allowVote": "是否允许表态 0/否 1/是",
          "appId": 0,
          "createBy": "string",
          "createTime": "2021-01-12T03:45:30.217Z",
          "delTag": true,
          "id": 0,
          "orgId": 0,
          "remark": "string",
          "reviewType": "审核类型 0/自动审核 1/人工审核",
          "sceneDesc": "string",
          "sceneName": "string",
          "status": "是否可用 0/不可用 1/可用",
          "updateBy": "string",
          "updateTime": "2021-01-12T03:45:30.217Z"
     },
     "desc": ""
}