{
  "info": {
    "name": "OpenAPI 接口 - 提交用户反馈",
    "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
  },
  "item": [
    {
      "name": "提交用户反馈",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "X-Site",
            "value": "",
            "description": "站点标识"
          },
          {
            "key": "X-System-Code",
            "value": "",
            "description": "来源系统编码，会写入 systemCode 字段"
          },
          {
            "key": "X-Scope-Key",
            "value": "",
            "description": "数据 scope 分区标识（UUID）。OpenAPI 业务数据读写接口必填。登录/注册响应中的 defaultScopeKey 为默认写入/查询分区；有组织时默认使用组织 scope，无组织时使用个人 scope。禁止在 query 中传 scopeKey/organizationId 自选范围。"
          }
        ],
        "body": {
          "mode": "raw",
          "raw": "{\n  \"type\": \"usage_feedback\",\n  \"questions\": [\n    {\n      \"questionId\": \"experience\",\n      \"question\": \"您对虎符系统的整体使用体验如何？\",\n      \"options\": [\n        {\n          \"value\": \"excellent\",\n          \"label\": \"非常满意\"\n        },\n        {\n          \"value\": \"good\",\n          \"label\": \"满意\"\n        },\n        {\n          \"value\": \"average\",\n          \"label\": \"一般\"\n        },\n        {\n          \"value\": \"poor\",\n          \"label\": \"不满意\"\n        }\n      ],\n      \"answer\": {\n        \"value\": \"excellent\",\n        \"label\": \"非常满意\"\n      }\n    },\n    {\n      \"questionId\": \"recommendation\",\n      \"question\": \"您是否愿意向同事推荐本系统？\",\n      \"options\": [\n        {\n          \"value\": \"very_willing\",\n          \"label\": \"非常愿意\"\n        },\n        {\n          \"value\": \"willing\",\n          \"label\": \"愿意\"\n        },\n        {\n          \"value\": \"unsure\",\n          \"label\": \"不确定\"\n        },\n        {\n          \"value\": \"unwilling\",\n          \"label\": \"不愿意\"\n        }\n      ],\n      \"answer\": {\n        \"value\": \"very_willing\",\n        \"label\": \"非常愿意\"\n      }\n    },\n    {\n      \"questionId\": \"content\",\n      \"question\": \"详细反馈\",\n      \"answer\": {\n        \"value\": \"无特殊说明\",\n        \"label\": \"无特殊说明\"\n      }\n    }\n  ]\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        },
        "url": {
          "raw": "{{baseUrl}}/openapi/user-feedbacks",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "openapi",
            "user-feedbacks"
          ]
        }
      },
      "response": []
    }
  ]
}