{
  "swagger": "2.0",
  "info": {
    "description": "活动服务接口文档",
    "version": "1.0",
    "title": "Activity Restful API"
  },
  "host": "tsp-ag-dev.mosi-tech.com",
  "basePath": "/activity-customaward/",
  "tags": [
    {
      "name": "approve-controller",
      "description": "Approve Controller"
    },
    {
      "name": "auto-ground-controller",
      "description": "Auto Ground Controller"
    },
    {
      "name": "award-goods-relation-controller",
      "description": "Award Goods Relation Controller"
    },
    {
      "name": "award-pool-goods-relation-controller",
      "description": "Award Pool Goods Relation Controller"
    },
    {
      "name": "award-pool-setting-controller",
      "description": "Award Pool Setting Controller"
    },
    {
      "name": "award-public-controller",
      "description": "Award Public Controller"
    },
    {
      "name": "award-setting-controller",
      "description": "Award Setting Controller"
    },
    {
      "name": "classification-public-controller",
      "description": "Classification Public Controller"
    },
    {
      "name": "content-activity-public-controller",
      "description": "Content Activity Public Controller"
    },
    {
      "name": "coupon-controller",
      "description": "Coupon Controller"
    },
    {
      "name": "dominating-screen-public-controller",
      "description": "Dominating Screen Public Controller"
    },
    {
      "name": "examination-paper-public-controller",
      "description": "Examination Paper Public Controller"
    },
    {
      "name": "extension-activity-public-controller",
      "description": "Extension Activity Public Controller"
    },
    {
      "name": "goods-special-configuration-controller",
      "description": "Goods Special Configuration Controller"
    },
    {
      "name": "lottery-page-setting-controller",
      "description": "Lottery Page Setting Controller"
    },
    {
      "name": "lucky-draw-lottery-result-controller",
      "description": "Lucky Draw Lottery Result Controller"
    },
    {
      "name": "right-mgt-controller",
      "description": "Right Mgt Controller"
    },
    {
      "name": "right-mgt-type-controller",
      "description": "Right Mgt Type Controller"
    },
    {
      "name": "tsp-activity-info-public-controller",
      "description": "Tsp Activity Info Public Controller"
    },
    {
      "name": "user-feedback-type-controller",
      "description": "User Feedback Type Controller"
    },
    {
      "name": "user-goods-relation-public-controller",
      "description": "User Goods Relation Public Controller"
    },
    {
      "name": "中奖信息查询",
      "description": "Lottery Result Controller"
    },
    {
      "name": "内容管理相关接口",
      "description": "Content Management Controller"
    },
    {
      "name": "分类管理相关接口",
      "description": "Classification Controller"
    },
    {
      "name": "券码兑换",
      "description": "Exchange Controller"
    },
    {
      "name": "库存接口",
      "description": "Receive Controller"
    },
    {
      "name": "抽奖处理相关接口",
      "description": "Activity Award Lottery Controller"
    },
    {
      "name": "抽奖管理相关接口",
      "description": "Lucky Draw Controller"
    },
    {
      "name": "推广活动相关接口",
      "description": "Extension Activity Controller"
    },
    {
      "name": "标签管理相关接口",
      "description": "Lable Management Controller"
    },
    {
      "name": "活动信息接口",
      "description": "Tsp Activity Info Controller"
    },
    {
      "name": "活动内容相关接口",
      "description": "Content Activity Controller"
    },
    {
      "name": "用户反馈接口",
      "description": "User Feedback Info Controller"
    },
    {
      "name": "用户观看视频接口",
      "description": "User Content Record Info Controller"
    },
    {
      "name": "积分发奖",
      "description": "Integral Prizes Controller"
    },
    {
      "name": "积分用户",
      "description": "Integral User Info Controller"
    },
    {
      "name": "考卷相关接口",
      "description": "Examination Paper Controller"
    },
    {
      "name": "适用用户和权益查询接口",
      "description": "User Series Model Controller"
    },
    {
      "name": "霸屏相关接口",
      "description": "Dominating Screen Controller"
    },
    {
      "name": "题库相关接口",
      "description": "Question Bank Controller"
    },
    {
      "name": "题目相关接口",
      "description": "Subject Controller"
    }
  ],
  "paths": {
    "/admin/api/v1/award/getAwardListByActivityIdFromResult": {
      "post": {
        "tags": [
          "award-public-controller"
        ],
        "summary": "中奖结果信息查询",
        "operationId": "AwardPublicgetAwardListByActivityIdFromResult",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "request",
            "description": "request",
            "required": true,
            "schema": {
              "$ref": "#/definitions/GetAwardListByActivityIdFromResultRequest"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/公共响应对象«List«AwardVO»»"
            }
          },
          "201": {
            "description": "Created"
          },
          "401": {
            "description": "Unauthorized"
          },
          "403": {
            "description": "Forbidden"
          },
          "404": {
            "description": "Not Found"
          }
        },
        "deprecated": false
      }
    },
    "/admin/api/v1/classification/addClassification": {
      "post": {
        "tags": [
          "分类管理相关接口"
        ],
        "summary": "新增分类管理",
        "operationId": "ClassificationaddClassification",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "classificationVO",
            "description": "classificationVO",
            "required": true,
            "schema": {
              "$ref": "#/definitions/ClassificationVO"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/公共响应对象"
            }
          },
          "201": {
            "description": "Created"
          },
          "401": {
            "description": "Unauthorized"
          },
          "403": {
            "description": "Forbidden"
          },
          "404": {
            "description": "Not Found"
          }
        },
        "deprecated": false
      }
    },
    "/admin/api/v1/classification/checkClassification": {
      "post": {
        "tags": [
          "分类管理相关接口"
        ],
        "summary": "删除分类管理校验",
        "operationId": "ClassificationcheckClassification",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "id",
            "description": "id",
            "required": true,
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/公共响应对象"
            }
          },
          "201": {
            "description": "Created"
          },
          "401": {
            "description": "Unauthorized"
          },
          "403": {
            "description": "Forbidden"
          },
          "404": {
            "description": "Not Found"
          }
        },
        "deprecated": false
      }
    },
    "/admin/api/v1/classification/checkClassificationName": {
      "post": {
        "tags": [
          "分类管理相关接口"
        ],
        "summary": "分类管理名称唯一校验",
        "operationId": "ClassificationcheckClassificationName",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "classificationVO",
            "description": "classificationVO",
            "required": true,
            "schema": {
              "$ref": "#/definitions/ClassificationVO"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/公共响应对象«校验提示»"
            }
          },
          "201": {
            "description": "Created"
          },
          "401": {
            "description": "Unauthorized"
          },
          "403": {
            "description": "Forbidden"
          },
          "404": {
            "description": "Not Found"
          }
        },
        "deprecated": false
      }
    },
    "/admin/api/v1/classification/delete": {
      "post": {
        "tags": [
          "分类管理相关接口"
        ],
        "summary": "删除分类管理",
        "operationId": "Classificationdelete",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "id",
            "description": "id",
            "required": true,
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/公共响应对象"
            }
          },
          "201": {
            "description": "Created"
          },
          "401": {
            "description": "Unauthorized"
          },
          "403": {
            "description": "Forbidden"
          },
          "404": {
            "description": "Not Found"
          }
        },
        "deprecated": false
      }
    },
    "/admin/api/v1/classification/info/{id}": {
      "get": {
        "tags": [
          "分类管理相关接口"
        ],
        "summary": "分类管理详情查看",
        "operationId": "Classificationinfo",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "description": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/公共响应对象«分类管理»"
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "403": {
            "description": "Forbidden"
          },
          "404": {
            "description": "Not Found"
          }
        },
        "deprecated": false
      }
    },
    "/admin/api/v1/classification/list": {
      "get": {
        "tags": [
          "分类管理相关接口"
        ],
        "summary": "分类管理列表",
        "operationId": "Classificationlist",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "classificationDescribe",
            "in": "query",
            "description": "分类描述",
            "required": false,
            "type": "string"
          },
          {
            "name": "classificationName",
            "in": "query",
            "description": "分类名称",
            "required": false,
            "type": "string"
          },
          {
            "name": "id",
            "in": "query",
            "description": "分类id",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "imageUrl",
            "in": "query",
            "description": "封面url",
            "required": false,
            "type": "string"
          },
          {
            "name": "level",
            "in": "query",
            "description": "级别",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "parentId",
            "in": "query",
            "description": "父id",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "weight",
            "in": "query",
            "description": "权重",
            "required": false,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/公共响应对象«List«分类管理»»"
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "403": {
            "description": "Forbidden"
          },
          "404": {
            "description": "Not Found"
          }
        },
        "deprecated": false
      }
    },
    "/admin/api/v1/classification/updateClassification": {
      "post": {
        "tags": [
          "分类管理相关接口"
        ],
        "summary": "编辑分类管理",
        "operationId": "ClassificationupdateClassification",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "classificationVO",
            "description": "classificationVO",
            "required": true,
            "schema": {
              "$ref": "#/definitions/ClassificationVO"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/公共响应对象"
            }
          },
          "201": {
            "description": "Created"
          },
          "401": {
            "description": "Unauthorized"
          },
          "403": {
            "description": "Forbidden"
          },
          "404": {
            "description": "Not Found"
          }
        },
        "deprecated": false
      }
    },
    "/admin/api/v1/contentActivity/addContentActivity": {
      "post": {
        "tags": [
          "活动内容相关接口"
        ],
        "summary": "新增活动内容",
        "operationId": "ContentActivityaddContentActivity",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "contentActivityVO",
            "description": "contentActivityVO",
            "required": true,
            "schema": {
              "$ref": "#/definitions/ContentActivityVO"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/公共响应对象«校验提示»"
            }
          },
          "201": {
            "description": "Created"
          },
          "401": {
            "description": "Unauthorized"
          },
          "403": {
            "description": "Forbidden"
          },
          "404": {
            "description": "Not Found"
          }
        },
        "deprecated": false
      }
    },
    "/admin/api/v1/contentActivity/checkContentActivity": {
      "post": {
        "tags": [
          "活动内容相关接口"
        ],
        "summary": "删除和编辑内容内容活动校验",
        "operationId": "ContentActivitycheckContentActivity",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "checkActivityVO",
            "description": "checkActivityVO",
            "required": true,
            "schema": {
              "$ref": "#/definitions/CheckActivityVO"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/公共响应对象«校验提示»"
            }
          },
          "201": {
            "description": "Created"
          },
          "401": {
            "description": "Unauthorized"
          },
          "403": {
            "description": "Forbidden"
          },
          "404": {
            "description": "Not Found"
          }
        },
        "deprecated": false
      }
    },
    "/admin/api/v1/contentActivity/contentActivity/export": {
      "get": {
        "tags": [
          "活动内容相关接口"
        ],
        "summary": "活动内容导出",
        "operationId": "ContentActivityexportContentActivity",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "activityCode",
            "in": "query",
            "description": "所属活动code",
            "required": false,
            "type": "string"
          },
          {
            "name": "activityName",
            "in": "query",
            "description": "所属活动名称",
            "required": false,
            "type": "string"
          },
          {
            "name": "contentActivitySettingVOList[0].applicableUserDetailedVOList[0].applicableUser",
            "in": "query",
            "description": "适用用户:1-全选,2-CNS,3-CRS,4-非CNS非CRS,5-车联网用户,6-捷达",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "contentActivitySettingVOList[0].applicableUserDetailedVOList[0].applicableUserType",
            "in": "query",
            "description": "类型 1：内容管理-适用用户 2：内容活动-适用用户 3：题库管理-适用用户 4：推广活动-适用用户",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "contentActivitySettingVOList[0].applicableUserDetailedVOList[0].vehicleModel",
            "in": "query",
            "description": "车型",
            "required": false,
            "type": "string"
          },
          {
            "name": "contentActivitySettingVOList[0].applicableUserDetailedVOList[0].vehicleSeries",
            "in": "query",
            "description": "车系",
            "required": false,
            "type": "string"
          },
          {
            "name": "contentActivitySettingVOList[0].contentActivitySettingContentVOList[0].activityCode",
            "in": "query",
            "description": "活动code",
            "required": false,
            "type": "string"
          },
          {
            "name": "contentActivitySettingVOList[0].contentActivitySettingContentVOList[0].applicableUserName",
            "in": "query",
            "description": "适用用户（新增查询和回显适用）:1-全选,2-CNS,3-CRS,4-非CNS非CRS,5-车联网用户",
            "required": false,
            "type": "string"
          },
          {
            "name": "contentActivitySettingVOList[0].contentActivitySettingContentVOList[0].bannerUrl",
            "in": "query",
            "description": "banner图URL",
            "required": false,
            "type": "string"
          },
          {
            "name": "contentActivitySettingVOList[0].contentActivitySettingContentVOList[0].contentActivitySettingContentId",
            "in": "query",
            "description": "内容设置视频id",
            "required": false,
            "type": "integer",
            "format": "int64"
          },
          {
            "name": "contentActivitySettingVOList[0].contentActivitySettingContentVOList[0].contentActivitySettingId",
            "in": "query",
            "description": "内容设置id",
            "required": false,
            "type": "integer",
            "format": "int64"
          },
          {
            "name": "contentActivitySettingVOList[0].contentActivitySettingContentVOList[0].contentManagementId",
            "in": "query",
            "description": "内容管理id",
            "required": false,
            "type": "integer",
            "format": "int64"
          },
          {
            "name": "contentActivitySettingVOList[0].contentActivitySettingContentVOList[0].contentTitle",
            "in": "query",
            "description": "内容标题",
            "required": false,
            "type": "string"
          },
          {
            "name": "contentActivitySettingVOList[0].contentActivitySettingContentVOList[0].dominatingScreen",
            "in": "query",
            "description": "霸屏推送-（列表展示）",
            "required": false,
            "type": "string"
          },
          {
            "name": "contentActivitySettingVOList[0].contentActivitySettingContentVOList[0].goldCoinNumber",
            "in": "query",
            "description": "系统权益-获得金币数量",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "contentActivitySettingVOList[0].contentActivitySettingContentVOList[0].pushContent",
            "in": "query",
            "description": "推送内容 1：推送图片 2：推送权益",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "contentActivitySettingVOList[0].contentActivitySettingContentVOList[0].pushImageUrl",
            "in": "query",
            "description": "推送图片URL",
            "required": false,
            "type": "string"
          },
          {
            "name": "contentActivitySettingVOList[0].contentActivitySettingContentVOList[0].pushType",
            "in": "query",
            "description": "推送 1：观看完毕后推送 2：不推送",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "contentActivitySettingVOList[0].contentActivitySettingContentVOList[0].reward",
            "in": "query",
            "description": "奖励-（列表展示）",
            "required": false,
            "type": "string"
          },
          {
            "name": "contentActivitySettingVOList[0].contentActivitySettingContentVOList[0].rightsDetailedVOList[0].rightsImageUrl",
            "in": "query",
            "description": "权益图片URL",
            "required": false,
            "type": "string"
          },
          {
            "name": "contentActivitySettingVOList[0].contentActivitySettingContentVOList[0].rightsDetailedVOList[0].rightsInterests",
            "in": "query",
            "description": "选择权益",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "contentActivitySettingVOList[0].contentActivitySettingContentVOList[0].rightsDetailedVOList[0].rightsName",
            "in": "query",
            "description": "权益名称",
            "required": false,
            "type": "string"
          },
          {
            "name": "contentActivitySettingVOList[0].contentActivitySettingContentVOList[0].rightsDetailedVOList[0].rightsType",
            "in": "query",
            "description": "类型 1：内容管理权益卡券 2：内容管理推送权益  3：考卷奖励权益 4：推广活动 5：霸屏",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "contentActivitySettingVOList[0].contentActivitySettingContentVOList[0].rightsDetailedVOList[0].selectType",
            "in": "query",
            "description": "权益类型 0-权益 2-实物奖品",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "contentActivitySettingVOList[0].contentActivitySettingContentVOList[0].rightsDetailedVOList[0].skuInfoId",
            "in": "query",
            "description": "权益id(sku_info表id)",
            "required": false,
            "type": "integer",
            "format": "int64"
          },
          {
            "name": "contentActivitySettingVOList[0].contentActivitySettingContentVOList[0].rightsId",
            "in": "query",
            "description": "权益id",
            "required": false,
            "type": "integer",
            "format": "int64"
          },
          {
            "name": "contentActivitySettingVOList[0].contentActivitySettingContentVOList[0].sortNumber",
            "in": "query",
            "description": "序号",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "contentActivitySettingVOList[0].contentActivitySettingContentVOList[0].systemRights",
            "in": "query",
            "description": "系统权益 1:获得金币 2:权益卡券",
            "required": false,
            "type": "string"
          },
          {
            "name": "contentActivitySettingVOList[0].contentActivitySettingContentVOList[0].vehicleModel",
            "in": "query",
            "description": "车型",
            "required": false,
            "type": "string"
          },
          {
            "name": "contentActivitySettingVOList[0].contentActivitySettingContentVOList[0].vehicleSeries",
            "in": "query",
            "description": "车系",
            "required": false,
            "type": "string"
          },
          {
            "name": "contentActivitySettingVOList[0].unlockActivity",
            "in": "query",
            "description": "解锁活动 1：是 2 否",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "contentActivitySettingVOList[0].unlockActivityNumber",
            "in": "query",
            "description": "解锁活动设置观看次数可查看活跃活动",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "contentActivitySettingVOList[0].unlockAnswer",
            "in": "query",
            "description": "解锁答题 1：是 2 否",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "contentActivitySettingVOList[0].unlockAnswerNumber",
            "in": "query",
            "description": "解锁答题设置观看次数可答题",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "contentActivityStatus",
            "in": "query",
            "description": "上下架状态 1-上架 2-下架 3-发布",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "contentActivityStatusName",
            "in": "query",
            "description": "（查询列表）状态",
            "required": false,
            "type": "string"
          },
          {
            "name": "contentActivityTitle",
            "in": "query",
            "description": "内容活动标题",
            "required": false,
            "type": "string"
          },
          {
            "name": "createdTime",
            "in": "query",
            "description": "创建时间",
            "required": false,
            "type": "string",
            "format": "date-time"
          },
          {
            "name": "endCreatedTime",
            "in": "query",
            "description": "创建时间结束",
            "required": false,
            "type": "string"
          },
          {
            "name": "endTime",
            "in": "query",
            "description": "有效期结束时间",
            "required": false,
            "type": "string",
            "format": "date-time"
          },
          {
            "name": "from",
            "in": "query",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "id",
            "in": "query",
            "description": "内容活动id",
            "required": false,
            "type": "integer",
            "format": "int64"
          },
          {
            "name": "ids",
            "in": "query",
            "required": false,
            "type": "string"
          },
          {
            "name": "page",
            "in": "query",
            "description": "分页",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "size",
            "in": "query",
            "description": "每页数量",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "startCreatedTime",
            "in": "query",
            "description": "创建时间开始",
            "required": false,
            "type": "string"
          },
          {
            "name": "startTime",
            "in": "query",
            "description": "有效期开始时间",
            "required": false,
            "type": "string",
            "format": "date-time"
          },
          {
            "name": "status",
            "in": "query",
            "description": "状态（1-未开始 2-进行中 3-已结束）",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "validityEndTime",
            "in": "query",
            "description": "（查询条件）有效期结束",
            "required": false,
            "type": "string"
          },
          {
            "name": "validityStartTime",
            "in": "query",
            "description": "（查询条件）有效期开始",
            "required": false,
            "type": "string"
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          },
          "401": {
            "description": "Unauthorized"
          },
          "403": {
            "description": "Forbidden"
          },
          "404": {
            "description": "Not Found"
          }
        },
        "deprecated": false
      }
    },
    "/admin/api/v1/contentActivity/delete": {
      "post": {
        "tags": [
          "活动内容相关接口"
        ],
        "summary": "删除活动内容",
        "operationId": "ContentActivitydelete",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "ids",
            "description": "ids",
            "required": true,
            "schema": {
              "type": "array",
              "items": {
                "type": "integer",
                "format": "int64"
              }
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/公共响应对象"
            }
          },
          "201": {
            "description": "Created"
          },
          "401": {
            "description": "Unauthorized"
          },
          "403": {
            "description": "Forbidden"
          },
          "404": {
            "description": "Not Found"
          }
        },
        "deprecated": false
      }
    },
    "/admin/api/v1/contentActivity/getContentManagementList": {
      "get": {
        "tags": [
          "活动内容相关接口"
        ],
        "summary": "根据适用用户，车系，车型查询内容管理",
        "operationId": "ContentActivitygetContentManagementList",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "applicableUser",
            "in": "query",
            "description": "适用用户（查询适用）:1-全选,2-CNS,3-CRS,4-非CNS非CRS,5-车联网用户",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "applicableUserDetailedVOList[0].applicableUser",
            "in": "query",
            "description": "适用用户:1-全选,2-CNS,3-CRS,4-非CNS非CRS,5-车联网用户,6-捷达",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "applicableUserDetailedVOList[0].applicableUserType",
            "in": "query",
            "description": "类型 1：内容管理-适用用户 2：内容活动-适用用户 3：题库管理-适用用户 4：推广活动-适用用户",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "applicableUserDetailedVOList[0].vehicleModel",
            "in": "query",
            "description": "车型",
            "required": false,
            "type": "string"
          },
          {
            "name": "applicableUserDetailedVOList[0].vehicleSeries",
            "in": "query",
            "description": "车系",
            "required": false,
            "type": "string"
          },
          {
            "name": "applicableUserName",
            "in": "query",
            "description": "适用用户（新增查询适用）:1-全选,2-CNS,3-CRS,4-非CNS非CRS,5-车联网用户",
            "required": false,
            "type": "array",
            "items": {
              "type": "string"
            },
            "collectionFormat": "multi"
          },
          {
            "name": "bannerUrl",
            "in": "query",
            "description": "banner图URL",
            "required": false,
            "type": "string"
          },
          {
            "name": "buttonName",
            "in": "query",
            "description": "按钮名称",
            "required": false,
            "type": "string"
          },
          {
            "name": "classificationIds",
            "in": "query",
            "description": "内容分类",
            "required": false,
            "type": "array",
            "items": {
              "type": "integer",
              "format": "int32"
            },
            "collectionFormat": "multi"
          },
          {
            "name": "classificationName",
            "in": "query",
            "description": "内容分类（列表查询适用）",
            "required": false,
            "type": "string"
          },
          {
            "name": "contentTitle",
            "in": "query",
            "description": "内容标题",
            "required": false,
            "type": "string"
          },
          {
            "name": "createdTime",
            "in": "query",
            "description": "创建时间",
            "required": false,
            "type": "string",
            "format": "date-time"
          },
          {
            "name": "detailsContentImageUrl",
            "in": "query",
            "description": "详情内容-图片URL",
            "required": false,
            "type": "string"
          },
          {
            "name": "detailsContentType",
            "in": "query",
            "description": "详情内容 1-单视频,2-视频+图片,3-单图片",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "detailsContentVideoUrl",
            "in": "query",
            "description": "详情内容-视频URL",
            "required": false,
            "type": "string"
          },
          {
            "name": "displayHoverButtonDetails",
            "in": "query",
            "description": "是否显示详情的悬浮按钮 1-显示，2-不显示",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "endCreatedTime",
            "in": "query",
            "description": "创建时间结束",
            "required": false,
            "type": "string"
          },
          {
            "name": "from",
            "in": "query",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "goldCoinNumber",
            "in": "query",
            "description": "系统权益-获得金币数量",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "id",
            "in": "query",
            "description": "内容管理id",
            "required": false,
            "type": "integer",
            "format": "int64"
          },
          {
            "name": "internalJumpUrl",
            "in": "query",
            "description": "内部跳转URL",
            "required": false,
            "type": "string"
          },
          {
            "name": "lableManagementIds",
            "in": "query",
            "description": "标签",
            "required": false,
            "type": "array",
            "items": {
              "type": "integer",
              "format": "int32"
            },
            "collectionFormat": "multi"
          },
          {
            "name": "lableManagementName",
            "in": "query",
            "description": "标签（列表查询适用）",
            "required": false,
            "type": "string"
          },
          {
            "name": "page",
            "in": "query",
            "description": "分页",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "pushContent",
            "in": "query",
            "description": "推送内容 1：推送图片 2：推送权益",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "pushImageUrl",
            "in": "query",
            "description": "推送图片URL",
            "required": false,
            "type": "string"
          },
          {
            "name": "pushType",
            "in": "query",
            "description": "推送 1：观看完毕后推送 2：不推送",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "rightsDetailedVOList[0].rightsImageUrl",
            "in": "query",
            "description": "权益图片URL",
            "required": false,
            "type": "string"
          },
          {
            "name": "rightsDetailedVOList[0].rightsInterests",
            "in": "query",
            "description": "选择权益",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "rightsDetailedVOList[0].rightsName",
            "in": "query",
            "description": "权益名称",
            "required": false,
            "type": "string"
          },
          {
            "name": "rightsDetailedVOList[0].rightsType",
            "in": "query",
            "description": "类型 1：内容管理权益卡券 2：内容管理推送权益  3：考卷奖励权益 4：推广活动 5：霸屏",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "rightsDetailedVOList[0].selectType",
            "in": "query",
            "description": "权益类型 0-权益 2-实物奖品",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "rightsDetailedVOList[0].skuInfoId",
            "in": "query",
            "description": "权益id(sku_info表id)",
            "required": false,
            "type": "integer",
            "format": "int64"
          },
          {
            "name": "seeMoreUrl",
            "in": "query",
            "description": "URL跳转",
            "required": false,
            "type": "string"
          },
          {
            "name": "size",
            "in": "query",
            "description": "每页数量",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "startCreatedTime",
            "in": "query",
            "description": "创建时间开始",
            "required": false,
            "type": "string"
          },
          {
            "name": "systemRights",
            "in": "query",
            "description": "系统权益 1:获得金币 2:权益卡券",
            "required": false,
            "type": "string"
          },
          {
            "name": "urlType",
            "in": "query",
            "description": "跳转类型 1-URL跳转 2-内部跳转URL",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "vehicleModel",
            "in": "query",
            "description": "车型（列表查询适用）",
            "required": false,
            "type": "string"
          },
          {
            "name": "vehicleModelName",
            "in": "query",
            "description": "车型（新增查询适用）",
            "required": false,
            "type": "array",
            "items": {
              "type": "string"
            },
            "collectionFormat": "multi"
          },
          {
            "name": "vehicleSeries",
            "in": "query",
            "description": "车系（列表查询适用）",
            "required": false,
            "type": "string"
          },
          {
            "name": "vehicleSeriesName",
            "in": "query",
            "description": "车系（新增查询适用）",
            "required": false,
            "type": "array",
            "items": {
              "type": "string"
            },
            "collectionFormat": "multi"
          },
          {
            "name": "videoDescribe",
            "in": "query",
            "description": "详情内容-视频描述",
            "required": false,
            "type": "string"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/公共响应对象«List«内容管理导出»»"
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "403": {
            "description": "Forbidden"
          },
          "404": {
            "description": "Not Found"
          }
        },
        "deprecated": false
      }
    },
    "/admin/api/v1/contentActivity/info/{id}": {
      "get": {
        "tags": [
          "活动内容相关接口"
        ],
        "summary": "活动内容详情查看",
        "operationId": "ContentActivityinfo",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "description": "id",
            "required": true,
            "type": "integer",
            "format": "int64"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/公共响应对象«活动内容»"
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "403": {
            "description": "Forbidden"
          },
          "404": {
            "description": "Not Found"
          }
        },
        "deprecated": false
      }
    },
    "/admin/api/v1/contentActivity/list": {
      "get": {
        "tags": [
          "活动内容相关接口"
        ],
        "summary": "活动内容列表",
        "operationId": "ContentActivitylist",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "activityCode",
            "in": "query",
            "description": "所属活动code",
            "required": false,
            "type": "string"
          },
          {
            "name": "activityName",
            "in": "query",
            "description": "所属活动名称",
            "required": false,
            "type": "string"
          },
          {
            "name": "contentActivitySettingVOList[0].applicableUserDetailedVOList[0].applicableUser",
            "in": "query",
            "description": "适用用户:1-全选,2-CNS,3-CRS,4-非CNS非CRS,5-车联网用户,6-捷达",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "contentActivitySettingVOList[0].applicableUserDetailedVOList[0].applicableUserType",
            "in": "query",
            "description": "类型 1：内容管理-适用用户 2：内容活动-适用用户 3：题库管理-适用用户 4：推广活动-适用用户",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "contentActivitySettingVOList[0].applicableUserDetailedVOList[0].vehicleModel",
            "in": "query",
            "description": "车型",
            "required": false,
            "type": "string"
          },
          {
            "name": "contentActivitySettingVOList[0].applicableUserDetailedVOList[0].vehicleSeries",
            "in": "query",
            "description": "车系",
            "required": false,
            "type": "string"
          },
          {
            "name": "contentActivitySettingVOList[0].contentActivitySettingContentVOList[0].activityCode",
            "in": "query",
            "description": "活动code",
            "required": false,
            "type": "string"
          },
          {
            "name": "contentActivitySettingVOList[0].contentActivitySettingContentVOList[0].applicableUserName",
            "in": "query",
            "description": "适用用户（新增查询和回显适用）:1-全选,2-CNS,3-CRS,4-非CNS非CRS,5-车联网用户",
            "required": false,
            "type": "string"
          },
          {
            "name": "contentActivitySettingVOList[0].contentActivitySettingContentVOList[0].bannerUrl",
            "in": "query",
            "description": "banner图URL",
            "required": false,
            "type": "string"
          },
          {
            "name": "contentActivitySettingVOList[0].contentActivitySettingContentVOList[0].contentActivitySettingContentId",
            "in": "query",
            "description": "内容设置视频id",
            "required": false,
            "type": "integer",
            "format": "int64"
          },
          {
            "name": "contentActivitySettingVOList[0].contentActivitySettingContentVOList[0].contentActivitySettingId",
            "in": "query",
            "description": "内容设置id",
            "required": false,
            "type": "integer",
            "format": "int64"
          },
          {
            "name": "contentActivitySettingVOList[0].contentActivitySettingContentVOList[0].contentManagementId",
            "in": "query",
            "description": "内容管理id",
            "required": false,
            "type": "integer",
            "format": "int64"
          },
          {
            "name": "contentActivitySettingVOList[0].contentActivitySettingContentVOList[0].contentTitle",
            "in": "query",
            "description": "内容标题",
            "required": false,
            "type": "string"
          },
          {
            "name": "contentActivitySettingVOList[0].contentActivitySettingContentVOList[0].dominatingScreen",
            "in": "query",
            "description": "霸屏推送-（列表展示）",
            "required": false,
            "type": "string"
          },
          {
            "name": "contentActivitySettingVOList[0].contentActivitySettingContentVOList[0].goldCoinNumber",
            "in": "query",
            "description": "系统权益-获得金币数量",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "contentActivitySettingVOList[0].contentActivitySettingContentVOList[0].pushContent",
            "in": "query",
            "description": "推送内容 1：推送图片 2：推送权益",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "contentActivitySettingVOList[0].contentActivitySettingContentVOList[0].pushImageUrl",
            "in": "query",
            "description": "推送图片URL",
            "required": false,
            "type": "string"
          },
          {
            "name": "contentActivitySettingVOList[0].contentActivitySettingContentVOList[0].pushType",
            "in": "query",
            "description": "推送 1：观看完毕后推送 2：不推送",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "contentActivitySettingVOList[0].contentActivitySettingContentVOList[0].reward",
            "in": "query",
            "description": "奖励-（列表展示）",
            "required": false,
            "type": "string"
          },
          {
            "name": "contentActivitySettingVOList[0].contentActivitySettingContentVOList[0].rightsDetailedVOList[0].rightsImageUrl",
            "in": "query",
            "description": "权益图片URL",
            "required": false,
            "type": "string"
          },
          {
            "name": "contentActivitySettingVOList[0].contentActivitySettingContentVOList[0].rightsDetailedVOList[0].rightsInterests",
            "in": "query",
            "description": "选择权益",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "contentActivitySettingVOList[0].contentActivitySettingContentVOList[0].rightsDetailedVOList[0].rightsName",
            "in": "query",
            "description": "权益名称",
            "required": false,
            "type": "string"
          },
          {
            "name": "contentActivitySettingVOList[0].contentActivitySettingContentVOList[0].rightsDetailedVOList[0].rightsType",
            "in": "query",
            "description": "类型 1：内容管理权益卡券 2：内容管理推送权益  3：考卷奖励权益 4：推广活动 5：霸屏",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "contentActivitySettingVOList[0].contentActivitySettingContentVOList[0].rightsDetailedVOList[0].selectType",
            "in": "query",
            "description": "权益类型 0-权益 2-实物奖品",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "contentActivitySettingVOList[0].contentActivitySettingContentVOList[0].rightsDetailedVOList[0].skuInfoId",
            "in": "query",
            "description": "权益id(sku_info表id)",
            "required": false,
            "type": "integer",
            "format": "int64"
          },
          {
            "name": "contentActivitySettingVOList[0].contentActivitySettingContentVOList[0].rightsId",
            "in": "query",
            "description": "权益id",
            "required": false,
            "type": "integer",
            "format": "int64"
          },
          {
            "name": "contentActivitySettingVOList[0].contentActivitySettingContentVOList[0].sortNumber",
            "in": "query",
            "description": "序号",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "contentActivitySettingVOList[0].contentActivitySettingContentVOList[0].systemRights",
            "in": "query",
            "description": "系统权益 1:获得金币 2:权益卡券",
            "required": false,
            "type": "string"
          },
          {
            "name": "contentActivitySettingVOList[0].contentActivitySettingContentVOList[0].vehicleModel",
            "in": "query",
            "description": "车型",
            "required": false,
            "type": "string"
          },
          {
            "name": "contentActivitySettingVOList[0].contentActivitySettingContentVOList[0].vehicleSeries",
            "in": "query",
            "description": "车系",
            "required": false,
            "type": "string"
          },
          {
            "name": "contentActivitySettingVOList[0].unlockActivity",
            "in": "query",
            "description": "解锁活动 1：是 2 否",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "contentActivitySettingVOList[0].unlockActivityNumber",
            "in": "query",
            "description": "解锁活动设置观看次数可查看活跃活动",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "contentActivitySettingVOList[0].unlockAnswer",
            "in": "query",
            "description": "解锁答题 1：是 2 否",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "contentActivitySettingVOList[0].unlockAnswerNumber",
            "in": "query",
            "description": "解锁答题设置观看次数可答题",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "contentActivityStatus",
            "in": "query",
            "description": "上下架状态 1-上架 2-下架 3-发布",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "contentActivityStatusName",
            "in": "query",
            "description": "（查询列表）状态",
            "required": false,
            "type": "string"
          },
          {
            "name": "contentActivityTitle",
            "in": "query",
            "description": "内容活动标题",
            "required": false,
            "type": "string"
          },
          {
            "name": "createdTime",
            "in": "query",
            "description": "创建时间",
            "required": false,
            "type": "string",
            "format": "date-time"
          },
          {
            "name": "endCreatedTime",
            "in": "query",
            "description": "创建时间结束",
            "required": false,
            "type": "string"
          },
          {
            "name": "endTime",
            "in": "query",
            "description": "有效期结束时间",
            "required": false,
            "type": "string",
            "format": "date-time"
          },
          {
            "name": "from",
            "in": "query",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "id",
            "in": "query",
            "description": "内容活动id",
            "required": false,
            "type": "integer",
            "format": "int64"
          },
          {
            "name": "ids",
            "in": "query",
            "required": false,
            "type": "string"
          },
          {
            "name": "page",
            "in": "query",
            "description": "分页",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "size",
            "in": "query",
            "description": "每页数量",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "startCreatedTime",
            "in": "query",
            "description": "创建时间开始",
            "required": false,
            "type": "string"
          },
          {
            "name": "startTime",
            "in": "query",
            "description": "有效期开始时间",
            "required": false,
            "type": "string",
            "format": "date-time"
          },
          {
            "name": "status",
            "in": "query",
            "description": "状态（1-未开始 2-进行中 3-已结束）",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "validityEndTime",
            "in": "query",
            "description": "（查询条件）有效期结束",
            "required": false,
            "type": "string"
          },
          {
            "name": "validityStartTime",
            "in": "query",
            "description": "（查询条件）有效期开始",
            "required": false,
            "type": "string"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/公共响应对象«PageUtils«活动内容»»"
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "403": {
            "description": "Forbidden"
          },
          "404": {
            "description": "Not Found"
          }
        },
        "deprecated": false
      }
    },
    "/admin/api/v1/contentActivity/updateContentActivity": {
      "post": {
        "tags": [
          "活动内容相关接口"
        ],
        "summary": "编辑活动内容",
        "operationId": "ContentActivityupdateContentActivity",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "contentActivityVO",
            "description": "contentActivityVO",
            "required": true,
            "schema": {
              "$ref": "#/definitions/ContentActivityVO"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/公共响应对象«校验提示»"
            }
          },
          "201": {
            "description": "Created"
          },
          "401": {
            "description": "Unauthorized"
          },
          "403": {
            "description": "Forbidden"
          },
          "404": {
            "description": "Not Found"
          }
        },
        "deprecated": false
      }
    },
    "/admin/api/v1/contentActivity/updateStatus": {
      "post": {
        "tags": [
          "活动内容相关接口"
        ],
        "summary": "状态修改",
        "operationId": "ContentActivityupdateStatus",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "contentActivityStatus",
            "in": "query",
            "description": "上下架状态",
            "required": true,
            "type": "integer",
            "format": "int32",
            "allowEmptyValue": false
          },
          {
            "name": "id",
            "in": "query",
            "description": "内容活动id",
            "required": true,
            "type": "integer",
            "format": "int64",
            "allowEmptyValue": false
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/公共响应对象"
            }
          },
          "201": {
            "description": "Created"
          },
          "401": {
            "description": "Unauthorized"
          },
          "403": {
            "description": "Forbidden"
          },
          "404": {
            "description": "Not Found"
          }
        },
        "deprecated": false
      }
    },
    "/admin/api/v1/contentManagement/addContentManagement": {
      "post": {
        "tags": [
          "内容管理相关接口"
        ],
        "summary": "新增内容管理",
        "operationId": "ContentManagementaddContentManagement",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "contentManagementVO",
            "description": "contentManagementVO",
            "required": true,
            "schema": {
              "$ref": "#/definitions/ContentManagementVO"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/公共响应对象"
            }
          },
          "201": {
            "description": "Created"
          },
          "401": {
            "description": "Unauthorized"
          },
          "403": {
            "description": "Forbidden"
          },
          "404": {
            "description": "Not Found"
          }
        },
        "deprecated": false
      }
    },
    "/admin/api/v1/contentManagement/checkContentManagement": {
      "post": {
        "tags": [
          "内容管理相关接口"
        ],
        "summary": "删除内容管理校验",
        "operationId": "ContentManagementcheckContentManagement",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "ids",
            "description": "ids",
            "required": true,
            "schema": {
              "type": "array",
              "items": {
                "type": "integer",
                "format": "int64"
              }
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/公共响应对象«删除逻辑提示»"
            }
          },
          "201": {
            "description": "Created"
          },
          "401": {
            "description": "Unauthorized"
          },
          "403": {
            "description": "Forbidden"
          },
          "404": {
            "description": "Not Found"
          }
        },
        "deprecated": false
      }
    },
    "/admin/api/v1/contentManagement/checkContentManagementTitle": {
      "post": {
        "tags": [
          "内容管理相关接口"
        ],
        "summary": "内容管理内容标题唯一校验",
        "operationId": "ContentManagementcheckContentManagementTitle",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "checkContentManagementVO",
            "description": "checkContentManagementVO",
            "required": true,
            "schema": {
              "$ref": "#/definitions/CheckContentManagementVO"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/公共响应对象«校验提示»"
            }
          },
          "201": {
            "description": "Created"
          },
          "401": {
            "description": "Unauthorized"
          },
          "403": {
            "description": "Forbidden"
          },
          "404": {
            "description": "Not Found"
          }
        },
        "deprecated": false
      }
    },
    "/admin/api/v1/contentManagement/checkUpdateContentManagement": {
      "post": {
        "tags": [
          "内容管理相关接口"
        ],
        "summary": "编辑内容管理校验",
        "operationId": "ContentManagementcheckUpdateContentManagement",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "id",
            "description": "id",
            "required": true,
            "schema": {
              "type": "integer",
              "format": "int64"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/公共响应对象«校验提示»"
            }
          },
          "201": {
            "description": "Created"
          },
          "401": {
            "description": "Unauthorized"
          },
          "403": {
            "description": "Forbidden"
          },
          "404": {
            "description": "Not Found"
          }
        },
        "deprecated": false
      }
    },
    "/admin/api/v1/contentManagement/contentManagement/export": {
      "get": {
        "tags": [
          "内容管理相关接口"
        ],
        "summary": "内容管理导出",
        "operationId": "ContentManagementexportContentManagement",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "applicableUser",
            "in": "query",
            "description": "适用用户（查询适用）:1-全选,2-CNS,3-CRS,4-非CNS非CRS,5-车联网用户",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "applicableUserDetailedVOList[0].applicableUser",
            "in": "query",
            "description": "适用用户:1-全选,2-CNS,3-CRS,4-非CNS非CRS,5-车联网用户,6-捷达",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "applicableUserDetailedVOList[0].applicableUserType",
            "in": "query",
            "description": "类型 1：内容管理-适用用户 2：内容活动-适用用户 3：题库管理-适用用户 4：推广活动-适用用户",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "applicableUserDetailedVOList[0].vehicleModel",
            "in": "query",
            "description": "车型",
            "required": false,
            "type": "string"
          },
          {
            "name": "applicableUserDetailedVOList[0].vehicleSeries",
            "in": "query",
            "description": "车系",
            "required": false,
            "type": "string"
          },
          {
            "name": "applicableUserName",
            "in": "query",
            "description": "适用用户（新增查询适用）:1-全选,2-CNS,3-CRS,4-非CNS非CRS,5-车联网用户",
            "required": false,
            "type": "array",
            "items": {
              "type": "string"
            },
            "collectionFormat": "multi"
          },
          {
            "name": "bannerUrl",
            "in": "query",
            "description": "banner图URL",
            "required": false,
            "type": "string"
          },
          {
            "name": "buttonName",
            "in": "query",
            "description": "按钮名称",
            "required": false,
            "type": "string"
          },
          {
            "name": "classificationIds",
            "in": "query",
            "description": "内容分类",
            "required": false,
            "type": "array",
            "items": {
              "type": "integer",
              "format": "int32"
            },
            "collectionFormat": "multi"
          },
          {
            "name": "classificationName",
            "in": "query",
            "description": "内容分类（列表查询适用）",
            "required": false,
            "type": "string"
          },
          {
            "name": "contentTitle",
            "in": "query",
            "description": "内容标题",
            "required": false,
            "type": "string"
          },
          {
            "name": "createdTime",
            "in": "query",
            "description": "创建时间",
            "required": false,
            "type": "string",
            "format": "date-time"
          },
          {
            "name": "detailsContentImageUrl",
            "in": "query",
            "description": "详情内容-图片URL",
            "required": false,
            "type": "string"
          },
          {
            "name": "detailsContentType",
            "in": "query",
            "description": "详情内容 1-单视频,2-视频+图片,3-单图片",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "detailsContentVideoUrl",
            "in": "query",
            "description": "详情内容-视频URL",
            "required": false,
            "type": "string"
          },
          {
            "name": "displayHoverButtonDetails",
            "in": "query",
            "description": "是否显示详情的悬浮按钮 1-显示，2-不显示",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "endCreatedTime",
            "in": "query",
            "description": "创建时间结束",
            "required": false,
            "type": "string"
          },
          {
            "name": "from",
            "in": "query",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "goldCoinNumber",
            "in": "query",
            "description": "系统权益-获得金币数量",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "id",
            "in": "query",
            "description": "内容管理id",
            "required": false,
            "type": "integer",
            "format": "int64"
          },
          {
            "name": "internalJumpUrl",
            "in": "query",
            "description": "内部跳转URL",
            "required": false,
            "type": "string"
          },
          {
            "name": "lableManagementIds",
            "in": "query",
            "description": "标签",
            "required": false,
            "type": "array",
            "items": {
              "type": "integer",
              "format": "int32"
            },
            "collectionFormat": "multi"
          },
          {
            "name": "lableManagementName",
            "in": "query",
            "description": "标签（列表查询适用）",
            "required": false,
            "type": "string"
          },
          {
            "name": "page",
            "in": "query",
            "description": "分页",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "pushContent",
            "in": "query",
            "description": "推送内容 1：推送图片 2：推送权益",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "pushImageUrl",
            "in": "query",
            "description": "推送图片URL",
            "required": false,
            "type": "string"
          },
          {
            "name": "pushType",
            "in": "query",
            "description": "推送 1：观看完毕后推送 2：不推送",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "rightsDetailedVOList[0].rightsImageUrl",
            "in": "query",
            "description": "权益图片URL",
            "required": false,
            "type": "string"
          },
          {
            "name": "rightsDetailedVOList[0].rightsInterests",
            "in": "query",
            "description": "选择权益",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "rightsDetailedVOList[0].rightsName",
            "in": "query",
            "description": "权益名称",
            "required": false,
            "type": "string"
          },
          {
            "name": "rightsDetailedVOList[0].rightsType",
            "in": "query",
            "description": "类型 1：内容管理权益卡券 2：内容管理推送权益  3：考卷奖励权益 4：推广活动 5：霸屏",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "rightsDetailedVOList[0].selectType",
            "in": "query",
            "description": "权益类型 0-权益 2-实物奖品",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "rightsDetailedVOList[0].skuInfoId",
            "in": "query",
            "description": "权益id(sku_info表id)",
            "required": false,
            "type": "integer",
            "format": "int64"
          },
          {
            "name": "seeMoreUrl",
            "in": "query",
            "description": "URL跳转",
            "required": false,
            "type": "string"
          },
          {
            "name": "size",
            "in": "query",
            "description": "每页数量",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "startCreatedTime",
            "in": "query",
            "description": "创建时间开始",
            "required": false,
            "type": "string"
          },
          {
            "name": "systemRights",
            "in": "query",
            "description": "系统权益 1:获得金币 2:权益卡券",
            "required": false,
            "type": "string"
          },
          {
            "name": "urlType",
            "in": "query",
            "description": "跳转类型 1-URL跳转 2-内部跳转URL",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "vehicleModel",
            "in": "query",
            "description": "车型（列表查询适用）",
            "required": false,
            "type": "string"
          },
          {
            "name": "vehicleModelName",
            "in": "query",
            "description": "车型（新增查询适用）",
            "required": false,
            "type": "array",
            "items": {
              "type": "string"
            },
            "collectionFormat": "multi"
          },
          {
            "name": "vehicleSeries",
            "in": "query",
            "description": "车系（列表查询适用）",
            "required": false,
            "type": "string"
          },
          {
            "name": "vehicleSeriesName",
            "in": "query",
            "description": "车系（新增查询适用）",
            "required": false,
            "type": "array",
            "items": {
              "type": "string"
            },
            "collectionFormat": "multi"
          },
          {
            "name": "videoDescribe",
            "in": "query",
            "description": "详情内容-视频描述",
            "required": false,
            "type": "string"
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          },
          "401": {
            "description": "Unauthorized"
          },
          "403": {
            "description": "Forbidden"
          },
          "404": {
            "description": "Not Found"
          }
        },
        "deprecated": false
      }
    },
    "/admin/api/v1/contentManagement/delete": {
      "post": {
        "tags": [
          "内容管理相关接口"
        ],
        "summary": "删除内容管理",
        "operationId": "ContentManagementdelete",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "ids",
            "description": "ids",
            "required": true,
            "schema": {
              "type": "array",
              "items": {
                "type": "integer",
                "format": "int64"
              }
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/公共响应对象"
            }
          },
          "201": {
            "description": "Created"
          },
          "401": {
            "description": "Unauthorized"
          },
          "403": {
            "description": "Forbidden"
          },
          "404": {
            "description": "Not Found"
          }
        },
        "deprecated": false
      }
    },
    "/admin/api/v1/contentManagement/info/{id}": {
      "get": {
        "tags": [
          "内容管理相关接口"
        ],
        "summary": "内容管理详情查看",
        "operationId": "ContentManagementinfo",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "description": "id",
            "required": true,
            "type": "integer",
            "format": "int64"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/公共响应对象«内容管理»"
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "403": {
            "description": "Forbidden"
          },
          "404": {
            "description": "Not Found"
          }
        },
        "deprecated": false
      }
    },
    "/admin/api/v1/contentManagement/list": {
      "get": {
        "tags": [
          "内容管理相关接口"
        ],
        "summary": "内容管理列表",
        "operationId": "ContentManagementlist",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "applicableUser",
            "in": "query",
            "description": "适用用户（查询适用）:1-全选,2-CNS,3-CRS,4-非CNS非CRS,5-车联网用户",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "applicableUserDetailedVOList[0].applicableUser",
            "in": "query",
            "description": "适用用户:1-全选,2-CNS,3-CRS,4-非CNS非CRS,5-车联网用户,6-捷达",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "applicableUserDetailedVOList[0].applicableUserType",
            "in": "query",
            "description": "类型 1：内容管理-适用用户 2：内容活动-适用用户 3：题库管理-适用用户 4：推广活动-适用用户",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "applicableUserDetailedVOList[0].vehicleModel",
            "in": "query",
            "description": "车型",
            "required": false,
            "type": "string"
          },
          {
            "name": "applicableUserDetailedVOList[0].vehicleSeries",
            "in": "query",
            "description": "车系",
            "required": false,
            "type": "string"
          },
          {
            "name": "applicableUserName",
            "in": "query",
            "description": "适用用户（新增查询适用）:1-全选,2-CNS,3-CRS,4-非CNS非CRS,5-车联网用户",
            "required": false,
            "type": "array",
            "items": {
              "type": "string"
            },
            "collectionFormat": "multi"
          },
          {
            "name": "bannerUrl",
            "in": "query",
            "description": "banner图URL",
            "required": false,
            "type": "string"
          },
          {
            "name": "buttonName",
            "in": "query",
            "description": "按钮名称",
            "required": false,
            "type": "string"
          },
          {
            "name": "classificationIds",
            "in": "query",
            "description": "内容分类",
            "required": false,
            "type": "array",
            "items": {
              "type": "integer",
              "format": "int32"
            },
            "collectionFormat": "multi"
          },
          {
            "name": "classificationName",
            "in": "query",
            "description": "内容分类（列表查询适用）",
            "required": false,
            "type": "string"
          },
          {
            "name": "contentTitle",
            "in": "query",
            "description": "内容标题",
            "required": false,
            "type": "string"
          },
          {
            "name": "createdTime",
            "in": "query",
            "description": "创建时间",
            "required": false,
            "type": "string",
            "format": "date-time"
          },
          {
            "name": "detailsContentImageUrl",
            "in": "query",
            "description": "详情内容-图片URL",
            "required": false,
            "type": "string"
          },
          {
            "name": "detailsContentType",
            "in": "query",
            "description": "详情内容 1-单视频,2-视频+图片,3-单图片",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "detailsContentVideoUrl",
            "in": "query",
            "description": "详情内容-视频URL",
            "required": false,
            "type": "string"
          },
          {
            "name": "displayHoverButtonDetails",
            "in": "query",
            "description": "是否显示详情的悬浮按钮 1-显示，2-不显示",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "endCreatedTime",
            "in": "query",
            "description": "创建时间结束",
            "required": false,
            "type": "string"
          },
          {
            "name": "from",
            "in": "query",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "goldCoinNumber",
            "in": "query",
            "description": "系统权益-获得金币数量",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "id",
            "in": "query",
            "description": "内容管理id",
            "required": false,
            "type": "integer",
            "format": "int64"
          },
          {
            "name": "internalJumpUrl",
            "in": "query",
            "description": "内部跳转URL",
            "required": false,
            "type": "string"
          },
          {
            "name": "lableManagementIds",
            "in": "query",
            "description": "标签",
            "required": false,
            "type": "array",
            "items": {
              "type": "integer",
              "format": "int32"
            },
            "collectionFormat": "multi"
          },
          {
            "name": "lableManagementName",
            "in": "query",
            "description": "标签（列表查询适用）",
            "required": false,
            "type": "string"
          },
          {
            "name": "page",
            "in": "query",
            "description": "分页",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "pushContent",
            "in": "query",
            "description": "推送内容 1：推送图片 2：推送权益",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "pushImageUrl",
            "in": "query",
            "description": "推送图片URL",
            "required": false,
            "type": "string"
          },
          {
            "name": "pushType",
            "in": "query",
            "description": "推送 1：观看完毕后推送 2：不推送",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "rightsDetailedVOList[0].rightsImageUrl",
            "in": "query",
            "description": "权益图片URL",
            "required": false,
            "type": "string"
          },
          {
            "name": "rightsDetailedVOList[0].rightsInterests",
            "in": "query",
            "description": "选择权益",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "rightsDetailedVOList[0].rightsName",
            "in": "query",
            "description": "权益名称",
            "required": false,
            "type": "string"
          },
          {
            "name": "rightsDetailedVOList[0].rightsType",
            "in": "query",
            "description": "类型 1：内容管理权益卡券 2：内容管理推送权益  3：考卷奖励权益 4：推广活动 5：霸屏",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "rightsDetailedVOList[0].selectType",
            "in": "query",
            "description": "权益类型 0-权益 2-实物奖品",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "rightsDetailedVOList[0].skuInfoId",
            "in": "query",
            "description": "权益id(sku_info表id)",
            "required": false,
            "type": "integer",
            "format": "int64"
          },
          {
            "name": "seeMoreUrl",
            "in": "query",
            "description": "URL跳转",
            "required": false,
            "type": "string"
          },
          {
            "name": "size",
            "in": "query",
            "description": "每页数量",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "startCreatedTime",
            "in": "query",
            "description": "创建时间开始",
            "required": false,
            "type": "string"
          },
          {
            "name": "systemRights",
            "in": "query",
            "description": "系统权益 1:获得金币 2:权益卡券",
            "required": false,
            "type": "string"
          },
          {
            "name": "urlType",
            "in": "query",
            "description": "跳转类型 1-URL跳转 2-内部跳转URL",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "vehicleModel",
            "in": "query",
            "description": "车型（列表查询适用）",
            "required": false,
            "type": "string"
          },
          {
            "name": "vehicleModelName",
            "in": "query",
            "description": "车型（新增查询适用）",
            "required": false,
            "type": "array",
            "items": {
              "type": "string"
            },
            "collectionFormat": "multi"
          },
          {
            "name": "vehicleSeries",
            "in": "query",
            "description": "车系（列表查询适用）",
            "required": false,
            "type": "string"
          },
          {
            "name": "vehicleSeriesName",
            "in": "query",
            "description": "车系（新增查询适用）",
            "required": false,
            "type": "array",
            "items": {
              "type": "string"
            },
            "collectionFormat": "multi"
          },
          {
            "name": "videoDescribe",
            "in": "query",
            "description": "详情内容-视频描述",
            "required": false,
            "type": "string"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/公共响应对象«PageUtils«内容管理»»"
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "403": {
            "description": "Forbidden"
          },
          "404": {
            "description": "Not Found"
          }
        },
        "deprecated": false
      }
    },
    "/admin/api/v1/contentManagement/updateContentManagement": {
      "post": {
        "tags": [
          "内容管理相关接口"
        ],
        "summary": "编辑内容管理",
        "operationId": "ContentManagementupdateContentManagement",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "contentManagementVO",
            "description": "contentManagementVO",
            "required": true,
            "schema": {
              "$ref": "#/definitions/ContentManagementVO"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/公共响应对象«删除逻辑提示»"
            }
          },
          "201": {
            "description": "Created"
          },
          "401": {
            "description": "Unauthorized"
          },
          "403": {
            "description": "Forbidden"
          },
          "404": {
            "description": "Not Found"
          }
        },
        "deprecated": false
      }
    },
    "/admin/api/v1/dominatingScreen/addDominatingScreen": {
      "post": {
        "tags": [
          "霸屏相关接口"
        ],
        "summary": "新增霸屏",
        "operationId": "DominatingScreenaddDominatingScreen",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "dominatingScreenVO",
            "description": "dominatingScreenVO",
            "required": true,
            "schema": {
              "$ref": "#/definitions/DominatingScreenVO"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/公共响应对象«校验提示»"
            }
          },
          "201": {
            "description": "Created"
          },
          "401": {
            "description": "Unauthorized"
          },
          "403": {
            "description": "Forbidden"
          },
          "404": {
            "description": "Not Found"
          }
        },
        "deprecated": false
      }
    },
    "/admin/api/v1/dominatingScreen/checkDominatingScreen": {
      "post": {
        "tags": [
          "霸屏相关接口"
        ],
        "summary": "删除霸屏校验",
        "operationId": "DominatingScreencheckDominatingScreen",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "checkActivityVO",
            "description": "checkActivityVO",
            "required": true,
            "schema": {
              "$ref": "#/definitions/CheckActivityVO"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/公共响应对象«校验提示»"
            }
          },
          "201": {
            "description": "Created"
          },
          "401": {
            "description": "Unauthorized"
          },
          "403": {
            "description": "Forbidden"
          },
          "404": {
            "description": "Not Found"
          }
        },
        "deprecated": false
      }
    },
    "/admin/api/v1/dominatingScreen/delete": {
      "post": {
        "tags": [
          "霸屏相关接口"
        ],
        "summary": "删除霸屏",
        "operationId": "DominatingScreendelete",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "ids",
            "description": "ids",
            "required": true,
            "schema": {
              "type": "array",
              "items": {
                "type": "integer",
                "format": "int64"
              }
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/公共响应对象"
            }
          },
          "201": {
            "description": "Created"
          },
          "401": {
            "description": "Unauthorized"
          },
          "403": {
            "description": "Forbidden"
          },
          "404": {
            "description": "Not Found"
          }
        },
        "deprecated": false
      }
    },
    "/admin/api/v1/dominatingScreen/dominatingScreen/export": {
      "get": {
        "tags": [
          "霸屏相关接口"
        ],
        "summary": "霸屏导出",
        "operationId": "DominatingScreenexportDominatingScreen",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "activityCode",
            "in": "query",
            "description": "所属活动code",
            "required": false,
            "type": "string"
          },
          {
            "name": "applicableUserDetailedVOList[0].applicableUser",
            "in": "query",
            "description": "适用用户:1-全选,2-CNS,3-CRS,4-非CNS非CRS,5-车联网用户,6-捷达",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "applicableUserDetailedVOList[0].applicableUserType",
            "in": "query",
            "description": "类型 1：内容管理-适用用户 2：内容活动-适用用户 3：题库管理-适用用户 4：推广活动-适用用户",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "applicableUserDetailedVOList[0].vehicleModel",
            "in": "query",
            "description": "车型",
            "required": false,
            "type": "string"
          },
          {
            "name": "applicableUserDetailedVOList[0].vehicleSeries",
            "in": "query",
            "description": "车系",
            "required": false,
            "type": "string"
          },
          {
            "name": "buttonImgUrl",
            "in": "query",
            "description": "按钮图片url",
            "required": false,
            "type": "string"
          },
          {
            "name": "buttonUrl",
            "in": "query",
            "description": "按钮跳转详情URL",
            "required": false,
            "type": "string"
          },
          {
            "name": "countDown",
            "in": "query",
            "description": "倒计时（秒）",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "dominatingScreenContent",
            "in": "query",
            "description": "霸屏内容 1权益，2图片",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "dominatingScreenName",
            "in": "query",
            "description": "霸屏名称",
            "required": false,
            "type": "string"
          },
          {
            "name": "dominatingScreenUserTemplateList[0].phone",
            "in": "query",
            "description": "手机号",
            "required": false,
            "type": "string"
          },
          {
            "name": "dominatingScreenUserTemplateList[0].vinCode",
            "in": "query",
            "description": "VIN",
            "required": false,
            "type": "string"
          },
          {
            "name": "dominatingScreenyStatus",
            "in": "query",
            "description": "（查询条件）上下架状态 1-上架 2-下架 3-发布",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "endCreatedTime",
            "in": "query",
            "description": "（查询条件）创建时间结束",
            "required": false,
            "type": "string"
          },
          {
            "name": "endTime",
            "in": "query",
            "description": "有效期结束时间",
            "required": false,
            "type": "string",
            "format": "date-time"
          },
          {
            "name": "from",
            "in": "query",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "id",
            "in": "query",
            "description": "霸屏ID",
            "required": false,
            "type": "integer",
            "format": "int64"
          },
          {
            "name": "ids",
            "in": "query",
            "required": false,
            "type": "string"
          },
          {
            "name": "imgUrl",
            "in": "query",
            "description": "图片地址",
            "required": false,
            "type": "string"
          },
          {
            "name": "isDisplayButton",
            "in": "query",
            "description": "按钮显示1-不显示 2-显示",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "page",
            "in": "query",
            "description": "分页",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "popFrequency",
            "in": "query",
            "description": "弹出频率1-不限制每次弹出 2-仅首次弹出 3-每日首次弹出 4-领取后不再弹出",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "rightsDetailedVO.rightsImageUrl",
            "in": "query",
            "description": "权益图片URL",
            "required": false,
            "type": "string"
          },
          {
            "name": "rightsDetailedVO.rightsInterests",
            "in": "query",
            "description": "选择权益",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "rightsDetailedVO.rightsName",
            "in": "query",
            "description": "权益名称",
            "required": false,
            "type": "string"
          },
          {
            "name": "rightsDetailedVO.rightsType",
            "in": "query",
            "description": "类型 1：内容管理权益卡券 2：内容管理推送权益  3：考卷奖励权益 4：推广活动 5：霸屏",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "rightsDetailedVO.selectType",
            "in": "query",
            "description": "权益类型 0-权益 2-实物奖品",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "rightsDetailedVO.skuInfoId",
            "in": "query",
            "description": "权益id(sku_info表id)",
            "required": false,
            "type": "integer",
            "format": "int64"
          },
          {
            "name": "size",
            "in": "query",
            "description": "每页数量",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "startCreatedTime",
            "in": "query",
            "description": "（查询条件）创建时间开始",
            "required": false,
            "type": "string"
          },
          {
            "name": "startTime",
            "in": "query",
            "description": "有效期开始时间",
            "required": false,
            "type": "string",
            "format": "date-time"
          },
          {
            "name": "stationJumpImageUrl",
            "in": "query",
            "description": "站内跳转-图片URL",
            "required": false,
            "type": "string"
          },
          {
            "name": "status",
            "in": "query",
            "description": "（查询条件）状态（1-未开始 2-进行中 3-已结束）",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "targetUsers",
            "in": "query",
            "description": "目标用户：1系统用户，2自定义用户",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "triggerPosition",
            "in": "query",
            "description": "触发位置1-新用户教育首页 2-用户学院首页 3-观看视频完毕后 4-提交答题后",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "urlJump",
            "in": "query",
            "description": "按钮跳转详情 1-站内跳转，2-站外跳转",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "validityEndTime",
            "in": "query",
            "description": "（查询条件）有效期结束",
            "required": false,
            "type": "string"
          },
          {
            "name": "validityStartTime",
            "in": "query",
            "description": "（查询条件）有效期开始",
            "required": false,
            "type": "string"
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          },
          "401": {
            "description": "Unauthorized"
          },
          "403": {
            "description": "Forbidden"
          },
          "404": {
            "description": "Not Found"
          }
        },
        "deprecated": false
      }
    },
    "/admin/api/v1/dominatingScreen/dominatingScreenImport": {
      "post": {
        "tags": [
          "霸屏相关接口"
        ],
        "summary": "霸屏自定义用户导入",
        "operationId": "DominatingScreendominatingScreenImport",
        "consumes": [
          "multipart/form-data"
        ],
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "file",
            "in": "formData",
            "description": "file",
            "required": true,
            "type": "file"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/公共响应对象«ImportResult»"
            }
          },
          "201": {
            "description": "Created"
          },
          "401": {
            "description": "Unauthorized"
          },
          "403": {
            "description": "Forbidden"
          },
          "404": {
            "description": "Not Found"
          }
        },
        "deprecated": false
      }
    },
    "/admin/api/v1/dominatingScreen/getDominatingScreenUser/{id}": {
      "get": {
        "tags": [
          "霸屏相关接口"
        ],
        "summary": "查看目标用户",
        "operationId": "DominatingScreengetDominatingScreenUser",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "description": "id",
            "required": true,
            "type": "integer",
            "format": "int64"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/公共响应对象«List«DominatingScreenUserTemplate»»"
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "403": {
            "description": "Forbidden"
          },
          "404": {
            "description": "Not Found"
          }
        },
        "deprecated": false
      }
    },
    "/admin/api/v1/dominatingScreen/info/{id}": {
      "get": {
        "tags": [
          "霸屏相关接口"
        ],
        "summary": "霸屏详情查看",
        "operationId": "DominatingScreeninfo",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "description": "id",
            "required": true,
            "type": "integer",
            "format": "int64"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/公共响应对象«霸屏»"
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "403": {
            "description": "Forbidden"
          },
          "404": {
            "description": "Not Found"
          }
        },
        "deprecated": false
      }
    },
    "/admin/api/v1/dominatingScreen/list": {
      "get": {
        "tags": [
          "霸屏相关接口"
        ],
        "summary": "霸屏列表",
        "operationId": "DominatingScreenlist",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "activityCode",
            "in": "query",
            "description": "所属活动code",
            "required": false,
            "type": "string"
          },
          {
            "name": "applicableUserDetailedVOList[0].applicableUser",
            "in": "query",
            "description": "适用用户:1-全选,2-CNS,3-CRS,4-非CNS非CRS,5-车联网用户,6-捷达",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "applicableUserDetailedVOList[0].applicableUserType",
            "in": "query",
            "description": "类型 1：内容管理-适用用户 2：内容活动-适用用户 3：题库管理-适用用户 4：推广活动-适用用户",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "applicableUserDetailedVOList[0].vehicleModel",
            "in": "query",
            "description": "车型",
            "required": false,
            "type": "string"
          },
          {
            "name": "applicableUserDetailedVOList[0].vehicleSeries",
            "in": "query",
            "description": "车系",
            "required": false,
            "type": "string"
          },
          {
            "name": "buttonImgUrl",
            "in": "query",
            "description": "按钮图片url",
            "required": false,
            "type": "string"
          },
          {
            "name": "buttonUrl",
            "in": "query",
            "description": "按钮跳转详情URL",
            "required": false,
            "type": "string"
          },
          {
            "name": "countDown",
            "in": "query",
            "description": "倒计时（秒）",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "dominatingScreenContent",
            "in": "query",
            "description": "霸屏内容 1权益，2图片",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "dominatingScreenName",
            "in": "query",
            "description": "霸屏名称",
            "required": false,
            "type": "string"
          },
          {
            "name": "dominatingScreenUserTemplateList[0].phone",
            "in": "query",
            "description": "手机号",
            "required": false,
            "type": "string"
          },
          {
            "name": "dominatingScreenUserTemplateList[0].vinCode",
            "in": "query",
            "description": "VIN",
            "required": false,
            "type": "string"
          },
          {
            "name": "dominatingScreenyStatus",
            "in": "query",
            "description": "（查询条件）上下架状态 1-上架 2-下架 3-发布",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "endCreatedTime",
            "in": "query",
            "description": "（查询条件）创建时间结束",
            "required": false,
            "type": "string"
          },
          {
            "name": "endTime",
            "in": "query",
            "description": "有效期结束时间",
            "required": false,
            "type": "string",
            "format": "date-time"
          },
          {
            "name": "from",
            "in": "query",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "id",
            "in": "query",
            "description": "霸屏ID",
            "required": false,
            "type": "integer",
            "format": "int64"
          },
          {
            "name": "ids",
            "in": "query",
            "required": false,
            "type": "string"
          },
          {
            "name": "imgUrl",
            "in": "query",
            "description": "图片地址",
            "required": false,
            "type": "string"
          },
          {
            "name": "isDisplayButton",
            "in": "query",
            "description": "按钮显示1-不显示 2-显示",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "page",
            "in": "query",
            "description": "分页",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "popFrequency",
            "in": "query",
            "description": "弹出频率1-不限制每次弹出 2-仅首次弹出 3-每日首次弹出 4-领取后不再弹出",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "rightsDetailedVO.rightsImageUrl",
            "in": "query",
            "description": "权益图片URL",
            "required": false,
            "type": "string"
          },
          {
            "name": "rightsDetailedVO.rightsInterests",
            "in": "query",
            "description": "选择权益",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "rightsDetailedVO.rightsName",
            "in": "query",
            "description": "权益名称",
            "required": false,
            "type": "string"
          },
          {
            "name": "rightsDetailedVO.rightsType",
            "in": "query",
            "description": "类型 1：内容管理权益卡券 2：内容管理推送权益  3：考卷奖励权益 4：推广活动 5：霸屏",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "rightsDetailedVO.selectType",
            "in": "query",
            "description": "权益类型 0-权益 2-实物奖品",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "rightsDetailedVO.skuInfoId",
            "in": "query",
            "description": "权益id(sku_info表id)",
            "required": false,
            "type": "integer",
            "format": "int64"
          },
          {
            "name": "size",
            "in": "query",
            "description": "每页数量",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "startCreatedTime",
            "in": "query",
            "description": "（查询条件）创建时间开始",
            "required": false,
            "type": "string"
          },
          {
            "name": "startTime",
            "in": "query",
            "description": "有效期开始时间",
            "required": false,
            "type": "string",
            "format": "date-time"
          },
          {
            "name": "stationJumpImageUrl",
            "in": "query",
            "description": "站内跳转-图片URL",
            "required": false,
            "type": "string"
          },
          {
            "name": "status",
            "in": "query",
            "description": "（查询条件）状态（1-未开始 2-进行中 3-已结束）",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "targetUsers",
            "in": "query",
            "description": "目标用户：1系统用户，2自定义用户",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "triggerPosition",
            "in": "query",
            "description": "触发位置1-新用户教育首页 2-用户学院首页 3-观看视频完毕后 4-提交答题后",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "urlJump",
            "in": "query",
            "description": "按钮跳转详情 1-站内跳转，2-站外跳转",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "validityEndTime",
            "in": "query",
            "description": "（查询条件）有效期结束",
            "required": false,
            "type": "string"
          },
          {
            "name": "validityStartTime",
            "in": "query",
            "description": "（查询条件）有效期开始",
            "required": false,
            "type": "string"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/公共响应对象«PageUtils«霸屏»»"
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "403": {
            "description": "Forbidden"
          },
          "404": {
            "description": "Not Found"
          }
        },
        "deprecated": false
      }
    },
    "/admin/api/v1/dominatingScreen/template": {
      "get": {
        "tags": [
          "霸屏相关接口"
        ],
        "summary": "霸屏自定义用户模板下载",
        "operationId": "DominatingScreendownloadTemplate",
        "produces": [
          "*/*"
        ],
        "responses": {
          "200": {
            "description": "OK"
          },
          "401": {
            "description": "Unauthorized"
          },
          "403": {
            "description": "Forbidden"
          },
          "404": {
            "description": "Not Found"
          }
        },
        "deprecated": false
      }
    },
    "/admin/api/v1/dominatingScreen/updateDominatingScreen": {
      "post": {
        "tags": [
          "霸屏相关接口"
        ],
        "summary": "编辑霸屏",
        "operationId": "DominatingScreenupdateDominatingScreen",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "dominatingScreenVO",
            "description": "dominatingScreenVO",
            "required": true,
            "schema": {
              "$ref": "#/definitions/DominatingScreenVO"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/公共响应对象«校验提示»"
            }
          },
          "201": {
            "description": "Created"
          },
          "401": {
            "description": "Unauthorized"
          },
          "403": {
            "description": "Forbidden"
          },
          "404": {
            "description": "Not Found"
          }
        },
        "deprecated": false
      }
    },
    "/admin/api/v1/dominatingScreen/updateStatus": {
      "post": {
        "tags": [
          "霸屏相关接口"
        ],
        "summary": "状态修改",
        "operationId": "DominatingScreenupdateStatus",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "dominatingScreenyStatus",
            "in": "query",
            "description": "上下架状态",
            "required": true,
            "type": "integer",
            "format": "int32",
            "allowEmptyValue": false
          },
          {
            "name": "id",
            "in": "query",
            "description": "霸屏id",
            "required": true,
            "type": "integer",
            "format": "int64",
            "allowEmptyValue": false
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/公共响应对象«校验提示»"
            }
          },
          "201": {
            "description": "Created"
          },
          "401": {
            "description": "Unauthorized"
          },
          "403": {
            "description": "Forbidden"
          },
          "404": {
            "description": "Not Found"
          }
        },
        "deprecated": false
      }
    },
    "/admin/api/v1/examinationPaper/addExaminationPaper": {
      "post": {
        "tags": [
          "考卷相关接口"
        ],
        "summary": "新增考卷",
        "operationId": "ExaminationPaperaddExaminationPaper",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "examinationPaperVO",
            "description": "examinationPaperVO",
            "required": true,
            "schema": {
              "$ref": "#/definitions/ExaminationPaperVO"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/公共响应对象«校验提示»"
            }
          },
          "201": {
            "description": "Created"
          },
          "401": {
            "description": "Unauthorized"
          },
          "403": {
            "description": "Forbidden"
          },
          "404": {
            "description": "Not Found"
          }
        },
        "deprecated": false
      }
    },
    "/admin/api/v1/examinationPaper/checkExaminationPaper": {
      "post": {
        "tags": [
          "考卷相关接口"
        ],
        "summary": "删除考卷校验",
        "operationId": "ExaminationPapercheckExaminationPaper",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "ids",
            "description": "ids",
            "required": true,
            "schema": {
              "type": "array",
              "items": {
                "type": "integer",
                "format": "int64"
              }
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/公共响应对象«校验提示»"
            }
          },
          "201": {
            "description": "Created"
          },
          "401": {
            "description": "Unauthorized"
          },
          "403": {
            "description": "Forbidden"
          },
          "404": {
            "description": "Not Found"
          }
        },
        "deprecated": false
      }
    },
    "/admin/api/v1/examinationPaper/checkQuestionBank": {
      "post": {
        "tags": [
          "考卷相关接口"
        ],
        "summary": "校验可行性",
        "operationId": "ExaminationPapercheckQuestionBank",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "questionBankCheckVO",
            "description": "questionBankCheckVO",
            "required": true,
            "schema": {
              "$ref": "#/definitions/QuestionBankCheckVO"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/公共响应对象«QuestionBankCheckView»"
            }
          },
          "201": {
            "description": "Created"
          },
          "401": {
            "description": "Unauthorized"
          },
          "403": {
            "description": "Forbidden"
          },
          "404": {
            "description": "Not Found"
          }
        },
        "deprecated": false
      }
    },
    "/admin/api/v1/examinationPaper/checkUpdateExaminationPaper": {
      "get": {
        "tags": [
          "考卷相关接口"
        ],
        "summary": "编辑校验",
        "operationId": "ExaminationPapercheckUpdateExaminationPaper",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "id",
            "in": "query",
            "description": "id",
            "required": false,
            "type": "integer",
            "format": "int64"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/公共响应对象«校验提示»"
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "403": {
            "description": "Forbidden"
          },
          "404": {
            "description": "Not Found"
          }
        },
        "deprecated": false
      }
    },
    "/admin/api/v1/examinationPaper/delete": {
      "post": {
        "tags": [
          "考卷相关接口"
        ],
        "summary": "删除考卷",
        "operationId": "ExaminationPaperdelete",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "ids",
            "description": "ids",
            "required": true,
            "schema": {
              "type": "array",
              "items": {
                "type": "integer",
                "format": "int64"
              }
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/公共响应对象"
            }
          },
          "201": {
            "description": "Created"
          },
          "401": {
            "description": "Unauthorized"
          },
          "403": {
            "description": "Forbidden"
          },
          "404": {
            "description": "Not Found"
          }
        },
        "deprecated": false
      }
    },
    "/admin/api/v1/examinationPaper/export": {
      "get": {
        "tags": [
          "考卷相关接口"
        ],
        "summary": "考卷导出",
        "operationId": "ExaminationPaperexportExaminationPaper",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "activityCode",
            "in": "query",
            "description": "活动code",
            "required": false,
            "type": "string"
          },
          {
            "name": "additionalAnswerOpportunity",
            "in": "query",
            "description": "额外答题机会 1-允许 2-每次分享后可获得几次答题机会 3-每次分享后，可获得几次答题机会，但最多可获得几次机会 4-第一次分享后，可额外获得几次答题机会",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "answerAgainSetting",
            "in": "query",
            "description": "再次答题设置：1-再次答题与上次题目保持一致 2-再次答题重新从题库中随机选择",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "answerNumber",
            "in": "query",
            "description": "答题数量",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "answerOpportunityNumber",
            "in": "query",
            "description": "额外答题机会次数",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "answerSort",
            "in": "query",
            "description": "答题顺序:1-随机 2-按题库顺序",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "answerTime",
            "in": "query",
            "description": "答题时间限制(秒)",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "answerTotalScore",
            "in": "query",
            "description": "答题总分",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "endCreatedTime",
            "in": "query",
            "description": "创建时间结束",
            "required": false,
            "type": "string"
          },
          {
            "name": "endTime",
            "in": "query",
            "description": "考卷有效期结束时间",
            "required": false,
            "type": "string",
            "format": "date-time"
          },
          {
            "name": "examinationPaperPrizeSettingVOList[0].awardGrade",
            "in": "query",
            "description": "奖品等级",
            "required": false,
            "type": "string"
          },
          {
            "name": "examinationPaperPrizeSettingVOList[0].bonusPoints",
            "in": "query",
            "description": "领取奖品：奖励积分 1-为选中",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "examinationPaperPrizeSettingVOList[0].bonusPointsNumber",
            "in": "query",
            "description": "奖励积分数",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "examinationPaperPrizeSettingVOList[0].id",
            "in": "query",
            "description": "奖品设置id",
            "required": false,
            "type": "integer",
            "format": "int64"
          },
          {
            "name": "examinationPaperPrizeSettingVOList[0].incentiveBenefits",
            "in": "query",
            "description": "奖励权益 1-为选中",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "examinationPaperPrizeSettingVOList[0].maxScore",
            "in": "query",
            "description": "最大分数",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "examinationPaperPrizeSettingVOList[0].minScore",
            "in": "query",
            "description": "最小分数",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "examinationPaperPrizeSettingVOList[0].rightsDetailedVO.rightsImageUrl",
            "in": "query",
            "description": "权益图片URL",
            "required": false,
            "type": "string"
          },
          {
            "name": "examinationPaperPrizeSettingVOList[0].rightsDetailedVO.rightsInterests",
            "in": "query",
            "description": "选择权益",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "examinationPaperPrizeSettingVOList[0].rightsDetailedVO.rightsName",
            "in": "query",
            "description": "权益名称",
            "required": false,
            "type": "string"
          },
          {
            "name": "examinationPaperPrizeSettingVOList[0].rightsDetailedVO.rightsType",
            "in": "query",
            "description": "类型 1：内容管理权益卡券 2：内容管理推送权益  3：考卷奖励权益 4：推广活动 5：霸屏",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "examinationPaperPrizeSettingVOList[0].rightsDetailedVO.selectType",
            "in": "query",
            "description": "权益类型 0-权益 2-实物奖品",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "examinationPaperPrizeSettingVOList[0].rightsDetailedVO.skuInfoId",
            "in": "query",
            "description": "权益id(sku_info表id)",
            "required": false,
            "type": "integer",
            "format": "int64"
          },
          {
            "name": "examinationPaperStatus",
            "in": "query",
            "description": "当前上下架状态（1-上架 2-下架）",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "examinationPaperTitle",
            "in": "query",
            "description": "考卷标题",
            "required": false,
            "type": "string"
          },
          {
            "name": "from",
            "in": "query",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "id",
            "in": "query",
            "description": "考卷id",
            "required": false,
            "type": "integer",
            "format": "int64"
          },
          {
            "name": "ids",
            "in": "query",
            "required": false,
            "type": "string"
          },
          {
            "name": "maxFraction",
            "in": "query",
            "description": "最大分数",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "minFraction",
            "in": "query",
            "description": "最小分数",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "mostAnswerOpportunityNumber",
            "in": "query",
            "description": "对应-额外答题机会3：最多可获得答题机会",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "page",
            "in": "query",
            "description": "分页",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "questionBankId",
            "in": "query",
            "description": "选择题库(以逗号隔开)",
            "required": false,
            "type": "string"
          },
          {
            "name": "size",
            "in": "query",
            "description": "每页数量",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "startCreatedTime",
            "in": "query",
            "description": "创建时间开始",
            "required": false,
            "type": "string"
          },
          {
            "name": "startTime",
            "in": "query",
            "description": "考卷有效期开始时间",
            "required": false,
            "type": "string",
            "format": "date-time"
          },
          {
            "name": "status",
            "in": "query",
            "description": "状态（1-未开始 2-进行中 3-已结束）",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "userDefaultAnswerOpportunity",
            "in": "query",
            "description": "用户默认答题机会次数",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "validityEndTime",
            "in": "query",
            "description": "（查询条件）考卷有效期结束",
            "required": false,
            "type": "string"
          },
          {
            "name": "validityStartTime",
            "in": "query",
            "description": "（查询条件）考卷有效期开始",
            "required": false,
            "type": "string"
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          },
          "401": {
            "description": "Unauthorized"
          },
          "403": {
            "description": "Forbidden"
          },
          "404": {
            "description": "Not Found"
          }
        },
        "deprecated": false
      }
    },
    "/admin/api/v1/examinationPaper/info/{id}": {
      "get": {
        "tags": [
          "考卷相关接口"
        ],
        "summary": "考卷详情查看",
        "operationId": "ExaminationPaperinfo",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "description": "id",
            "required": true,
            "type": "integer",
            "format": "int64"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/公共响应对象«考卷数据»"
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "403": {
            "description": "Forbidden"
          },
          "404": {
            "description": "Not Found"
          }
        },
        "deprecated": false
      }
    },
    "/admin/api/v1/examinationPaper/list": {
      "get": {
        "tags": [
          "考卷相关接口"
        ],
        "summary": "考卷列表",
        "operationId": "ExaminationPaperlist",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "activityCode",
            "in": "query",
            "description": "活动code",
            "required": false,
            "type": "string"
          },
          {
            "name": "additionalAnswerOpportunity",
            "in": "query",
            "description": "额外答题机会 1-允许 2-每次分享后可获得几次答题机会 3-每次分享后，可获得几次答题机会，但最多可获得几次机会 4-第一次分享后，可额外获得几次答题机会",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "answerAgainSetting",
            "in": "query",
            "description": "再次答题设置：1-再次答题与上次题目保持一致 2-再次答题重新从题库中随机选择",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "answerNumber",
            "in": "query",
            "description": "答题数量",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "answerOpportunityNumber",
            "in": "query",
            "description": "额外答题机会次数",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "answerSort",
            "in": "query",
            "description": "答题顺序:1-随机 2-按题库顺序",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "answerTime",
            "in": "query",
            "description": "答题时间限制(秒)",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "answerTotalScore",
            "in": "query",
            "description": "答题总分",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "endCreatedTime",
            "in": "query",
            "description": "创建时间结束",
            "required": false,
            "type": "string"
          },
          {
            "name": "endTime",
            "in": "query",
            "description": "考卷有效期结束时间",
            "required": false,
            "type": "string",
            "format": "date-time"
          },
          {
            "name": "examinationPaperPrizeSettingVOList[0].awardGrade",
            "in": "query",
            "description": "奖品等级",
            "required": false,
            "type": "string"
          },
          {
            "name": "examinationPaperPrizeSettingVOList[0].bonusPoints",
            "in": "query",
            "description": "领取奖品：奖励积分 1-为选中",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "examinationPaperPrizeSettingVOList[0].bonusPointsNumber",
            "in": "query",
            "description": "奖励积分数",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "examinationPaperPrizeSettingVOList[0].id",
            "in": "query",
            "description": "奖品设置id",
            "required": false,
            "type": "integer",
            "format": "int64"
          },
          {
            "name": "examinationPaperPrizeSettingVOList[0].incentiveBenefits",
            "in": "query",
            "description": "奖励权益 1-为选中",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "examinationPaperPrizeSettingVOList[0].maxScore",
            "in": "query",
            "description": "最大分数",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "examinationPaperPrizeSettingVOList[0].minScore",
            "in": "query",
            "description": "最小分数",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "examinationPaperPrizeSettingVOList[0].rightsDetailedVO.rightsImageUrl",
            "in": "query",
            "description": "权益图片URL",
            "required": false,
            "type": "string"
          },
          {
            "name": "examinationPaperPrizeSettingVOList[0].rightsDetailedVO.rightsInterests",
            "in": "query",
            "description": "选择权益",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "examinationPaperPrizeSettingVOList[0].rightsDetailedVO.rightsName",
            "in": "query",
            "description": "权益名称",
            "required": false,
            "type": "string"
          },
          {
            "name": "examinationPaperPrizeSettingVOList[0].rightsDetailedVO.rightsType",
            "in": "query",
            "description": "类型 1：内容管理权益卡券 2：内容管理推送权益  3：考卷奖励权益 4：推广活动 5：霸屏",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "examinationPaperPrizeSettingVOList[0].rightsDetailedVO.selectType",
            "in": "query",
            "description": "权益类型 0-权益 2-实物奖品",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "examinationPaperPrizeSettingVOList[0].rightsDetailedVO.skuInfoId",
            "in": "query",
            "description": "权益id(sku_info表id)",
            "required": false,
            "type": "integer",
            "format": "int64"
          },
          {
            "name": "examinationPaperStatus",
            "in": "query",
            "description": "当前上下架状态（1-上架 2-下架）",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "examinationPaperTitle",
            "in": "query",
            "description": "考卷标题",
            "required": false,
            "type": "string"
          },
          {
            "name": "from",
            "in": "query",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "id",
            "in": "query",
            "description": "考卷id",
            "required": false,
            "type": "integer",
            "format": "int64"
          },
          {
            "name": "ids",
            "in": "query",
            "required": false,
            "type": "string"
          },
          {
            "name": "maxFraction",
            "in": "query",
            "description": "最大分数",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "minFraction",
            "in": "query",
            "description": "最小分数",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "mostAnswerOpportunityNumber",
            "in": "query",
            "description": "对应-额外答题机会3：最多可获得答题机会",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "page",
            "in": "query",
            "description": "分页",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "questionBankId",
            "in": "query",
            "description": "选择题库(以逗号隔开)",
            "required": false,
            "type": "string"
          },
          {
            "name": "size",
            "in": "query",
            "description": "每页数量",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "startCreatedTime",
            "in": "query",
            "description": "创建时间开始",
            "required": false,
            "type": "string"
          },
          {
            "name": "startTime",
            "in": "query",
            "description": "考卷有效期开始时间",
            "required": false,
            "type": "string",
            "format": "date-time"
          },
          {
            "name": "status",
            "in": "query",
            "description": "状态（1-未开始 2-进行中 3-已结束）",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "userDefaultAnswerOpportunity",
            "in": "query",
            "description": "用户默认答题机会次数",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "validityEndTime",
            "in": "query",
            "description": "（查询条件）考卷有效期结束",
            "required": false,
            "type": "string"
          },
          {
            "name": "validityStartTime",
            "in": "query",
            "description": "（查询条件）考卷有效期开始",
            "required": false,
            "type": "string"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/公共响应对象«PageUtils«考卷数据»»"
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "403": {
            "description": "Forbidden"
          },
          "404": {
            "description": "Not Found"
          }
        },
        "deprecated": false
      }
    },
    "/admin/api/v1/examinationPaper/updateExaminationPaper": {
      "post": {
        "tags": [
          "考卷相关接口"
        ],
        "summary": "编辑考卷",
        "operationId": "ExaminationPaperupdateExaminationPaper",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "examinationPaperVO",
            "description": "examinationPaperVO",
            "required": true,
            "schema": {
              "$ref": "#/definitions/ExaminationPaperVO"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/公共响应对象«校验提示»"
            }
          },
          "201": {
            "description": "Created"
          },
          "401": {
            "description": "Unauthorized"
          },
          "403": {
            "description": "Forbidden"
          },
          "404": {
            "description": "Not Found"
          }
        },
        "deprecated": false
      }
    },
    "/admin/api/v1/examinationPaper/updateStatus": {
      "post": {
        "tags": [
          "考卷相关接口"
        ],
        "summary": "状态修改",
        "operationId": "ExaminationPaperupdateStatus",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "activityCode",
            "in": "query",
            "description": "活动code",
            "required": true,
            "type": "string",
            "allowEmptyValue": false
          },
          {
            "name": "examinationPaperStatus",
            "in": "query",
            "description": "上下架状态",
            "required": true,
            "type": "integer",
            "format": "int32",
            "allowEmptyValue": false
          },
          {
            "name": "id",
            "in": "query",
            "description": "考卷id",
            "required": true,
            "type": "integer",
            "format": "int64",
            "allowEmptyValue": false
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/公共响应对象«校验提示»"
            }
          },
          "201": {
            "description": "Created"
          },
          "401": {
            "description": "Unauthorized"
          },
          "403": {
            "description": "Forbidden"
          },
          "404": {
            "description": "Not Found"
          }
        },
        "deprecated": false
      }
    },
    "/admin/api/v1/extensionActivity/addExtensionActivity": {
      "post": {
        "tags": [
          "推广活动相关接口"
        ],
        "summary": "新增推广活动",
        "operationId": "ExtensionActivityaddExtensionActivity",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "extensionActivityVO",
            "description": "extensionActivityVO",
            "required": true,
            "schema": {
              "$ref": "#/definitions/ExtensionActivityVO"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/公共响应对象"
            }
          },
          "201": {
            "description": "Created"
          },
          "401": {
            "description": "Unauthorized"
          },
          "403": {
            "description": "Forbidden"
          },
          "404": {
            "description": "Not Found"
          }
        },
        "deprecated": false
      }
    },
    "/admin/api/v1/extensionActivity/checkExtensionActivity": {
      "post": {
        "tags": [
          "推广活动相关接口"
        ],
        "summary": "删除推广活动校验",
        "operationId": "ExtensionActivitycheckExtensionActivity",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "checkActivityVO",
            "description": "checkActivityVO",
            "required": true,
            "schema": {
              "$ref": "#/definitions/CheckActivityVO"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/公共响应对象«校验提示»"
            }
          },
          "201": {
            "description": "Created"
          },
          "401": {
            "description": "Unauthorized"
          },
          "403": {
            "description": "Forbidden"
          },
          "404": {
            "description": "Not Found"
          }
        },
        "deprecated": false
      }
    },
    "/admin/api/v1/extensionActivity/delete": {
      "post": {
        "tags": [
          "推广活动相关接口"
        ],
        "summary": "删除推广活动",
        "operationId": "ExtensionActivitydelete",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "ids",
            "description": "ids",
            "required": true,
            "schema": {
              "type": "array",
              "items": {
                "type": "integer",
                "format": "int64"
              }
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/公共响应对象"
            }
          },
          "201": {
            "description": "Created"
          },
          "401": {
            "description": "Unauthorized"
          },
          "403": {
            "description": "Forbidden"
          },
          "404": {
            "description": "Not Found"
          }
        },
        "deprecated": false
      }
    },
    "/admin/api/v1/extensionActivity/extensionActivity/export": {
      "get": {
        "tags": [
          "推广活动相关接口"
        ],
        "summary": "推广活动导出",
        "operationId": "ExtensionActivityexportExtensionActivity",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "activityCode",
            "in": "query",
            "description": "所属活动code",
            "required": false,
            "type": "string"
          },
          {
            "name": "applicableUserDetailedVOList[0].applicableUser",
            "in": "query",
            "description": "适用用户:1-全选,2-CNS,3-CRS,4-非CNS非CRS,5-车联网用户,6-捷达",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "applicableUserDetailedVOList[0].applicableUserType",
            "in": "query",
            "description": "类型 1：内容管理-适用用户 2：内容活动-适用用户 3：题库管理-适用用户 4：推广活动-适用用户",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "applicableUserDetailedVOList[0].vehicleModel",
            "in": "query",
            "description": "车型",
            "required": false,
            "type": "string"
          },
          {
            "name": "applicableUserDetailedVOList[0].vehicleSeries",
            "in": "query",
            "description": "车系",
            "required": false,
            "type": "string"
          },
          {
            "name": "bannerImageUrl",
            "in": "query",
            "description": "banner图URL",
            "required": false,
            "type": "string"
          },
          {
            "name": "bannerVideoUrl",
            "in": "query",
            "description": "banner视频URL",
            "required": false,
            "type": "string"
          },
          {
            "name": "buttonImageUrl",
            "in": "query",
            "description": "按钮图片跳转",
            "required": false,
            "type": "string"
          },
          {
            "name": "buttonName",
            "in": "query",
            "description": "按钮名称",
            "required": false,
            "type": "string"
          },
          {
            "name": "buttonUrl",
            "in": "query",
            "description": "按钮跳转",
            "required": false,
            "type": "string"
          },
          {
            "name": "createdTime",
            "in": "query",
            "description": "创建时间",
            "required": false,
            "type": "string",
            "format": "date-time"
          },
          {
            "name": "detailsContentImage",
            "in": "query",
            "description": "详情内容图片",
            "required": false,
            "type": "string"
          },
          {
            "name": "detailsContentType",
            "in": "query",
            "description": "详情内容 1-单视频,2-视频+图片,3-单图片",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "detailsContentVideo",
            "in": "query",
            "description": "详情内容视频",
            "required": false,
            "type": "string"
          },
          {
            "name": "endCreatedTime",
            "in": "query",
            "description": "创建时间结束（列表查询使用）",
            "required": false,
            "type": "string"
          },
          {
            "name": "extensionActivityStatus",
            "in": "query",
            "description": "上下架状态 1-上架 2-下架 3-未发布",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "from",
            "in": "query",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "id",
            "in": "query",
            "description": "推广活动id",
            "required": false,
            "type": "integer",
            "format": "int64"
          },
          {
            "name": "isDisplayButton",
            "in": "query",
            "description": "是否显示详情的悬浮按钮 1-不显示 2-显示",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "linkUrl",
            "in": "query",
            "description": "跳转链接Url",
            "required": false,
            "type": "string"
          },
          {
            "name": "page",
            "in": "query",
            "description": "分页",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "promotionTitle",
            "in": "query",
            "description": "推广标题",
            "required": false,
            "type": "string"
          },
          {
            "name": "promotionType",
            "in": "query",
            "description": "推广类型 1-活跃活动 2-市场推广",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "rewardIntegral",
            "in": "query",
            "description": "奖励积分数量",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "rightsDetailedVO.rightsImageUrl",
            "in": "query",
            "description": "权益图片URL",
            "required": false,
            "type": "string"
          },
          {
            "name": "rightsDetailedVO.rightsInterests",
            "in": "query",
            "description": "选择权益",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "rightsDetailedVO.rightsName",
            "in": "query",
            "description": "权益名称",
            "required": false,
            "type": "string"
          },
          {
            "name": "rightsDetailedVO.rightsType",
            "in": "query",
            "description": "类型 1：内容管理权益卡券 2：内容管理推送权益  3：考卷奖励权益 4：推广活动 5：霸屏",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "rightsDetailedVO.selectType",
            "in": "query",
            "description": "权益类型 0-权益 2-实物奖品",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "rightsDetailedVO.skuInfoId",
            "in": "query",
            "description": "权益id(sku_info表id)",
            "required": false,
            "type": "integer",
            "format": "int64"
          },
          {
            "name": "rightsGive",
            "in": "query",
            "description": "权益赠送（仅首次) 1-奖励积分 2-奖励卡券",
            "required": false,
            "type": "string"
          },
          {
            "name": "size",
            "in": "query",
            "description": "每页数量",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "startCreatedTime",
            "in": "query",
            "description": "创建时间开始（列表查询使用）",
            "required": false,
            "type": "string"
          },
          {
            "name": "understandDetails",
            "in": "query",
            "description": "了解详情 1-站内详情 2-站外详情",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "urlJump",
            "in": "query",
            "description": "1-URL跳转 2-内部跳转",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "videoDescribe",
            "in": "query",
            "description": "详情内容-视频描述",
            "required": false,
            "type": "string"
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          },
          "401": {
            "description": "Unauthorized"
          },
          "403": {
            "description": "Forbidden"
          },
          "404": {
            "description": "Not Found"
          }
        },
        "deprecated": false
      }
    },
    "/admin/api/v1/extensionActivity/info/{id}": {
      "get": {
        "tags": [
          "推广活动相关接口"
        ],
        "summary": "推广活动详情查看",
        "operationId": "ExtensionActivityinfo",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "description": "id",
            "required": true,
            "type": "integer",
            "format": "int64"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/公共响应对象«ExtensionActivityView»"
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "403": {
            "description": "Forbidden"
          },
          "404": {
            "description": "Not Found"
          }
        },
        "deprecated": false
      }
    },
    "/admin/api/v1/extensionActivity/list": {
      "get": {
        "tags": [
          "推广活动相关接口"
        ],
        "summary": "推广活动列表",
        "operationId": "ExtensionActivitylist",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "activityCode",
            "in": "query",
            "description": "所属活动code",
            "required": false,
            "type": "string"
          },
          {
            "name": "applicableUserDetailedVOList[0].applicableUser",
            "in": "query",
            "description": "适用用户:1-全选,2-CNS,3-CRS,4-非CNS非CRS,5-车联网用户,6-捷达",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "applicableUserDetailedVOList[0].applicableUserType",
            "in": "query",
            "description": "类型 1：内容管理-适用用户 2：内容活动-适用用户 3：题库管理-适用用户 4：推广活动-适用用户",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "applicableUserDetailedVOList[0].vehicleModel",
            "in": "query",
            "description": "车型",
            "required": false,
            "type": "string"
          },
          {
            "name": "applicableUserDetailedVOList[0].vehicleSeries",
            "in": "query",
            "description": "车系",
            "required": false,
            "type": "string"
          },
          {
            "name": "bannerImageUrl",
            "in": "query",
            "description": "banner图URL",
            "required": false,
            "type": "string"
          },
          {
            "name": "bannerVideoUrl",
            "in": "query",
            "description": "banner视频URL",
            "required": false,
            "type": "string"
          },
          {
            "name": "buttonImageUrl",
            "in": "query",
            "description": "按钮图片跳转",
            "required": false,
            "type": "string"
          },
          {
            "name": "buttonName",
            "in": "query",
            "description": "按钮名称",
            "required": false,
            "type": "string"
          },
          {
            "name": "buttonUrl",
            "in": "query",
            "description": "按钮跳转",
            "required": false,
            "type": "string"
          },
          {
            "name": "createdTime",
            "in": "query",
            "description": "创建时间",
            "required": false,
            "type": "string",
            "format": "date-time"
          },
          {
            "name": "detailsContentImage",
            "in": "query",
            "description": "详情内容图片",
            "required": false,
            "type": "string"
          },
          {
            "name": "detailsContentType",
            "in": "query",
            "description": "详情内容 1-单视频,2-视频+图片,3-单图片",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "detailsContentVideo",
            "in": "query",
            "description": "详情内容视频",
            "required": false,
            "type": "string"
          },
          {
            "name": "endCreatedTime",
            "in": "query",
            "description": "创建时间结束（列表查询使用）",
            "required": false,
            "type": "string"
          },
          {
            "name": "extensionActivityStatus",
            "in": "query",
            "description": "上下架状态 1-上架 2-下架 3-未发布",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "from",
            "in": "query",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "id",
            "in": "query",
            "description": "推广活动id",
            "required": false,
            "type": "integer",
            "format": "int64"
          },
          {
            "name": "isDisplayButton",
            "in": "query",
            "description": "是否显示详情的悬浮按钮 1-不显示 2-显示",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "linkUrl",
            "in": "query",
            "description": "跳转链接Url",
            "required": false,
            "type": "string"
          },
          {
            "name": "page",
            "in": "query",
            "description": "分页",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "promotionTitle",
            "in": "query",
            "description": "推广标题",
            "required": false,
            "type": "string"
          },
          {
            "name": "promotionType",
            "in": "query",
            "description": "推广类型 1-活跃活动 2-市场推广",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "rewardIntegral",
            "in": "query",
            "description": "奖励积分数量",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "rightsDetailedVO.rightsImageUrl",
            "in": "query",
            "description": "权益图片URL",
            "required": false,
            "type": "string"
          },
          {
            "name": "rightsDetailedVO.rightsInterests",
            "in": "query",
            "description": "选择权益",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "rightsDetailedVO.rightsName",
            "in": "query",
            "description": "权益名称",
            "required": false,
            "type": "string"
          },
          {
            "name": "rightsDetailedVO.rightsType",
            "in": "query",
            "description": "类型 1：内容管理权益卡券 2：内容管理推送权益  3：考卷奖励权益 4：推广活动 5：霸屏",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "rightsDetailedVO.selectType",
            "in": "query",
            "description": "权益类型 0-权益 2-实物奖品",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "rightsDetailedVO.skuInfoId",
            "in": "query",
            "description": "权益id(sku_info表id)",
            "required": false,
            "type": "integer",
            "format": "int64"
          },
          {
            "name": "rightsGive",
            "in": "query",
            "description": "权益赠送（仅首次) 1-奖励积分 2-奖励卡券",
            "required": false,
            "type": "string"
          },
          {
            "name": "size",
            "in": "query",
            "description": "每页数量",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "startCreatedTime",
            "in": "query",
            "description": "创建时间开始（列表查询使用）",
            "required": false,
            "type": "string"
          },
          {
            "name": "understandDetails",
            "in": "query",
            "description": "了解详情 1-站内详情 2-站外详情",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "urlJump",
            "in": "query",
            "description": "1-URL跳转 2-内部跳转",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "videoDescribe",
            "in": "query",
            "description": "详情内容-视频描述",
            "required": false,
            "type": "string"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/公共响应对象«PageUtils«ExtensionActivityView»»"
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "403": {
            "description": "Forbidden"
          },
          "404": {
            "description": "Not Found"
          }
        },
        "deprecated": false
      }
    },
    "/admin/api/v1/extensionActivity/updateExtensionActivity": {
      "post": {
        "tags": [
          "推广活动相关接口"
        ],
        "summary": "编辑推广活动",
        "operationId": "ExtensionActivityupdateExtensionActivity",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "extensionActivityVO",
            "description": "extensionActivityVO",
            "required": true,
            "schema": {
              "$ref": "#/definitions/ExtensionActivityVO"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/公共响应对象"
            }
          },
          "201": {
            "description": "Created"
          },
          "401": {
            "description": "Unauthorized"
          },
          "403": {
            "description": "Forbidden"
          },
          "404": {
            "description": "Not Found"
          }
        },
        "deprecated": false
      }
    },
    "/admin/api/v1/extensionActivity/updateStatus": {
      "post": {
        "tags": [
          "推广活动相关接口"
        ],
        "summary": "状态修改",
        "operationId": "ExtensionActivityupdateStatus",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "extensionActivityStatus",
            "in": "query",
            "description": "上下架状态",
            "required": true,
            "type": "integer",
            "format": "int32",
            "allowEmptyValue": false
          },
          {
            "name": "id",
            "in": "query",
            "description": "推广活动id",
            "required": true,
            "type": "integer",
            "format": "int64",
            "allowEmptyValue": false
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/公共响应对象"
            }
          },
          "201": {
            "description": "Created"
          },
          "401": {
            "description": "Unauthorized"
          },
          "403": {
            "description": "Forbidden"
          },
          "404": {
            "description": "Not Found"
          }
        },
        "deprecated": false
      }
    },
    "/admin/api/v1/goods/approve/applicationDetails": {
      "post": {
        "tags": [
          "approve-controller"
        ],
        "summary": "申请明细",
        "description": "申请明细",
        "operationId": "ApproveapplicationDetails",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "activityCode",
            "in": "query",
            "description": "所属活动code",
            "required": true,
            "type": "string"
          },
          {
            "name": "approveId",
            "in": "query",
            "description": "审批id",
            "required": true,
            "type": "string"
          },
          {
            "name": "gatewayUserId",
            "in": "header",
            "description": "gatewayUserId",
            "required": true,
            "type": "string"
          },
          {
            "name": "rightId",
            "in": "query",
            "description": "权益id",
            "required": false,
            "type": "integer",
            "format": "int64"
          },
          {
            "name": "userId",
            "in": "query",
            "required": false,
            "type": "string"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/公共响应对象"
            }
          },
          "201": {
            "description": "Created"
          },
          "401": {
            "description": "Unauthorized"
          },
          "403": {
            "description": "Forbidden"
          },
          "404": {
            "description": "Not Found"
          }
        },
        "deprecated": false
      }
    },
    "/admin/api/v1/goods/approve/checkReturnWarehouse": {
      "post": {
        "tags": [
          "approve-controller"
        ],
        "summary": "退回仓库校验",
        "description": "退回仓库校验",
        "operationId": "ApprovecheckReturnWarehouse",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "activityCode",
            "in": "query",
            "description": "所属活动code",
            "required": true,
            "type": "string"
          },
          {
            "name": "approveId",
            "in": "query",
            "description": "审批id",
            "required": true,
            "type": "string"
          },
          {
            "name": "gatewayUserId",
            "in": "header",
            "description": "gatewayUserId",
            "required": true,
            "type": "string"
          },
          {
            "name": "rightId",
            "in": "query",
            "description": "权益id",
            "required": false,
            "type": "integer",
            "format": "int64"
          },
          {
            "name": "userId",
            "in": "query",
            "required": false,
            "type": "string"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/公共响应对象«校验提示»"
            }
          },
          "201": {
            "description": "Created"
          },
          "401": {
            "description": "Unauthorized"
          },
          "403": {
            "description": "Forbidden"
          },
          "404": {
            "description": "Not Found"
          }
        },
        "deprecated": false
      }
    },
    "/admin/api/v1/goods/approve/commit": {
      "post": {
        "tags": [
          "approve-controller"
        ],
        "summary": "提交申请",
        "description": "用于物资申请",
        "operationId": "Approvecommit",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "accessToken",
            "in": "header",
            "description": "accessToken",
            "required": true,
            "type": "string"
          },
          {
            "in": "body",
            "name": "approveCommitRequest",
            "description": "approveCommitRequest",
            "required": true,
            "schema": {
              "$ref": "#/definitions/申请单的查询«申请单权益查询和新增»"
            }
          },
          {
            "name": "gatewayUserId",
            "in": "header",
            "description": "gatewayUserId",
            "required": true,
            "type": "string"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/公共响应对象"
            }
          },
          "201": {
            "description": "Created"
          },
          "401": {
            "description": "Unauthorized"
          },
          "403": {
            "description": "Forbidden"
          },
          "404": {
            "description": "Not Found"
          }
        },
        "deprecated": false
      }
    },
    "/admin/api/v1/goods/approve/deleteGoodsApprove": {
      "post": {
        "tags": [
          "approve-controller"
        ],
        "summary": "物资审批-删除",
        "description": "物资审批-删除",
        "operationId": "ApprovedeleteGoodsApprove",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "activityCode",
            "in": "query",
            "description": "所属活动code",
            "required": true,
            "type": "string"
          },
          {
            "name": "approveId",
            "in": "query",
            "description": "审批id",
            "required": true,
            "type": "string"
          },
          {
            "name": "gatewayUserId",
            "in": "header",
            "description": "gatewayUserId",
            "required": true,
            "type": "string"
          },
          {
            "name": "rightId",
            "in": "query",
            "description": "权益id",
            "required": false,
            "type": "integer",
            "format": "int64"
          },
          {
            "name": "userId",
            "in": "query",
            "required": false,
            "type": "string"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/公共响应对象"
            }
          },
          "201": {
            "description": "Created"
          },
          "401": {
            "description": "Unauthorized"
          },
          "403": {
            "description": "Forbidden"
          },
          "404": {
            "description": "Not Found"
          }
        },
        "deprecated": false
      }
    },
    "/admin/api/v1/goods/approve/getGoodsApproveInfo": {
      "get": {
        "tags": [
          "approve-controller"
        ],
        "summary": "重新申请",
        "description": "重新申请",
        "operationId": "ApprovegetGoodsApproveInfo",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "accessToken",
            "in": "header",
            "description": "accessToken",
            "required": true,
            "type": "string"
          },
          {
            "name": "activityCode",
            "in": "query",
            "description": "所属活动code",
            "required": true,
            "type": "string"
          },
          {
            "name": "approveId",
            "in": "query",
            "description": "审批id",
            "required": true,
            "type": "string"
          },
          {
            "name": "gatewayUserId",
            "in": "header",
            "description": "gatewayUserId",
            "required": true,
            "type": "string"
          },
          {
            "name": "rightId",
            "in": "query",
            "description": "权益id",
            "required": false,
            "type": "integer",
            "format": "int64"
          },
          {
            "name": "userId",
            "in": "query",
            "required": false,
            "type": "string"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/公共响应对象"
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "403": {
            "description": "Forbidden"
          },
          "404": {
            "description": "Not Found"
          }
        },
        "deprecated": false
      }
    },
    "/admin/api/v1/goods/approve/goodsApproveAgree": {
      "post": {
        "tags": [
          "approve-controller"
        ],
        "summary": "物资审批-同意",
        "description": "物资审批-同意",
        "operationId": "ApprovegoodsApproveAgree",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "activityCode",
            "in": "query",
            "description": "所属活动code",
            "required": true,
            "type": "string"
          },
          {
            "name": "approveId",
            "in": "query",
            "description": "审批id",
            "required": true,
            "type": "string"
          },
          {
            "name": "gatewayUserId",
            "in": "header",
            "description": "gatewayUserId",
            "required": true,
            "type": "string"
          },
          {
            "name": "rightId",
            "in": "query",
            "description": "权益id",
            "required": false,
            "type": "integer",
            "format": "int64"
          },
          {
            "name": "userId",
            "in": "query",
            "required": false,
            "type": "string"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/公共响应对象"
            }
          },
          "201": {
            "description": "Created"
          },
          "401": {
            "description": "Unauthorized"
          },
          "403": {
            "description": "Forbidden"
          },
          "404": {
            "description": "Not Found"
          }
        },
        "deprecated": false
      }
    },
    "/admin/api/v1/goods/approve/goodsApproveRefuse": {
      "post": {
        "tags": [
          "approve-controller"
        ],
        "summary": "物资审批-拒绝",
        "description": "物资审批-拒绝",
        "operationId": "ApprovegoodsApproveRefuse",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "approveId",
            "in": "query",
            "description": "审批id",
            "required": true,
            "type": "string"
          },
          {
            "name": "approveReason",
            "in": "query",
            "description": "拒绝原因",
            "required": true,
            "type": "string"
          },
          {
            "name": "gatewayUserId",
            "in": "header",
            "description": "gatewayUserId",
            "required": true,
            "type": "string"
          },
          {
            "name": "userId",
            "in": "query",
            "required": false,
            "type": "string"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/公共响应对象"
            }
          },
          "201": {
            "description": "Created"
          },
          "401": {
            "description": "Unauthorized"
          },
          "403": {
            "description": "Forbidden"
          },
          "404": {
            "description": "Not Found"
          }
        },
        "deprecated": false
      }
    },
    "/admin/api/v1/goods/approve/list": {
      "get": {
        "tags": [
          "approve-controller"
        ],
        "summary": "查看申请列表",
        "description": "用于查看物资申请的待审核列表",
        "operationId": "Approvelist",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "accessToken",
            "in": "header",
            "description": "accessToken",
            "required": true,
            "type": "string"
          },
          {
            "name": "activityCode",
            "in": "query",
            "description": "所属活动",
            "required": false,
            "type": "string"
          },
          {
            "name": "activityProject",
            "in": "query",
            "description": "所属项目 一汽大众：1，捷达：2，奥迪：3",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "approveBy",
            "in": "query",
            "description": "审核人",
            "required": false,
            "type": "string"
          },
          {
            "name": "approveEndTime",
            "in": "query",
            "description": "审核结束时间",
            "required": false,
            "type": "string"
          },
          {
            "name": "approveStartTime",
            "in": "query",
            "description": "审核起始时间",
            "required": false,
            "type": "string"
          },
          {
            "name": "author",
            "in": "query",
            "description": "申请人",
            "required": false,
            "type": "string"
          },
          {
            "name": "endTime",
            "in": "query",
            "description": "结束时间",
            "required": false,
            "type": "string"
          },
          {
            "name": "from",
            "in": "query",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "gatewayUserId",
            "in": "header",
            "description": "gatewayUserId",
            "required": true,
            "type": "string"
          },
          {
            "name": "pageNumber",
            "in": "query",
            "description": "页码,从1开始",
            "required": true,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "pageSize",
            "in": "query",
            "description": "默认展示条数,缺省10条",
            "required": true,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "returnBy",
            "in": "query",
            "description": "回库人",
            "required": false,
            "type": "string"
          },
          {
            "name": "returnEndTime",
            "in": "query",
            "description": "回库结束时间",
            "required": false,
            "type": "string"
          },
          {
            "name": "returnStartTime",
            "in": "query",
            "description": "回库起始时间",
            "required": false,
            "type": "string"
          },
          {
            "name": "rightName",
            "in": "query",
            "description": "权益名称",
            "required": false,
            "type": "string"
          },
          {
            "name": "rightType",
            "in": "query",
            "description": "权益类型",
            "required": false,
            "type": "string"
          },
          {
            "name": "startTime",
            "in": "query",
            "description": "起始时间",
            "required": false,
            "type": "string"
          },
          {
            "name": "status",
            "in": "query",
            "description": "活动状态 1-未开始，2-进行中，3-已结束",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "userId",
            "in": "query",
            "required": false,
            "type": "string"
          },
          {
            "name": "viewType",
            "in": "query",
            "description": "页面类型 0-待审核 1-待处理 2-已处理 3-已通过 4-已驳回 5-（采购端）已完结 6-（运营端）已完结 ",
            "required": true,
            "type": "string"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/公共响应对象«PageUtils«审核列表实体»»"
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "403": {
            "description": "Forbidden"
          },
          "404": {
            "description": "Not Found"
          }
        },
        "deprecated": false
      }
    },
    "/admin/api/v1/goods/approve/query": {
      "get": {
        "tags": [
          "approve-controller"
        ],
        "summary": "查询权益信息",
        "description": "用于物资申请的查询",
        "operationId": "Approvequery",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "accessToken",
            "in": "header",
            "description": "accessToken",
            "required": true,
            "type": "string"
          },
          {
            "name": "activityCode",
            "in": "query",
            "description": "活动Code",
            "required": false,
            "type": "string"
          },
          {
            "name": "activityProject",
            "in": "query",
            "description": "所属项目 一汽大众：1，捷达：2，奥迪：3",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "gatewayUserId",
            "in": "header",
            "description": "gatewayUserId",
            "required": true,
            "type": "string"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/公共响应对象«List«申请单权益查询和新增»»"
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "403": {
            "description": "Forbidden"
          },
          "404": {
            "description": "Not Found"
          }
        },
        "deprecated": false
      }
    },
    "/admin/api/v1/goods/approve/queryApproveTotal": {
      "get": {
        "tags": [
          "approve-controller"
        ],
        "summary": "审批列表总数查询",
        "description": "审批列表总数查询",
        "operationId": "ApprovequeryApproveTotal",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "approveType",
            "in": "query",
            "description": "类型 1-采购端 2-运营端",
            "required": true,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "gatewayUserId",
            "in": "header",
            "description": "gatewayUserId",
            "required": true,
            "type": "string"
          },
          {
            "name": "userId",
            "in": "query",
            "required": false,
            "type": "string"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/公共响应对象«审核列表:总数统计»"
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "403": {
            "description": "Forbidden"
          },
          "404": {
            "description": "Not Found"
          }
        },
        "deprecated": false
      }
    },
    "/admin/api/v1/goods/approve/queryGoodsApprove": {
      "get": {
        "tags": [
          "approve-controller"
        ],
        "summary": "物资审批查询",
        "description": "物资审批查询",
        "operationId": "ApprovequeryGoodsApprove",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "activityCode",
            "in": "query",
            "description": "所属活动code",
            "required": true,
            "type": "string"
          },
          {
            "name": "approveId",
            "in": "query",
            "description": "审批id",
            "required": true,
            "type": "string"
          },
          {
            "name": "gatewayUserId",
            "in": "header",
            "description": "gatewayUserId",
            "required": true,
            "type": "string"
          },
          {
            "name": "rightId",
            "in": "query",
            "description": "权益id",
            "required": false,
            "type": "integer",
            "format": "int64"
          },
          {
            "name": "userId",
            "in": "query",
            "required": false,
            "type": "string"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/公共响应对象«申请单的审批查询«申请单权益查询和新增»»"
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "403": {
            "description": "Forbidden"
          },
          "404": {
            "description": "Not Found"
          }
        },
        "deprecated": false
      }
    },
    "/admin/api/v1/goods/approve/returnWarehouse": {
      "post": {
        "tags": [
          "approve-controller"
        ],
        "summary": "退回仓库",
        "description": "退回仓库",
        "operationId": "ApprovereturnWarehouse",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "activityCode",
            "in": "query",
            "description": "所属活动code",
            "required": true,
            "type": "string"
          },
          {
            "name": "approveCesc",
            "in": "query",
            "description": "回库原因",
            "required": true,
            "type": "string"
          },
          {
            "name": "approveId",
            "in": "query",
            "description": "审批id",
            "required": true,
            "type": "string"
          },
          {
            "name": "approvePic",
            "in": "query",
            "description": "申请凭证的图片url",
            "required": false,
            "type": "string"
          },
          {
            "name": "gatewayUserId",
            "in": "header",
            "description": "gatewayUserId",
            "required": true,
            "type": "string"
          },
          {
            "name": "userId",
            "in": "query",
            "required": false,
            "type": "string"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/公共响应对象"
            }
          },
          "201": {
            "description": "Created"
          },
          "401": {
            "description": "Unauthorized"
          },
          "403": {
            "description": "Forbidden"
          },
          "404": {
            "description": "Not Found"
          }
        },
        "deprecated": false
      }
    },
    "/admin/api/v1/goods/approve/withdrawCommit": {
      "post": {
        "tags": [
          "approve-controller"
        ],
        "summary": "撤回申请",
        "description": "撤回申请",
        "operationId": "ApprovewithdrawCommit",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "accessToken",
            "in": "header",
            "description": "accessToken",
            "required": true,
            "type": "string"
          },
          {
            "name": "activityCode",
            "in": "query",
            "description": "所属活动code",
            "required": true,
            "type": "string"
          },
          {
            "name": "approveId",
            "in": "query",
            "description": "审批id",
            "required": true,
            "type": "string"
          },
          {
            "name": "gatewayUserId",
            "in": "header",
            "description": "gatewayUserId",
            "required": true,
            "type": "string"
          },
          {
            "name": "rightId",
            "in": "query",
            "description": "权益id",
            "required": false,
            "type": "integer",
            "format": "int64"
          },
          {
            "name": "userId",
            "in": "query",
            "required": false,
            "type": "string"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/公共响应对象"
            }
          },
          "201": {
            "description": "Created"
          },
          "401": {
            "description": "Unauthorized"
          },
          "403": {
            "description": "Forbidden"
          },
          "404": {
            "description": "Not Found"
          }
        },
        "deprecated": false
      }
    },
    "/admin/api/v1/goods/coupon/delete": {
      "post": {
        "tags": [
          "coupon-controller"
        ],
        "summary": "删除券码",
        "description": "用于活动库/公共库的券码删除",
        "operationId": "Coupondelete",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "accessToken",
            "in": "header",
            "description": "accessToken",
            "required": true,
            "type": "string"
          },
          {
            "name": "gatewayUserId",
            "in": "header",
            "description": "gatewayUserId",
            "required": true,
            "type": "string"
          },
          {
            "in": "body",
            "name": "rightDeleteRequest",
            "description": "rightDeleteRequest",
            "required": true,
            "schema": {
              "$ref": "#/definitions/券码删除请求"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/公共响应对象"
            }
          },
          "201": {
            "description": "Created"
          },
          "401": {
            "description": "Unauthorized"
          },
          "403": {
            "description": "Forbidden"
          },
          "404": {
            "description": "Not Found"
          }
        },
        "deprecated": false
      }
    },
    "/admin/api/v1/goods/coupon/export": {
      "get": {
        "tags": [
          "coupon-controller"
        ],
        "summary": "券码明细导出",
        "operationId": "CouponexportRight",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "approveId",
            "in": "query",
            "description": "审批id",
            "required": false,
            "type": "string"
          },
          {
            "name": "backEndTime",
            "in": "query",
            "description": "回库结束时间",
            "required": false,
            "type": "string"
          },
          {
            "name": "backStartTime",
            "in": "query",
            "description": "回库开始时间",
            "required": false,
            "type": "string"
          },
          {
            "name": "code",
            "in": "query",
            "description": "券码",
            "required": false,
            "type": "string"
          },
          {
            "name": "drawEndTime",
            "in": "query",
            "description": "领取结束时间",
            "required": false,
            "type": "string"
          },
          {
            "name": "drawStartTime",
            "in": "query",
            "description": "领取开始时间",
            "required": false,
            "type": "string"
          },
          {
            "name": "from",
            "in": "query",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "goodsPoolId",
            "in": "query",
            "description": "权益池id",
            "required": true,
            "type": "integer",
            "format": "int64"
          },
          {
            "name": "goodsPoolIds",
            "in": "query",
            "description": "权益池id集合",
            "required": false,
            "type": "string"
          },
          {
            "name": "importEndTime",
            "in": "query",
            "description": "导入结束时间",
            "required": false,
            "type": "string"
          },
          {
            "name": "importStartTime",
            "in": "query",
            "description": "导入开始时间",
            "required": false,
            "type": "string"
          },
          {
            "name": "isBack",
            "in": "query",
            "description": "是否回库 0-否 1-是",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "isDraw",
            "in": "query",
            "description": "是否领取 0-否 1-是",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "isLock",
            "in": "query",
            "description": "是否锁定 0-否 1-是",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "lifeCycle",
            "in": "query",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "lockEndTime",
            "in": "query",
            "description": "锁定结束时间",
            "required": false,
            "type": "string"
          },
          {
            "name": "lockStartTime",
            "in": "query",
            "description": "锁定开始时间",
            "required": false,
            "type": "string"
          },
          {
            "name": "pageNumber",
            "in": "query",
            "description": "页码,从1开始",
            "required": true,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "pageSize",
            "in": "query",
            "description": "默认展示条数,缺省10条",
            "required": true,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "phone",
            "in": "query",
            "description": "手机号码",
            "required": false,
            "type": "string"
          },
          {
            "name": "poolType",
            "in": "query",
            "description": "0-公共库 1-活动库",
            "required": true,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "rightId",
            "in": "query",
            "description": "权益id",
            "required": true,
            "type": "integer",
            "format": "int64"
          },
          {
            "name": "type",
            "in": "query",
            "description": "券码明细操作类型 0-物资管理 1-物资审批",
            "required": true,
            "type": "string"
          },
          {
            "name": "validEndTime",
            "in": "query",
            "description": "有效期结束时间",
            "required": false,
            "type": "string"
          },
          {
            "name": "validStartTime",
            "in": "query",
            "description": "有效期开始时间",
            "required": false,
            "type": "string"
          },
          {
            "name": "viewType",
            "in": "query",
            "description": "页面类型 0-待审核 1-待处理 2-已处理 3-已通过 4-已驳回 5-（采购端）已完结 6-（运营端）已完结 ",
            "required": false,
            "type": "string"
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          },
          "401": {
            "description": "Unauthorized"
          },
          "403": {
            "description": "Forbidden"
          },
          "404": {
            "description": "Not Found"
          }
        },
        "deprecated": false
      }
    },
    "/admin/api/v1/goods/coupon/import": {
      "post": {
        "tags": [
          "coupon-controller"
        ],
        "summary": "券码导入确认",
        "description": "用于券码明细页面的导入确认",
        "operationId": "CouponimportRight",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "accessToken",
            "in": "header",
            "description": "accessToken",
            "required": true,
            "type": "string"
          },
          {
            "name": "activityCode",
            "in": "query",
            "description": "所属活动code",
            "required": false,
            "type": "string"
          },
          {
            "name": "gatewayUserId",
            "in": "header",
            "description": "gatewayUserId",
            "required": true,
            "type": "string"
          },
          {
            "name": "poolType",
            "in": "query",
            "description": "0-公共库 1-活动库",
            "required": true,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "sessionId",
            "in": "query",
            "description": "sessionId",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/公共响应对象"
            }
          },
          "201": {
            "description": "Created"
          },
          "401": {
            "description": "Unauthorized"
          },
          "403": {
            "description": "Forbidden"
          },
          "404": {
            "description": "Not Found"
          }
        },
        "deprecated": false
      }
    },
    "/admin/api/v1/goods/coupon/list": {
      "get": {
        "tags": [
          "coupon-controller"
        ],
        "summary": "券码列表",
        "description": "用于活动库/公共库的券码明细查询",
        "operationId": "Couponlist",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "accessToken",
            "in": "header",
            "description": "accessToken",
            "required": true,
            "type": "string"
          },
          {
            "name": "approveId",
            "in": "query",
            "description": "审批id",
            "required": false,
            "type": "string"
          },
          {
            "name": "backEndTime",
            "in": "query",
            "description": "回库结束时间",
            "required": false,
            "type": "string"
          },
          {
            "name": "backStartTime",
            "in": "query",
            "description": "回库开始时间",
            "required": false,
            "type": "string"
          },
          {
            "name": "code",
            "in": "query",
            "description": "券码",
            "required": false,
            "type": "string"
          },
          {
            "name": "drawEndTime",
            "in": "query",
            "description": "领取结束时间",
            "required": false,
            "type": "string"
          },
          {
            "name": "drawStartTime",
            "in": "query",
            "description": "领取开始时间",
            "required": false,
            "type": "string"
          },
          {
            "name": "from",
            "in": "query",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "gatewayUserId",
            "in": "header",
            "description": "gatewayUserId",
            "required": true,
            "type": "string"
          },
          {
            "name": "goodsPoolId",
            "in": "query",
            "description": "权益池id",
            "required": true,
            "type": "integer",
            "format": "int64"
          },
          {
            "name": "goodsPoolIds",
            "in": "query",
            "description": "权益池id集合",
            "required": false,
            "type": "string"
          },
          {
            "name": "importEndTime",
            "in": "query",
            "description": "导入结束时间",
            "required": false,
            "type": "string"
          },
          {
            "name": "importStartTime",
            "in": "query",
            "description": "导入开始时间",
            "required": false,
            "type": "string"
          },
          {
            "name": "isBack",
            "in": "query",
            "description": "是否回库 0-否 1-是",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "isDraw",
            "in": "query",
            "description": "是否领取 0-否 1-是",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "isLock",
            "in": "query",
            "description": "是否锁定 0-否 1-是",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "lifeCycle",
            "in": "query",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "lockEndTime",
            "in": "query",
            "description": "锁定结束时间",
            "required": false,
            "type": "string"
          },
          {
            "name": "lockStartTime",
            "in": "query",
            "description": "锁定开始时间",
            "required": false,
            "type": "string"
          },
          {
            "name": "pageNumber",
            "in": "query",
            "description": "页码,从1开始",
            "required": true,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "pageSize",
            "in": "query",
            "description": "默认展示条数,缺省10条",
            "required": true,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "phone",
            "in": "query",
            "description": "手机号码",
            "required": false,
            "type": "string"
          },
          {
            "name": "poolType",
            "in": "query",
            "description": "0-公共库 1-活动库",
            "required": true,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "rightId",
            "in": "query",
            "description": "权益id",
            "required": true,
            "type": "integer",
            "format": "int64"
          },
          {
            "name": "type",
            "in": "query",
            "description": "券码明细操作类型 0-物资管理 1-物资审批",
            "required": true,
            "type": "string"
          },
          {
            "name": "validEndTime",
            "in": "query",
            "description": "有效期结束时间",
            "required": false,
            "type": "string"
          },
          {
            "name": "validStartTime",
            "in": "query",
            "description": "有效期开始时间",
            "required": false,
            "type": "string"
          },
          {
            "name": "viewType",
            "in": "query",
            "description": "页面类型 0-待审核 1-待处理 2-已处理 3-已通过 4-已驳回 5-（采购端）已完结 6-（运营端）已完结 ",
            "required": false,
            "type": "string"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/公共响应对象«PageUtils«券码明细列表»»"
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "403": {
            "description": "Forbidden"
          },
          "404": {
            "description": "Not Found"
          }
        },
        "deprecated": false
      }
    },
    "/admin/api/v1/goods/coupon/preimport": {
      "post": {
        "tags": [
          "coupon-controller"
        ],
        "summary": "券码预导入",
        "description": "用于券码明细页面的预导入",
        "operationId": "Couponpreimport",
        "consumes": [
          "multipart/form-data"
        ],
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "accessToken",
            "in": "header",
            "description": "accessToken",
            "required": true,
            "type": "string"
          },
          {
            "name": "file",
            "in": "formData",
            "description": "file",
            "required": true,
            "type": "file"
          },
          {
            "name": "goodsPoolId",
            "in": "query",
            "description": "权益池Id",
            "required": true,
            "type": "integer",
            "format": "int64",
            "allowEmptyValue": false
          },
          {
            "name": "rightId",
            "in": "query",
            "description": "权益Id",
            "required": true,
            "type": "integer",
            "format": "int64",
            "allowEmptyValue": false
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/公共响应对象«PreImportResult»"
            }
          },
          "201": {
            "description": "Created"
          },
          "401": {
            "description": "Unauthorized"
          },
          "403": {
            "description": "Forbidden"
          },
          "404": {
            "description": "Not Found"
          }
        },
        "deprecated": false
      }
    },
    "/admin/api/v1/goods/coupon/queryRightTotal": {
      "get": {
        "tags": [
          "coupon-controller"
        ],
        "summary": "券码总数、已领取、库存锁定查询",
        "description": "券码总数、已领取、库存锁定查询",
        "operationId": "CouponqueryRightTotal",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "accessToken",
            "in": "header",
            "description": "accessToken",
            "required": true,
            "type": "string"
          },
          {
            "name": "approveId",
            "in": "query",
            "description": "approveId",
            "required": true,
            "type": "string"
          },
          {
            "name": "gatewayUserId",
            "in": "header",
            "description": "gatewayUserId",
            "required": true,
            "type": "string"
          },
          {
            "name": "goodsPoolId",
            "in": "query",
            "description": "goodsPoolId",
            "required": true,
            "type": "integer",
            "format": "int64"
          },
          {
            "name": "rightId",
            "in": "query",
            "description": "rightId",
            "required": true,
            "type": "integer",
            "format": "int64"
          },
          {
            "name": "type",
            "in": "query",
            "description": "券码明细操作类型 0-物资管理 1-物资审批",
            "required": true,
            "type": "string",
            "allowEmptyValue": false
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/公共响应对象«券码明细列表:券码数统计»"
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "403": {
            "description": "Forbidden"
          },
          "404": {
            "description": "Not Found"
          }
        },
        "deprecated": false
      }
    },
    "/admin/api/v1/goods/coupon/template": {
      "get": {
        "tags": [
          "coupon-controller"
        ],
        "summary": "券码模板下载",
        "description": "用于券码明细页面的模板下载",
        "operationId": "Coupontemplate",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "accessToken",
            "in": "header",
            "description": "accessToken",
            "required": true,
            "type": "string"
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          },
          "401": {
            "description": "Unauthorized"
          },
          "403": {
            "description": "Forbidden"
          },
          "404": {
            "description": "Not Found"
          }
        },
        "deprecated": false
      }
    },
    "/admin/api/v1/goods/coupon/trace": {
      "get": {
        "tags": [
          "coupon-controller"
        ],
        "summary": "券码路径",
        "description": "公共库的券码路径",
        "operationId": "Coupontrace",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "accessToken",
            "in": "header",
            "description": "accessToken",
            "required": true,
            "type": "string"
          },
          {
            "name": "code",
            "in": "query",
            "description": "券码",
            "required": true,
            "type": "string"
          },
          {
            "name": "gatewayUserId",
            "in": "header",
            "description": "gatewayUserId",
            "required": true,
            "type": "string"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/公共响应对象«List«券码路径列表»»"
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "403": {
            "description": "Forbidden"
          },
          "404": {
            "description": "Not Found"
          }
        },
        "deprecated": false
      }
    },
    "/admin/api/v1/goods/receive/order/lock": {
      "post": {
        "tags": [
          "库存接口"
        ],
        "summary": "商品锁库存",
        "operationId": "ReceivelockProduct",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "request",
            "description": "request",
            "required": true,
            "schema": {
              "$ref": "#/definitions/券码领取"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/公共响应对象«boolean»"
            }
          },
          "201": {
            "description": "Created"
          },
          "401": {
            "description": "Unauthorized"
          },
          "403": {
            "description": "Forbidden"
          },
          "404": {
            "description": "Not Found"
          }
        },
        "deprecated": false
      }
    },
    "/admin/api/v1/goods/receive/order/release": {
      "get": {
        "tags": [
          "库存接口"
        ],
        "summary": "商品释放库存",
        "operationId": "ReceivereleaseProduct",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "orderId",
            "in": "query",
            "description": "orderId",
            "required": false,
            "type": "string"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/公共响应对象«boolean»"
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "403": {
            "description": "Forbidden"
          },
          "404": {
            "description": "Not Found"
          }
        },
        "deprecated": false
      }
    },
    "/admin/api/v1/goods/receive/right-product/info": {
      "get": {
        "tags": [
          "库存接口"
        ],
        "summary": "权益商品信息,校验权益信息",
        "operationId": "ReceiveproductInfo",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "activityCode",
            "in": "query",
            "description": "activityCode",
            "required": false,
            "type": "string"
          },
          {
            "name": "id",
            "in": "query",
            "description": "id",
            "required": false,
            "type": "integer",
            "format": "int64"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/公共响应对象«RightProductOutDetailView»"
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "403": {
            "description": "Forbidden"
          },
          "404": {
            "description": "Not Found"
          }
        },
        "deprecated": false
      }
    },
    "/admin/api/v1/goods/receive/right-product/infos": {
      "get": {
        "tags": [
          "库存接口"
        ],
        "summary": "同步执行权益领取信息列表",
        "operationId": "ReceiveproductInfoForAdmin",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "skuIds",
            "in": "query",
            "description": "skuIds",
            "required": false,
            "type": "array",
            "items": {
              "type": "integer",
              "format": "int64"
            },
            "collectionFormat": "multi"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/公共响应对象«List«RightProductOutDetailView»»"
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "403": {
            "description": "Forbidden"
          },
          "404": {
            "description": "Not Found"
          }
        },
        "deprecated": false
      }
    },
    "/admin/api/v1/goods/receive/right-product/out": {
      "get": {
        "tags": [
          "库存接口"
        ],
        "summary": "商品出库",
        "operationId": "ReceiveoutRightProduct",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "orderId",
            "in": "query",
            "description": "orderId",
            "required": false,
            "type": "string"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/公共响应对象«boolean»"
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "403": {
            "description": "Forbidden"
          },
          "404": {
            "description": "Not Found"
          }
        },
        "deprecated": false
      }
    },
    "/admin/api/v1/goods/receive/right-product/out/detail": {
      "get": {
        "tags": [
          "库存接口"
        ],
        "summary": "券码出库明细",
        "operationId": "ReceiveoutRightProductDetail",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "orderId",
            "in": "query",
            "description": "orderId",
            "required": true,
            "type": "string"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/公共响应对象«List«RightProductOutDetailView»»"
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "403": {
            "description": "Forbidden"
          },
          "404": {
            "description": "Not Found"
          }
        },
        "deprecated": false
      }
    },
    "/admin/api/v1/goods/right/activity": {
      "get": {
        "tags": [
          "right-mgt-controller"
        ],
        "summary": "获取活动/项目列表",
        "description": "用于活动库/公共库的新增权益",
        "operationId": "RightMgtlistActs",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "accessToken",
            "in": "header",
            "description": "accessToken",
            "required": true,
            "type": "string"
          },
          {
            "name": "gatewayUserId",
            "in": "header",
            "description": "gatewayUserId",
            "required": true,
            "type": "string"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/公共响应对象«List«活动列表»»"
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "403": {
            "description": "Forbidden"
          },
          "404": {
            "description": "Not Found"
          }
        },
        "deprecated": false
      }
    },
    "/admin/api/v1/goods/right/add": {
      "post": {
        "tags": [
          "right-mgt-controller"
        ],
        "summary": "新增权益",
        "description": "用于活动库/公共库的新增权益",
        "operationId": "RightMgtadd",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "accessToken",
            "in": "header",
            "description": "accessToken",
            "required": true,
            "type": "string"
          },
          {
            "name": "gatewayUserId",
            "in": "header",
            "description": "gatewayUserId",
            "required": true,
            "type": "string"
          },
          {
            "in": "body",
            "name": "request",
            "description": "request",
            "required": true,
            "schema": {
              "$ref": "#/definitions/新增权益请求"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/公共响应对象«校验提示»"
            }
          },
          "201": {
            "description": "Created"
          },
          "401": {
            "description": "Unauthorized"
          },
          "403": {
            "description": "Forbidden"
          },
          "404": {
            "description": "Not Found"
          }
        },
        "deprecated": false
      }
    },
    "/admin/api/v1/goods/right/checkDelete": {
      "post": {
        "tags": [
          "right-mgt-controller"
        ],
        "summary": "删除权益检验",
        "description": "用于活动库/公共库的权益删除检验",
        "operationId": "RightMgtcheckDelete",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "accessToken",
            "in": "header",
            "description": "accessToken",
            "required": true,
            "type": "string"
          },
          {
            "name": "gatewayUserId",
            "in": "header",
            "description": "gatewayUserId",
            "required": true,
            "type": "string"
          },
          {
            "name": "goodsPoolId",
            "in": "query",
            "description": "goodsPoolId",
            "required": true,
            "type": "integer",
            "format": "int64"
          },
          {
            "name": "rightId",
            "in": "query",
            "description": "rightId",
            "required": true,
            "type": "integer",
            "format": "int64"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/公共响应对象«校验提示»"
            }
          },
          "201": {
            "description": "Created"
          },
          "401": {
            "description": "Unauthorized"
          },
          "403": {
            "description": "Forbidden"
          },
          "404": {
            "description": "Not Found"
          }
        },
        "deprecated": false
      }
    },
    "/admin/api/v1/goods/right/delete": {
      "post": {
        "tags": [
          "right-mgt-controller"
        ],
        "summary": "删除权益",
        "description": "用于活动库/公共库的权益删除",
        "operationId": "RightMgtdelete",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "accessToken",
            "in": "header",
            "description": "accessToken",
            "required": true,
            "type": "string"
          },
          {
            "name": "gatewayUserId",
            "in": "header",
            "description": "gatewayUserId",
            "required": true,
            "type": "string"
          },
          {
            "name": "goodsPoolId",
            "in": "query",
            "description": "goodsPoolId",
            "required": true,
            "type": "integer",
            "format": "int64"
          },
          {
            "name": "rightId",
            "in": "query",
            "description": "rightId",
            "required": true,
            "type": "integer",
            "format": "int64"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/公共响应对象"
            }
          },
          "201": {
            "description": "Created"
          },
          "401": {
            "description": "Unauthorized"
          },
          "403": {
            "description": "Forbidden"
          },
          "404": {
            "description": "Not Found"
          }
        },
        "deprecated": false
      }
    },
    "/admin/api/v1/goods/right/edit": {
      "post": {
        "tags": [
          "right-mgt-controller"
        ],
        "summary": "编辑权益",
        "description": "用于活动库/公共库的权益编辑",
        "operationId": "RightMgtedit",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "accessToken",
            "in": "header",
            "description": "accessToken",
            "required": true,
            "type": "string"
          },
          {
            "name": "gatewayUserId",
            "in": "header",
            "description": "gatewayUserId",
            "required": true,
            "type": "string"
          },
          {
            "in": "body",
            "name": "request",
            "description": "request",
            "required": true,
            "schema": {
              "$ref": "#/definitions/编辑权益请求"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/公共响应对象«校验提示»"
            }
          },
          "201": {
            "description": "Created"
          },
          "401": {
            "description": "Unauthorized"
          },
          "403": {
            "description": "Forbidden"
          },
          "404": {
            "description": "Not Found"
          }
        },
        "deprecated": false
      }
    },
    "/admin/api/v1/goods/right/export": {
      "get": {
        "tags": [
          "right-mgt-controller"
        ],
        "summary": "物资管理导出",
        "operationId": "RightMgtexportRight",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "activityCode",
            "in": "query",
            "description": "所属活动",
            "required": false,
            "type": "string"
          },
          {
            "name": "activityProject",
            "in": "query",
            "description": "所属项目 一汽大众：1，捷达：2，奥迪：3",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "author",
            "in": "query",
            "description": "创建者",
            "required": false,
            "type": "string"
          },
          {
            "name": "endTime",
            "in": "query",
            "description": "结束时间",
            "required": false,
            "type": "string"
          },
          {
            "name": "from",
            "in": "query",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "pageNumber",
            "in": "query",
            "description": "页码,从1开始",
            "required": true,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "pageSize",
            "in": "query",
            "description": "默认展示条数,缺省10条",
            "required": true,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "poolType",
            "in": "query",
            "description": "0-公共库 1-活动库",
            "required": true,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "rightName",
            "in": "query",
            "description": "权益名称",
            "required": false,
            "type": "string"
          },
          {
            "name": "rightType",
            "in": "query",
            "description": "权益类型 0-权益 2-实物奖品",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "startTime",
            "in": "query",
            "description": "起始时间",
            "required": false,
            "type": "string"
          },
          {
            "name": "status",
            "in": "query",
            "description": "状态 1-未开始，2-进行中，3-已结束",
            "required": false,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          },
          "401": {
            "description": "Unauthorized"
          },
          "403": {
            "description": "Forbidden"
          },
          "404": {
            "description": "Not Found"
          }
        },
        "deprecated": false
      }
    },
    "/admin/api/v1/goods/right/info/{id}": {
      "get": {
        "tags": [
          "right-mgt-controller"
        ],
        "summary": "权益详情查看",
        "operationId": "RightMgtinfo",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "description": "id",
            "required": true,
            "type": "integer",
            "format": "int64"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/公共响应对象«权益列表»"
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "403": {
            "description": "Forbidden"
          },
          "404": {
            "description": "Not Found"
          }
        },
        "deprecated": false
      }
    },
    "/admin/api/v1/goods/right/list-right": {
      "get": {
        "tags": [
          "right-mgt-controller"
        ],
        "summary": "权益列表",
        "description": "用于活动库/公共库的权益查询",
        "operationId": "RightMgtlistRight",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "accessToken",
            "in": "header",
            "description": "accessToken",
            "required": true,
            "type": "string"
          },
          {
            "name": "activityCode",
            "in": "query",
            "description": "所属活动",
            "required": false,
            "type": "string"
          },
          {
            "name": "activityProject",
            "in": "query",
            "description": "所属项目 一汽大众：1，捷达：2，奥迪：3",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "author",
            "in": "query",
            "description": "创建者",
            "required": false,
            "type": "string"
          },
          {
            "name": "endTime",
            "in": "query",
            "description": "结束时间",
            "required": false,
            "type": "string"
          },
          {
            "name": "from",
            "in": "query",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "gatewayUserId",
            "in": "header",
            "description": "gatewayUserId",
            "required": true,
            "type": "string"
          },
          {
            "name": "pageNumber",
            "in": "query",
            "description": "页码,从1开始",
            "required": true,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "pageSize",
            "in": "query",
            "description": "默认展示条数,缺省10条",
            "required": true,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "poolType",
            "in": "query",
            "description": "0-公共库 1-活动库",
            "required": true,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "rightName",
            "in": "query",
            "description": "权益名称",
            "required": false,
            "type": "string"
          },
          {
            "name": "rightType",
            "in": "query",
            "description": "权益类型 0-权益 2-实物奖品",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "startTime",
            "in": "query",
            "description": "起始时间",
            "required": false,
            "type": "string"
          },
          {
            "name": "status",
            "in": "query",
            "description": "状态 1-未开始，2-进行中，3-已结束",
            "required": false,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/公共响应对象«PageUtils«权益列表»»"
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "403": {
            "description": "Forbidden"
          },
          "404": {
            "description": "Not Found"
          }
        },
        "deprecated": false
      }
    },
    "/admin/api/v1/goods/rightType/add": {
      "post": {
        "tags": [
          "right-mgt-type-controller"
        ],
        "summary": "新增权益类型",
        "description": "新增权益类型",
        "operationId": "RightMgtTypeadd",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "accessToken",
            "in": "header",
            "description": "accessToken",
            "required": true,
            "type": "string"
          },
          {
            "name": "gatewayUserId",
            "in": "header",
            "description": "gatewayUserId",
            "required": true,
            "type": "string"
          },
          {
            "in": "body",
            "name": "request",
            "description": "request",
            "required": true,
            "schema": {
              "$ref": "#/definitions/权益类型请求"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/公共响应对象"
            }
          },
          "201": {
            "description": "Created"
          },
          "401": {
            "description": "Unauthorized"
          },
          "403": {
            "description": "Forbidden"
          },
          "404": {
            "description": "Not Found"
          }
        },
        "deprecated": false
      }
    },
    "/admin/api/v1/goods/rightType/delete": {
      "post": {
        "tags": [
          "right-mgt-type-controller"
        ],
        "summary": "删除权益类型",
        "description": "删除权益类型",
        "operationId": "RightMgtTypedelete",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "accessToken",
            "in": "header",
            "description": "accessToken",
            "required": true,
            "type": "string"
          },
          {
            "name": "gatewayUserId",
            "in": "header",
            "description": "gatewayUserId",
            "required": true,
            "type": "string"
          },
          {
            "name": "rightTypeId",
            "in": "query",
            "description": "rightTypeId",
            "required": true,
            "type": "integer",
            "format": "int64"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/公共响应对象«校验提示»"
            }
          },
          "201": {
            "description": "Created"
          },
          "401": {
            "description": "Unauthorized"
          },
          "403": {
            "description": "Forbidden"
          },
          "404": {
            "description": "Not Found"
          }
        },
        "deprecated": false
      }
    },
    "/admin/api/v1/goods/rightType/edit": {
      "post": {
        "tags": [
          "right-mgt-type-controller"
        ],
        "summary": "编辑权益类型",
        "description": "编辑类型",
        "operationId": "RightMgtTypeedit",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "accessToken",
            "in": "header",
            "description": "accessToken",
            "required": true,
            "type": "string"
          },
          {
            "name": "gatewayUserId",
            "in": "header",
            "description": "gatewayUserId",
            "required": true,
            "type": "string"
          },
          {
            "in": "body",
            "name": "request",
            "description": "request",
            "required": true,
            "schema": {
              "$ref": "#/definitions/权益类型请求"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/公共响应对象«校验提示»"
            }
          },
          "201": {
            "description": "Created"
          },
          "401": {
            "description": "Unauthorized"
          },
          "403": {
            "description": "Forbidden"
          },
          "404": {
            "description": "Not Found"
          }
        },
        "deprecated": false
      }
    },
    "/admin/api/v1/goods/rightType/info/{id}": {
      "get": {
        "tags": [
          "right-mgt-type-controller"
        ],
        "summary": "权益详情查看",
        "operationId": "RightMgtTypeinfo",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "description": "id",
            "required": true,
            "type": "integer",
            "format": "int64"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/公共响应对象«权益类型请求»"
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "403": {
            "description": "Forbidden"
          },
          "404": {
            "description": "Not Found"
          }
        },
        "deprecated": false
      }
    },
    "/admin/api/v1/goods/rightType/list": {
      "get": {
        "tags": [
          "right-mgt-type-controller"
        ],
        "summary": "获取权益类型列表",
        "description": "获取权益类型列表",
        "operationId": "RightMgtTypequeryPage",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "accessToken",
            "in": "header",
            "description": "accessToken",
            "required": true,
            "type": "string"
          },
          {
            "name": "brand",
            "in": "query",
            "description": "直充品牌 01-爱奇艺 02-腾讯 03-酷我",
            "required": false,
            "type": "string"
          },
          {
            "name": "gatewayUserId",
            "in": "header",
            "description": "gatewayUserId",
            "required": true,
            "type": "string"
          },
          {
            "name": "id",
            "in": "query",
            "description": "权益类型ID",
            "required": false,
            "type": "integer",
            "format": "int64"
          },
          {
            "name": "item",
            "in": "query",
            "description": "权益兑换类型代码",
            "required": false,
            "type": "string"
          },
          {
            "name": "rightName",
            "in": "query",
            "description": "权益名称",
            "required": false,
            "type": "string"
          },
          {
            "name": "rightType",
            "in": "query",
            "description": "权益类型 0-权益 2-实物奖品 4-积分奖品",
            "required": false,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/公共响应对象«List«权益类型请求»»"
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "403": {
            "description": "Forbidden"
          },
          "404": {
            "description": "Not Found"
          }
        },
        "deprecated": false
      }
    },
    "/admin/api/v1/goods/specialConfiguration/add": {
      "post": {
        "tags": [
          "goods-special-configuration-controller"
        ],
        "summary": "新增特殊配置",
        "description": "新增特殊配置",
        "operationId": "GoodsSpecialConfigurationadd",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "accessToken",
            "in": "header",
            "description": "accessToken",
            "required": true,
            "type": "string"
          },
          {
            "name": "gatewayUserId",
            "in": "header",
            "description": "gatewayUserId",
            "required": true,
            "type": "string"
          },
          {
            "in": "body",
            "name": "request",
            "description": "request",
            "required": true,
            "schema": {
              "$ref": "#/definitions/特殊配置请求"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/公共响应对象"
            }
          },
          "201": {
            "description": "Created"
          },
          "401": {
            "description": "Unauthorized"
          },
          "403": {
            "description": "Forbidden"
          },
          "404": {
            "description": "Not Found"
          }
        },
        "deprecated": false
      }
    },
    "/admin/api/v1/goods/specialConfiguration/draw": {
      "post": {
        "tags": [
          "goods-special-configuration-controller"
        ],
        "summary": "UBI活动获取特殊物资",
        "operationId": "GoodsSpecialConfigurationdraw",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "goodsSpecialDrawRequest",
            "description": "goodsSpecialDrawRequest",
            "required": true,
            "schema": {
              "$ref": "#/definitions/GoodsSpecialDrawRequest"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/公共响应对象«RightProductOutDetailView»"
            }
          },
          "201": {
            "description": "Created"
          },
          "401": {
            "description": "Unauthorized"
          },
          "403": {
            "description": "Forbidden"
          },
          "404": {
            "description": "Not Found"
          }
        },
        "deprecated": false
      }
    },
    "/admin/api/v1/goods/specialConfiguration/info/{goodsId}": {
      "get": {
        "tags": [
          "goods-special-configuration-controller"
        ],
        "summary": "查询特殊配置",
        "operationId": "GoodsSpecialConfigurationinfo",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "goodsId",
            "in": "path",
            "description": "物资信息id",
            "required": false,
            "type": "integer",
            "format": "int64"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/公共响应对象«特殊配置请求»"
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "403": {
            "description": "Forbidden"
          },
          "404": {
            "description": "Not Found"
          }
        },
        "deprecated": false
      }
    },
    "/admin/api/v1/goods/specialConfiguration/list": {
      "get": {
        "tags": [
          "goods-special-configuration-controller"
        ],
        "summary": "UBI活动查询特殊配置的权益列表",
        "operationId": "GoodsSpecialConfigurationlist",
        "produces": [
          "*/*"
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/公共响应对象«List«GoodsSpecialView»»"
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "403": {
            "description": "Forbidden"
          },
          "404": {
            "description": "Not Found"
          }
        },
        "deprecated": false
      }
    },
    "/admin/api/v1/integral/integralPrizes/activityExport": {
      "get": {
        "tags": [
          "积分发奖"
        ],
        "summary": "活动发奖导出",
        "operationId": "IntegralPrizesactivityExport",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "accessToken",
            "in": "header",
            "description": "accessToken",
            "required": true,
            "type": "string"
          },
          {
            "name": "activityName",
            "in": "query",
            "description": "活动名称",
            "required": false,
            "type": "string"
          },
          {
            "name": "activityProject",
            "in": "query",
            "description": "所属项目",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "all",
            "in": "query",
            "required": false,
            "type": "string"
          },
          {
            "name": "category",
            "in": "query",
            "description": "权益类型",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "endTime",
            "in": "query",
            "description": "结束时间",
            "required": false,
            "type": "string"
          },
          {
            "name": "from",
            "in": "query",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "pageNumber",
            "in": "query",
            "description": "页码,从1开始",
            "required": true,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "pageSize",
            "in": "query",
            "description": "默认展示条数,缺省10条",
            "required": true,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "startTime",
            "in": "query",
            "description": "起始时间",
            "required": false,
            "type": "string"
          },
          {
            "name": "type",
            "in": "query",
            "description": "类型 1-积分发奖 2-活动发奖",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          },
          "401": {
            "description": "Unauthorized"
          },
          "403": {
            "description": "Forbidden"
          },
          "404": {
            "description": "Not Found"
          }
        },
        "deprecated": false
      }
    },
    "/admin/api/v1/integral/integralPrizes/add": {
      "post": {
        "tags": [
          "积分发奖"
        ],
        "summary": "新增积分发奖",
        "operationId": "IntegralPrizesadd",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "accessToken",
            "in": "header",
            "description": "accessToken",
            "required": true,
            "type": "string"
          },
          {
            "in": "body",
            "name": "request",
            "description": "request",
            "required": true,
            "schema": {
              "$ref": "#/definitions/新增积分发奖"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/公共响应对象«校验提示»"
            }
          },
          "201": {
            "description": "Created"
          },
          "401": {
            "description": "Unauthorized"
          },
          "403": {
            "description": "Forbidden"
          },
          "404": {
            "description": "Not Found"
          }
        },
        "deprecated": false
      }
    },
    "/admin/api/v1/integral/integralPrizes/delete": {
      "post": {
        "tags": [
          "积分发奖"
        ],
        "summary": "删除积分发奖",
        "operationId": "IntegralPrizesdelete",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "accessToken",
            "in": "header",
            "description": "accessToken",
            "required": true,
            "type": "string"
          },
          {
            "name": "integralPrizesId",
            "in": "query",
            "description": "integralPrizesId",
            "required": true,
            "type": "integer",
            "format": "int64"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/公共响应对象"
            }
          },
          "201": {
            "description": "Created"
          },
          "401": {
            "description": "Unauthorized"
          },
          "403": {
            "description": "Forbidden"
          },
          "404": {
            "description": "Not Found"
          }
        },
        "deprecated": false
      }
    },
    "/admin/api/v1/integral/integralPrizes/edit": {
      "post": {
        "tags": [
          "积分发奖"
        ],
        "summary": "编辑积分发奖",
        "operationId": "IntegralPrizesedit",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "accessToken",
            "in": "header",
            "description": "accessToken",
            "required": true,
            "type": "string"
          },
          {
            "in": "body",
            "name": "request",
            "description": "request",
            "required": true,
            "schema": {
              "$ref": "#/definitions/编辑积分发奖"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/公共响应对象«校验提示»"
            }
          },
          "201": {
            "description": "Created"
          },
          "401": {
            "description": "Unauthorized"
          },
          "403": {
            "description": "Forbidden"
          },
          "404": {
            "description": "Not Found"
          }
        },
        "deprecated": false
      }
    },
    "/admin/api/v1/integral/integralPrizes/export": {
      "get": {
        "tags": [
          "积分发奖"
        ],
        "summary": "积分发奖导出",
        "operationId": "IntegralPrizesexportIntegral",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "accessToken",
            "in": "header",
            "description": "accessToken",
            "required": true,
            "type": "string"
          },
          {
            "name": "activityName",
            "in": "query",
            "description": "活动名称",
            "required": false,
            "type": "string"
          },
          {
            "name": "activityProject",
            "in": "query",
            "description": "所属项目",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "all",
            "in": "query",
            "required": false,
            "type": "string"
          },
          {
            "name": "category",
            "in": "query",
            "description": "权益类型",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "endTime",
            "in": "query",
            "description": "结束时间",
            "required": false,
            "type": "string"
          },
          {
            "name": "from",
            "in": "query",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "pageNumber",
            "in": "query",
            "description": "页码,从1开始",
            "required": true,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "pageSize",
            "in": "query",
            "description": "默认展示条数,缺省10条",
            "required": true,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "startTime",
            "in": "query",
            "description": "起始时间",
            "required": false,
            "type": "string"
          },
          {
            "name": "type",
            "in": "query",
            "description": "类型 1-积分发奖 2-活动发奖",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          },
          "401": {
            "description": "Unauthorized"
          },
          "403": {
            "description": "Forbidden"
          },
          "404": {
            "description": "Not Found"
          }
        },
        "deprecated": false
      }
    },
    "/admin/api/v1/integral/integralPrizes/info/{id}": {
      "get": {
        "tags": [
          "积分发奖"
        ],
        "summary": "积分发奖查看",
        "operationId": "IntegralPrizesinfo",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "description": "id",
            "required": true,
            "type": "integer",
            "format": "int64"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/公共响应对象«积分发奖明细»"
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "403": {
            "description": "Forbidden"
          },
          "404": {
            "description": "Not Found"
          }
        },
        "deprecated": false
      }
    },
    "/admin/api/v1/integral/integralPrizes/list-integral-prizes": {
      "get": {
        "tags": [
          "积分发奖"
        ],
        "summary": "积分发奖列表",
        "operationId": "IntegralPrizeslistIntegralPrizes",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "accessToken",
            "in": "header",
            "description": "accessToken",
            "required": true,
            "type": "string"
          },
          {
            "name": "activityName",
            "in": "query",
            "description": "活动名称",
            "required": false,
            "type": "string"
          },
          {
            "name": "activityProject",
            "in": "query",
            "description": "所属项目",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "all",
            "in": "query",
            "required": false,
            "type": "string"
          },
          {
            "name": "category",
            "in": "query",
            "description": "权益类型",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "endTime",
            "in": "query",
            "description": "结束时间",
            "required": false,
            "type": "string"
          },
          {
            "name": "from",
            "in": "query",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "pageNumber",
            "in": "query",
            "description": "页码,从1开始",
            "required": true,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "pageSize",
            "in": "query",
            "description": "默认展示条数,缺省10条",
            "required": true,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "startTime",
            "in": "query",
            "description": "起始时间",
            "required": false,
            "type": "string"
          },
          {
            "name": "type",
            "in": "query",
            "description": "类型 1-积分发奖 2-活动发奖",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/公共响应对象«PageUtils«积分发奖列表»»"
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "403": {
            "description": "Forbidden"
          },
          "404": {
            "description": "Not Found"
          }
        },
        "deprecated": false
      }
    },
    "/admin/api/v1/integral/integralUserInfo/activityExport": {
      "get": {
        "tags": [
          "积分用户"
        ],
        "summary": "活动用户导出",
        "operationId": "IntegralUserInfoactivityExportIntegralUserInfo",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "accessToken",
            "in": "header",
            "description": "accessToken",
            "required": true,
            "type": "string"
          },
          {
            "name": "all",
            "in": "query",
            "required": false,
            "type": "string"
          },
          {
            "name": "from",
            "in": "query",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "integralId",
            "in": "query",
            "description": "积分发奖id",
            "required": true,
            "type": "integer",
            "format": "int64"
          },
          {
            "name": "pageNumber",
            "in": "query",
            "description": "页码,从1开始",
            "required": true,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "pageSize",
            "in": "query",
            "description": "默认展示条数,缺省10条",
            "required": true,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "phone",
            "in": "query",
            "description": "用户手机号码",
            "required": false,
            "type": "string"
          },
          {
            "name": "userId",
            "in": "query",
            "description": "用户ID",
            "required": false,
            "type": "string"
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          },
          "401": {
            "description": "Unauthorized"
          },
          "403": {
            "description": "Forbidden"
          },
          "404": {
            "description": "Not Found"
          }
        },
        "deprecated": false
      }
    },
    "/admin/api/v1/integral/integralUserInfo/activityTemplate": {
      "get": {
        "tags": [
          "积分用户"
        ],
        "summary": "活动发奖模板下载",
        "description": "用于活动发奖信息导入明细页面的模板下载",
        "operationId": "IntegralUserInfoactivityTemplate",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "accessToken",
            "in": "header",
            "description": "accessToken",
            "required": true,
            "type": "string"
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          },
          "401": {
            "description": "Unauthorized"
          },
          "403": {
            "description": "Forbidden"
          },
          "404": {
            "description": "Not Found"
          }
        },
        "deprecated": false
      }
    },
    "/admin/api/v1/integral/integralUserInfo/delete": {
      "post": {
        "tags": [
          "积分用户"
        ],
        "summary": "删除积分用户信息",
        "operationId": "IntegralUserInfodelete",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "accessToken",
            "in": "header",
            "description": "accessToken",
            "required": true,
            "type": "string"
          },
          {
            "in": "body",
            "name": "request",
            "description": "request",
            "required": true,
            "schema": {
              "$ref": "#/definitions/积分用户信息删除请求"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/公共响应对象"
            }
          },
          "201": {
            "description": "Created"
          },
          "401": {
            "description": "Unauthorized"
          },
          "403": {
            "description": "Forbidden"
          },
          "404": {
            "description": "Not Found"
          }
        },
        "deprecated": false
      }
    },
    "/admin/api/v1/integral/integralUserInfo/export": {
      "get": {
        "tags": [
          "积分用户"
        ],
        "summary": "积分用户导出",
        "operationId": "IntegralUserInfoexportIntegralUserInfo",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "accessToken",
            "in": "header",
            "description": "accessToken",
            "required": true,
            "type": "string"
          },
          {
            "name": "all",
            "in": "query",
            "required": false,
            "type": "string"
          },
          {
            "name": "from",
            "in": "query",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "integralId",
            "in": "query",
            "description": "积分发奖id",
            "required": true,
            "type": "integer",
            "format": "int64"
          },
          {
            "name": "pageNumber",
            "in": "query",
            "description": "页码,从1开始",
            "required": true,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "pageSize",
            "in": "query",
            "description": "默认展示条数,缺省10条",
            "required": true,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "phone",
            "in": "query",
            "description": "用户手机号码",
            "required": false,
            "type": "string"
          },
          {
            "name": "userId",
            "in": "query",
            "description": "用户ID",
            "required": false,
            "type": "string"
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          },
          "401": {
            "description": "Unauthorized"
          },
          "403": {
            "description": "Forbidden"
          },
          "404": {
            "description": "Not Found"
          }
        },
        "deprecated": false
      }
    },
    "/admin/api/v1/integral/integralUserInfo/grantIntegral": {
      "post": {
        "tags": [
          "积分用户"
        ],
        "summary": "积分用户发放",
        "operationId": "IntegralUserInfograntIntegral",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "accessToken",
            "in": "header",
            "description": "accessToken",
            "required": true,
            "type": "string"
          },
          {
            "in": "body",
            "name": "query",
            "description": "query",
            "required": true,
            "schema": {
              "$ref": "#/definitions/发放请求"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/公共响应对象"
            }
          },
          "201": {
            "description": "Created"
          },
          "401": {
            "description": "Unauthorized"
          },
          "403": {
            "description": "Forbidden"
          },
          "404": {
            "description": "Not Found"
          }
        },
        "deprecated": false
      }
    },
    "/admin/api/v1/integral/integralUserInfo/import": {
      "post": {
        "tags": [
          "积分用户"
        ],
        "summary": "积分发奖导入确认",
        "description": "用于积分发奖信息导入页面的导入确认",
        "operationId": "IntegralUserInfoimportIntegral",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "accessToken",
            "in": "header",
            "description": "accessToken",
            "required": true,
            "type": "string"
          },
          {
            "in": "body",
            "name": "request",
            "description": "request",
            "required": true,
            "schema": {
              "$ref": "#/definitions/积分发奖导入请求"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/公共响应对象"
            }
          },
          "201": {
            "description": "Created"
          },
          "401": {
            "description": "Unauthorized"
          },
          "403": {
            "description": "Forbidden"
          },
          "404": {
            "description": "Not Found"
          }
        },
        "deprecated": false
      }
    },
    "/admin/api/v1/integral/integralUserInfo/integralPreimport": {
      "post": {
        "tags": [
          "积分用户"
        ],
        "summary": "积分发奖预导入",
        "description": "用于积分发奖信息导入页面的预导入",
        "operationId": "IntegralUserInfointegralPreimport",
        "consumes": [
          "multipart/form-data"
        ],
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "accessToken",
            "in": "header",
            "description": "accessToken",
            "required": true,
            "type": "string"
          },
          {
            "name": "file",
            "in": "formData",
            "description": "file",
            "required": true,
            "type": "file"
          },
          {
            "name": "integralId",
            "in": "query",
            "description": "积分发奖Id",
            "required": true,
            "type": "integer",
            "format": "int64",
            "allowEmptyValue": false
          },
          {
            "name": "type",
            "in": "query",
            "description": "类型 1-积分发奖 2-活动发奖",
            "required": true,
            "type": "integer",
            "format": "int32",
            "allowEmptyValue": false
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/公共响应对象«PreImportResult»"
            }
          },
          "201": {
            "description": "Created"
          },
          "401": {
            "description": "Unauthorized"
          },
          "403": {
            "description": "Forbidden"
          },
          "404": {
            "description": "Not Found"
          }
        },
        "deprecated": false
      }
    },
    "/admin/api/v1/integral/integralUserInfo/list": {
      "get": {
        "tags": [
          "积分用户"
        ],
        "summary": "积分用户列表",
        "operationId": "IntegralUserInfolist",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "accessToken",
            "in": "header",
            "description": "accessToken",
            "required": true,
            "type": "string"
          },
          {
            "name": "all",
            "in": "query",
            "required": false,
            "type": "string"
          },
          {
            "name": "from",
            "in": "query",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "integralId",
            "in": "query",
            "description": "积分发奖id",
            "required": true,
            "type": "integer",
            "format": "int64"
          },
          {
            "name": "pageNumber",
            "in": "query",
            "description": "页码,从1开始",
            "required": true,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "pageSize",
            "in": "query",
            "description": "默认展示条数,缺省10条",
            "required": true,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "phone",
            "in": "query",
            "description": "用户手机号码",
            "required": false,
            "type": "string"
          },
          {
            "name": "userId",
            "in": "query",
            "description": "用户ID",
            "required": false,
            "type": "string"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/公共响应对象«PageUtils«积分用户信息列表»»"
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "403": {
            "description": "Forbidden"
          },
          "404": {
            "description": "Not Found"
          }
        },
        "deprecated": false
      }
    },
    "/admin/api/v1/integral/integralUserInfo/template": {
      "get": {
        "tags": [
          "积分用户"
        ],
        "summary": "积分发奖模板下载",
        "description": "用于积分发奖信息导入明细页面的模板下载",
        "operationId": "IntegralUserInfotemplate",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "accessToken",
            "in": "header",
            "description": "accessToken",
            "required": true,
            "type": "string"
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          },
          "401": {
            "description": "Unauthorized"
          },
          "403": {
            "description": "Forbidden"
          },
          "404": {
            "description": "Not Found"
          }
        },
        "deprecated": false
      }
    },
    "/admin/api/v1/lableManagement/addLableManagement": {
      "post": {
        "tags": [
          "标签管理相关接口"
        ],
        "summary": "新增标签管理",
        "operationId": "LableManagementaddLableManagement",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "lableManagementVO",
            "description": "lableManagementVO",
            "required": true,
            "schema": {
              "$ref": "#/definitions/标签管理"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/公共响应对象"
            }
          },
          "201": {
            "description": "Created"
          },
          "401": {
            "description": "Unauthorized"
          },
          "403": {
            "description": "Forbidden"
          },
          "404": {
            "description": "Not Found"
          }
        },
        "deprecated": false
      }
    },
    "/admin/api/v1/lableManagement/checkLableManagement": {
      "post": {
        "tags": [
          "标签管理相关接口"
        ],
        "summary": "删除标签管理校验",
        "operationId": "LableManagementcheckLableManagement",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "id",
            "description": "id",
            "required": true,
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/公共响应对象"
            }
          },
          "201": {
            "description": "Created"
          },
          "401": {
            "description": "Unauthorized"
          },
          "403": {
            "description": "Forbidden"
          },
          "404": {
            "description": "Not Found"
          }
        },
        "deprecated": false
      }
    },
    "/admin/api/v1/lableManagement/checkLableManagementName": {
      "post": {
        "tags": [
          "标签管理相关接口"
        ],
        "summary": "标签管理名称唯一校验",
        "operationId": "LableManagementcheckLableManagementName",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "lableManagementVO",
            "description": "lableManagementVO",
            "required": true,
            "schema": {
              "$ref": "#/definitions/标签管理"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/公共响应对象«校验提示»"
            }
          },
          "201": {
            "description": "Created"
          },
          "401": {
            "description": "Unauthorized"
          },
          "403": {
            "description": "Forbidden"
          },
          "404": {
            "description": "Not Found"
          }
        },
        "deprecated": false
      }
    },
    "/admin/api/v1/lableManagement/delete": {
      "post": {
        "tags": [
          "标签管理相关接口"
        ],
        "summary": "删除标签管理",
        "operationId": "LableManagementdelete",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "id",
            "description": "id",
            "required": true,
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/公共响应对象"
            }
          },
          "201": {
            "description": "Created"
          },
          "401": {
            "description": "Unauthorized"
          },
          "403": {
            "description": "Forbidden"
          },
          "404": {
            "description": "Not Found"
          }
        },
        "deprecated": false
      }
    },
    "/admin/api/v1/lableManagement/info/{id}": {
      "get": {
        "tags": [
          "标签管理相关接口"
        ],
        "summary": "标签管理详情查看",
        "operationId": "LableManagementinfo",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "description": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/公共响应对象«标签管理»"
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "403": {
            "description": "Forbidden"
          },
          "404": {
            "description": "Not Found"
          }
        },
        "deprecated": false
      }
    },
    "/admin/api/v1/lableManagement/list": {
      "get": {
        "tags": [
          "标签管理相关接口"
        ],
        "summary": "标签管理列表",
        "operationId": "LableManagementlist",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "id",
            "in": "query",
            "description": "标签id",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "labelDescribe",
            "in": "query",
            "description": "标签描述",
            "required": false,
            "type": "string"
          },
          {
            "name": "labelName",
            "in": "query",
            "description": "标签名称",
            "required": false,
            "type": "string"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/公共响应对象«List«标签管理»»"
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "403": {
            "description": "Forbidden"
          },
          "404": {
            "description": "Not Found"
          }
        },
        "deprecated": false
      }
    },
    "/admin/api/v1/lableManagement/updateLableManagement": {
      "post": {
        "tags": [
          "标签管理相关接口"
        ],
        "summary": "编辑标签管理",
        "operationId": "LableManagementupdateLableManagement",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "lableManagementVO",
            "description": "lableManagementVO",
            "required": true,
            "schema": {
              "$ref": "#/definitions/标签管理"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/公共响应对象"
            }
          },
          "201": {
            "description": "Created"
          },
          "401": {
            "description": "Unauthorized"
          },
          "403": {
            "description": "Forbidden"
          },
          "404": {
            "description": "Not Found"
          }
        },
        "deprecated": false
      }
    },
    "/admin/api/v1/luckyDraw/addLuckyDraw": {
      "post": {
        "tags": [
          "抽奖管理相关接口"
        ],
        "summary": "新增抽奖管理",
        "operationId": "LuckyDrawaddLuckyDraw",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "request",
            "description": "request",
            "required": true,
            "schema": {
              "$ref": "#/definitions/AddActivityLuckyDrawRequest"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/公共响应对象«校验提示»"
            }
          },
          "201": {
            "description": "Created"
          },
          "401": {
            "description": "Unauthorized"
          },
          "403": {
            "description": "Forbidden"
          },
          "404": {
            "description": "Not Found"
          }
        },
        "deprecated": false
      }
    },
    "/admin/api/v1/luckyDraw/checkLuckyDraw": {
      "post": {
        "tags": [
          "抽奖管理相关接口"
        ],
        "summary": "校验抽奖",
        "operationId": "LuckyDrawcheckLuckyDraw",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "request",
            "description": "request",
            "required": true,
            "schema": {
              "$ref": "#/definitions/QueryActivityLotteryTemplateRequest"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/公共响应对象«校验抽奖模板VO»"
            }
          },
          "201": {
            "description": "Created"
          },
          "401": {
            "description": "Unauthorized"
          },
          "403": {
            "description": "Forbidden"
          },
          "404": {
            "description": "Not Found"
          }
        },
        "deprecated": false
      }
    },
    "/admin/api/v1/luckyDraw/delete": {
      "post": {
        "tags": [
          "抽奖管理相关接口"
        ],
        "summary": "删除抽奖管理",
        "operationId": "LuckyDrawdelete",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "id",
            "description": "id",
            "required": true,
            "schema": {
              "type": "integer",
              "format": "int64"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/公共响应对象"
            }
          },
          "201": {
            "description": "Created"
          },
          "401": {
            "description": "Unauthorized"
          },
          "403": {
            "description": "Forbidden"
          },
          "404": {
            "description": "Not Found"
          }
        },
        "deprecated": false
      }
    },
    "/admin/api/v1/luckyDraw/info/{id}": {
      "get": {
        "tags": [
          "抽奖管理相关接口"
        ],
        "summary": "抽奖管理详情查看",
        "operationId": "LuckyDrawinfo",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "description": "id",
            "required": true,
            "type": "integer",
            "format": "int64"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/公共响应对象«AddActivityLuckyDrawRequest»"
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "403": {
            "description": "Forbidden"
          },
          "404": {
            "description": "Not Found"
          }
        },
        "deprecated": false
      }
    },
    "/admin/api/v1/luckyDraw/list": {
      "get": {
        "tags": [
          "抽奖管理相关接口"
        ],
        "summary": "抽奖管理列表",
        "operationId": "LuckyDrawlist",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "activityCode",
            "in": "query",
            "description": "所属活动",
            "required": false,
            "type": "string"
          },
          {
            "name": "activityName",
            "in": "query",
            "description": "所属名称",
            "required": false,
            "type": "string"
          },
          {
            "name": "activityProject",
            "in": "query",
            "description": "所属项目",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "applicableUser",
            "in": "query",
            "description": "适用用户:1-全选,2-CNS,3-CRS,4-非CNS非CRS",
            "required": false,
            "type": "string"
          },
          {
            "name": "createdBy",
            "in": "query",
            "description": "创建人",
            "required": false,
            "type": "string"
          },
          {
            "name": "endCreatedTime",
            "in": "query",
            "description": "创建时间结束（列表查询使用）",
            "required": false,
            "type": "string"
          },
          {
            "name": "endTime",
            "in": "query",
            "description": "抽奖有效期结束时间",
            "required": false,
            "type": "string",
            "format": "date-time"
          },
          {
            "name": "from",
            "in": "query",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "id",
            "in": "query",
            "description": "抽奖管理id",
            "required": false,
            "type": "integer",
            "format": "int64"
          },
          {
            "name": "integralSetting",
            "in": "query",
            "description": "积分设置",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "lotteryTemplate",
            "in": "query",
            "description": "抽奖模板",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "lotteryTitle",
            "in": "query",
            "description": "抽奖标题",
            "required": false,
            "type": "string"
          },
          {
            "name": "page",
            "in": "query",
            "description": "分页",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "participationAuthority",
            "in": "query",
            "description": "参与条件设置:1-首次下单可抽奖,2-每次下单均可抽奖",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "participationConditionSetting",
            "in": "query",
            "description": "参与方式",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "size",
            "in": "query",
            "description": "每页数量",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "startCreatedTime",
            "in": "query",
            "description": "创建时间开始（列表查询使用）",
            "required": false,
            "type": "string"
          },
          {
            "name": "startTime",
            "in": "query",
            "description": "抽奖有效期开始时间",
            "required": false,
            "type": "string",
            "format": "date-time"
          },
          {
            "name": "status",
            "in": "query",
            "description": "状态 1-未开始，2-进行中，3-已结束",
            "required": false,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/公共响应对象«PageUtils«抽奖管理»»"
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "403": {
            "description": "Forbidden"
          },
          "404": {
            "description": "Not Found"
          }
        },
        "deprecated": false
      }
    },
    "/admin/api/v1/luckyDraw/updateLuckyDraw": {
      "post": {
        "tags": [
          "抽奖管理相关接口"
        ],
        "summary": "编辑抽奖管理",
        "operationId": "LuckyDrawupdateLuckyDraw",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "luckyDrawVO",
            "description": "luckyDrawVO",
            "required": true,
            "schema": {
              "$ref": "#/definitions/AddActivityLuckyDrawRequest"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/公共响应对象«校验提示»"
            }
          },
          "201": {
            "description": "Created"
          },
          "401": {
            "description": "Unauthorized"
          },
          "403": {
            "description": "Forbidden"
          },
          "404": {
            "description": "Not Found"
          }
        },
        "deprecated": false
      }
    },
    "/admin/api/v1/luckyDraw/updateStatus": {
      "post": {
        "tags": [
          "抽奖管理相关接口"
        ],
        "summary": "奖项状态修改",
        "operationId": "LuckyDrawupdateStatus",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "awardStatus",
            "in": "query",
            "description": "上下架状态",
            "required": true,
            "type": "integer",
            "format": "int32",
            "allowEmptyValue": false
          },
          {
            "name": "id",
            "in": "query",
            "description": "奖项id",
            "required": true,
            "type": "integer",
            "format": "int64",
            "allowEmptyValue": false
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/公共响应对象"
            }
          },
          "201": {
            "description": "Created"
          },
          "401": {
            "description": "Unauthorized"
          },
          "403": {
            "description": "Forbidden"
          },
          "404": {
            "description": "Not Found"
          }
        },
        "deprecated": false
      }
    },
    "/admin/api/v1/questionBank/addQuestionBank": {
      "post": {
        "tags": [
          "题库相关接口"
        ],
        "summary": "新增题库",
        "operationId": "QuestionBankaddQuestionBank",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "questionBankVO",
            "description": "questionBankVO",
            "required": true,
            "schema": {
              "$ref": "#/definitions/QuestionBankVO"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/公共响应对象"
            }
          },
          "201": {
            "description": "Created"
          },
          "401": {
            "description": "Unauthorized"
          },
          "403": {
            "description": "Forbidden"
          },
          "404": {
            "description": "Not Found"
          }
        },
        "deprecated": false
      }
    },
    "/admin/api/v1/questionBank/checkQuestionBank/{id}": {
      "post": {
        "tags": [
          "题库相关接口"
        ],
        "summary": "删除题库校验",
        "operationId": "QuestionBankcheckQuestionBank",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "description": "id",
            "required": true,
            "type": "integer",
            "format": "int64"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/公共响应对象«删除逻辑提示»"
            }
          },
          "201": {
            "description": "Created"
          },
          "401": {
            "description": "Unauthorized"
          },
          "403": {
            "description": "Forbidden"
          },
          "404": {
            "description": "Not Found"
          }
        },
        "deprecated": false
      }
    },
    "/admin/api/v1/questionBank/delete/{id}": {
      "post": {
        "tags": [
          "题库相关接口"
        ],
        "summary": "删除题库",
        "operationId": "QuestionBankdelete",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "description": "id",
            "required": true,
            "type": "integer",
            "format": "int64"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/公共响应对象"
            }
          },
          "201": {
            "description": "Created"
          },
          "401": {
            "description": "Unauthorized"
          },
          "403": {
            "description": "Forbidden"
          },
          "404": {
            "description": "Not Found"
          }
        },
        "deprecated": false
      }
    },
    "/admin/api/v1/questionBank/info/{id}": {
      "get": {
        "tags": [
          "题库相关接口"
        ],
        "summary": "题库详情查看",
        "operationId": "QuestionBankinfo",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "description": "id",
            "required": true,
            "type": "integer",
            "format": "int64"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/公共响应对象«题库数据»"
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "403": {
            "description": "Forbidden"
          },
          "404": {
            "description": "Not Found"
          }
        },
        "deprecated": false
      }
    },
    "/admin/api/v1/questionBank/list": {
      "get": {
        "tags": [
          "题库相关接口"
        ],
        "summary": "题库列表",
        "operationId": "QuestionBanklist",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "endCreatedTime",
            "in": "query",
            "description": "创建时间结束",
            "required": false,
            "type": "string"
          },
          {
            "name": "from",
            "in": "query",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "id",
            "in": "query",
            "description": "题库id",
            "required": false,
            "type": "integer",
            "format": "int64"
          },
          {
            "name": "page",
            "in": "query",
            "description": "分页",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "questionBankName",
            "in": "query",
            "description": "题库名称",
            "required": false,
            "type": "string"
          },
          {
            "name": "size",
            "in": "query",
            "description": "每页数量",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "startCreatedTime",
            "in": "query",
            "description": "创建时间开始",
            "required": false,
            "type": "string"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/公共响应对象«PageUtils«题库数据»»"
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "403": {
            "description": "Forbidden"
          },
          "404": {
            "description": "Not Found"
          }
        },
        "deprecated": false
      }
    },
    "/admin/api/v1/questionBank/updateQuestionBank": {
      "post": {
        "tags": [
          "题库相关接口"
        ],
        "summary": "编辑题库",
        "operationId": "QuestionBankupdateQuestionBank",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "questionBankVO",
            "description": "questionBankVO",
            "required": true,
            "schema": {
              "$ref": "#/definitions/QuestionBankVO"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/公共响应对象"
            }
          },
          "201": {
            "description": "Created"
          },
          "401": {
            "description": "Unauthorized"
          },
          "403": {
            "description": "Forbidden"
          },
          "404": {
            "description": "Not Found"
          }
        },
        "deprecated": false
      }
    },
    "/admin/api/v1/subject/addSubject": {
      "post": {
        "tags": [
          "题目相关接口"
        ],
        "summary": "新增题目",
        "operationId": "SubjectaddSubject",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "subjectVO",
            "description": "subjectVO",
            "required": true,
            "schema": {
              "$ref": "#/definitions/SubjectVO"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/公共响应对象"
            }
          },
          "201": {
            "description": "Created"
          },
          "401": {
            "description": "Unauthorized"
          },
          "403": {
            "description": "Forbidden"
          },
          "404": {
            "description": "Not Found"
          }
        },
        "deprecated": false
      }
    },
    "/admin/api/v1/subject/checkSubject": {
      "post": {
        "tags": [
          "题目相关接口"
        ],
        "summary": "删除题目校验",
        "operationId": "SubjectcheckSubject",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "ids",
            "description": "ids",
            "required": true,
            "schema": {
              "type": "array",
              "items": {
                "type": "integer",
                "format": "int64"
              }
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/公共响应对象«删除逻辑提示»"
            }
          },
          "201": {
            "description": "Created"
          },
          "401": {
            "description": "Unauthorized"
          },
          "403": {
            "description": "Forbidden"
          },
          "404": {
            "description": "Not Found"
          }
        },
        "deprecated": false
      }
    },
    "/admin/api/v1/subject/checkUpdageSubject": {
      "post": {
        "tags": [
          "题目相关接口"
        ],
        "summary": "编辑题目校验",
        "operationId": "SubjectcheckUpdageSubject",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "id",
            "description": "id",
            "required": true,
            "schema": {
              "type": "array",
              "items": {
                "type": "integer",
                "format": "int64"
              }
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/公共响应对象«校验提示»"
            }
          },
          "201": {
            "description": "Created"
          },
          "401": {
            "description": "Unauthorized"
          },
          "403": {
            "description": "Forbidden"
          },
          "404": {
            "description": "Not Found"
          }
        },
        "deprecated": false
      }
    },
    "/admin/api/v1/subject/delete": {
      "post": {
        "tags": [
          "题目相关接口"
        ],
        "summary": "删除题目",
        "operationId": "Subjectdelete",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "ids",
            "description": "ids",
            "required": true,
            "schema": {
              "type": "array",
              "items": {
                "type": "integer",
                "format": "int64"
              }
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/公共响应对象"
            }
          },
          "201": {
            "description": "Created"
          },
          "401": {
            "description": "Unauthorized"
          },
          "403": {
            "description": "Forbidden"
          },
          "404": {
            "description": "Not Found"
          }
        },
        "deprecated": false
      }
    },
    "/admin/api/v1/subject/export": {
      "get": {
        "tags": [
          "题目相关接口"
        ],
        "summary": "题目导出",
        "operationId": "SubjectexportSubject",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "applicableUser",
            "in": "query",
            "description": "适用用户（查询适用）:1-全选,2-CNS,3-CRS,4-非CNS非CRS,5-车联网用户",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "applicableUserDetailedVOList[0].applicableUser",
            "in": "query",
            "description": "适用用户:1-全选,2-CNS,3-CRS,4-非CNS非CRS,5-车联网用户,6-捷达",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "applicableUserDetailedVOList[0].applicableUserType",
            "in": "query",
            "description": "类型 1：内容管理-适用用户 2：内容活动-适用用户 3：题库管理-适用用户 4：推广活动-适用用户",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "applicableUserDetailedVOList[0].vehicleModel",
            "in": "query",
            "description": "车型",
            "required": false,
            "type": "string"
          },
          {
            "name": "applicableUserDetailedVOList[0].vehicleSeries",
            "in": "query",
            "description": "车系",
            "required": false,
            "type": "string"
          },
          {
            "name": "endCreatedTime",
            "in": "query",
            "description": "创建时间结束",
            "required": false,
            "type": "string"
          },
          {
            "name": "from",
            "in": "query",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "id",
            "in": "query",
            "description": "题目ID",
            "required": false,
            "type": "integer",
            "format": "int64"
          },
          {
            "name": "optionType",
            "in": "query",
            "description": "0为全选，选项类型(1-单选，2-多选)",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "options",
            "in": "query",
            "description": "题目选项",
            "required": false,
            "type": "string",
            "x-example": "A.1种;B.2种;C.3种;D.4种"
          },
          {
            "name": "page",
            "in": "query",
            "description": "分页",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "problemDescription",
            "in": "query",
            "description": "问题描述",
            "required": false,
            "type": "string"
          },
          {
            "name": "problemDescriptionEnclosureUrl",
            "in": "query",
            "description": "问题描述附件",
            "required": false,
            "type": "string"
          },
          {
            "name": "problemType",
            "in": "query",
            "description": "0为全选，问题类型（1-纯文本，2-视频，3-图片）",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "questionBankId",
            "in": "query",
            "description": "所属题库id",
            "required": false,
            "type": "string"
          },
          {
            "name": "rightSolution",
            "in": "query",
            "description": "正确答案",
            "required": false,
            "type": "string"
          },
          {
            "name": "score",
            "in": "query",
            "description": "得分",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "size",
            "in": "query",
            "description": "每页数量",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "startCreatedTime",
            "in": "query",
            "description": "创建时间开始",
            "required": false,
            "type": "string"
          },
          {
            "name": "vehicleSeries",
            "in": "query",
            "description": "1为全选，车系（查询适用）",
            "required": false,
            "type": "string"
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          },
          "401": {
            "description": "Unauthorized"
          },
          "403": {
            "description": "Forbidden"
          },
          "404": {
            "description": "Not Found"
          }
        },
        "deprecated": false
      }
    },
    "/admin/api/v1/subject/info/{id}": {
      "get": {
        "tags": [
          "题目相关接口"
        ],
        "summary": "题目详情查看",
        "operationId": "Subjectinfo",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "description": "id",
            "required": true,
            "type": "integer",
            "format": "int64"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/公共响应对象«题目数据»"
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "403": {
            "description": "Forbidden"
          },
          "404": {
            "description": "Not Found"
          }
        },
        "deprecated": false
      }
    },
    "/admin/api/v1/subject/list": {
      "get": {
        "tags": [
          "题目相关接口"
        ],
        "summary": "题目列表",
        "operationId": "Subjectlist",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "applicableUser",
            "in": "query",
            "description": "适用用户（查询适用）:1-全选,2-CNS,3-CRS,4-非CNS非CRS,5-车联网用户",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "applicableUserDetailedVOList[0].applicableUser",
            "in": "query",
            "description": "适用用户:1-全选,2-CNS,3-CRS,4-非CNS非CRS,5-车联网用户,6-捷达",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "applicableUserDetailedVOList[0].applicableUserType",
            "in": "query",
            "description": "类型 1：内容管理-适用用户 2：内容活动-适用用户 3：题库管理-适用用户 4：推广活动-适用用户",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "applicableUserDetailedVOList[0].vehicleModel",
            "in": "query",
            "description": "车型",
            "required": false,
            "type": "string"
          },
          {
            "name": "applicableUserDetailedVOList[0].vehicleSeries",
            "in": "query",
            "description": "车系",
            "required": false,
            "type": "string"
          },
          {
            "name": "endCreatedTime",
            "in": "query",
            "description": "创建时间结束",
            "required": false,
            "type": "string"
          },
          {
            "name": "from",
            "in": "query",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "id",
            "in": "query",
            "description": "题目ID",
            "required": false,
            "type": "integer",
            "format": "int64"
          },
          {
            "name": "optionType",
            "in": "query",
            "description": "0为全选，选项类型(1-单选，2-多选)",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "options",
            "in": "query",
            "description": "题目选项",
            "required": false,
            "type": "string",
            "x-example": "A.1种;B.2种;C.3种;D.4种"
          },
          {
            "name": "page",
            "in": "query",
            "description": "分页",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "problemDescription",
            "in": "query",
            "description": "问题描述",
            "required": false,
            "type": "string"
          },
          {
            "name": "problemDescriptionEnclosureUrl",
            "in": "query",
            "description": "问题描述附件",
            "required": false,
            "type": "string"
          },
          {
            "name": "problemType",
            "in": "query",
            "description": "0为全选，问题类型（1-纯文本，2-视频，3-图片）",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "questionBankId",
            "in": "query",
            "description": "所属题库id",
            "required": false,
            "type": "string"
          },
          {
            "name": "rightSolution",
            "in": "query",
            "description": "正确答案",
            "required": false,
            "type": "string"
          },
          {
            "name": "score",
            "in": "query",
            "description": "得分",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "size",
            "in": "query",
            "description": "每页数量",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "startCreatedTime",
            "in": "query",
            "description": "创建时间开始",
            "required": false,
            "type": "string"
          },
          {
            "name": "vehicleSeries",
            "in": "query",
            "description": "1为全选，车系（查询适用）",
            "required": false,
            "type": "string"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/公共响应对象«PageUtils«题目数据»»"
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "403": {
            "description": "Forbidden"
          },
          "404": {
            "description": "Not Found"
          }
        },
        "deprecated": false
      }
    },
    "/admin/api/v1/subject/queryQuestionBankAll": {
      "get": {
        "tags": [
          "题目相关接口"
        ],
        "summary": "查询所有题库",
        "operationId": "SubjectqueryQuestionBankAll",
        "produces": [
          "*/*"
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/公共响应对象«List«题库数据»»"
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "403": {
            "description": "Forbidden"
          },
          "404": {
            "description": "Not Found"
          }
        },
        "deprecated": false
      }
    },
    "/admin/api/v1/subject/subjectImport": {
      "post": {
        "tags": [
          "题目相关接口"
        ],
        "summary": "题目导入",
        "operationId": "SubjectsubjectImport",
        "consumes": [
          "multipart/form-data"
        ],
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "file",
            "in": "formData",
            "description": "file",
            "required": true,
            "type": "file"
          },
          {
            "name": "questionBankId",
            "in": "query",
            "description": "questionBankId",
            "required": true,
            "type": "integer",
            "format": "int64"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/公共响应对象«ImportResult»"
            }
          },
          "201": {
            "description": "Created"
          },
          "401": {
            "description": "Unauthorized"
          },
          "403": {
            "description": "Forbidden"
          },
          "404": {
            "description": "Not Found"
          }
        },
        "deprecated": false
      }
    },
    "/admin/api/v1/subject/template": {
      "get": {
        "tags": [
          "题目相关接口"
        ],
        "summary": "题目模板下载",
        "operationId": "SubjectdownloadTemplate",
        "produces": [
          "*/*"
        ],
        "responses": {
          "200": {
            "description": "OK"
          },
          "401": {
            "description": "Unauthorized"
          },
          "403": {
            "description": "Forbidden"
          },
          "404": {
            "description": "Not Found"
          }
        },
        "deprecated": false
      }
    },
    "/admin/api/v1/subject/updateSubject": {
      "post": {
        "tags": [
          "题目相关接口"
        ],
        "summary": "编辑题目",
        "operationId": "SubjectupdateSubject",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "subjectVO",
            "description": "subjectVO",
            "required": true,
            "schema": {
              "$ref": "#/definitions/SubjectVO"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/公共响应对象"
            }
          },
          "201": {
            "description": "Created"
          },
          "401": {
            "description": "Unauthorized"
          },
          "403": {
            "description": "Forbidden"
          },
          "404": {
            "description": "Not Found"
          }
        },
        "deprecated": false
      }
    },
    "/admin/api/v1/tsp/activity/award/handel/addActivityAwardPool": {
      "post": {
        "tags": [
          "抽奖处理相关接口"
        ],
        "summary": "新增活动、奖项、页面配置的信息",
        "operationId": "ActivityAwardLotteryaddActivityAwardPool",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "request",
            "description": "request",
            "required": true,
            "schema": {
              "$ref": "#/definitions/AddActivityAwardPoolRequest"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/公共响应对象"
            }
          },
          "201": {
            "description": "Created"
          },
          "401": {
            "description": "Unauthorized"
          },
          "403": {
            "description": "Forbidden"
          },
          "404": {
            "description": "Not Found"
          }
        },
        "deprecated": false
      }
    },
    "/admin/api/v1/tsp/activity/award/handel/checkLotteryTemplate": {
      "post": {
        "tags": [
          "抽奖处理相关接口"
        ],
        "summary": "校验抽奖模板",
        "operationId": "ActivityAwardLotterycheckLotteryTemplate",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "request",
            "description": "request",
            "required": true,
            "schema": {
              "$ref": "#/definitions/QueryActivityLotteryTemplateRequest"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/公共响应对象«校验抽奖模板VO»"
            }
          },
          "201": {
            "description": "Created"
          },
          "401": {
            "description": "Unauthorized"
          },
          "403": {
            "description": "Forbidden"
          },
          "404": {
            "description": "Not Found"
          }
        },
        "deprecated": false
      }
    },
    "/admin/api/v1/tsp/activity/award/handel/editActivityAwardPool": {
      "post": {
        "tags": [
          "抽奖处理相关接口"
        ],
        "summary": "编辑活动、奖项、页面配置的信息",
        "operationId": "ActivityAwardLotteryeditActivityAwardPool",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "request",
            "description": "request",
            "required": true,
            "schema": {
              "$ref": "#/definitions/AddActivityAwardPoolRequest"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/公共响应对象«AddActivityAwardPoolRequest»"
            }
          },
          "201": {
            "description": "Created"
          },
          "401": {
            "description": "Unauthorized"
          },
          "403": {
            "description": "Forbidden"
          },
          "404": {
            "description": "Not Found"
          }
        },
        "deprecated": false
      }
    },
    "/admin/api/v1/tsp/activity/award/handel/editActivityAwardPoolDynamic": {
      "post": {
        "tags": [
          "抽奖处理相关接口"
        ],
        "summary": "编辑活动、奖项、页面配置的信息奖池、奖项均可动态变更",
        "operationId": "ActivityAwardLotteryeditActivityAwardPoolDynamic",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "request",
            "description": "request",
            "required": true,
            "schema": {
              "$ref": "#/definitions/AddActivityAwardPoolRequest"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/公共响应对象"
            }
          },
          "201": {
            "description": "Created"
          },
          "401": {
            "description": "Unauthorized"
          },
          "403": {
            "description": "Forbidden"
          },
          "404": {
            "description": "Not Found"
          }
        },
        "deprecated": false
      }
    },
    "/admin/api/v1/tsp/activity/award/handel/queryActivityAwardPool": {
      "post": {
        "tags": [
          "抽奖处理相关接口"
        ],
        "summary": "查询活动、奖项、页面配置的信息",
        "operationId": "ActivityAwardLotteryqueryActivityAwardPool",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "request",
            "description": "request",
            "required": true,
            "schema": {
              "$ref": "#/definitions/QueryActivityAwardPoolRequest"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/公共响应对象«AddActivityAwardPoolRequest»"
            }
          },
          "201": {
            "description": "Created"
          },
          "401": {
            "description": "Unauthorized"
          },
          "403": {
            "description": "Forbidden"
          },
          "404": {
            "description": "Not Found"
          }
        },
        "deprecated": false
      }
    },
    "/admin/api/v1/tsp/activity/award/handel/queryActivityAwardProductList": {
      "post": {
        "tags": [
          "抽奖处理相关接口"
        ],
        "summary": "查询权益对应的商品信息",
        "operationId": "ActivityAwardLotteryqueryActivityAwardProductList",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "request",
            "description": "request",
            "required": true,
            "schema": {
              "$ref": "#/definitions/QueryActivityAwardProductRequest"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/公共响应对象«PageUtils«RightSkuInfoView»»"
            }
          },
          "201": {
            "description": "Created"
          },
          "401": {
            "description": "Unauthorized"
          },
          "403": {
            "description": "Forbidden"
          },
          "404": {
            "description": "Not Found"
          }
        },
        "deprecated": false
      }
    },
    "/admin/api/v1/tsp/activity/award/handel/queryAwardTotalConditionById": {
      "post": {
        "tags": [
          "抽奖处理相关接口"
        ],
        "summary": "查询奖项的整体情况信息",
        "operationId": "ActivityAwardLotteryqueryAwardTotalConditionById",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "request",
            "description": "request",
            "required": true,
            "schema": {
              "$ref": "#/definitions/QueryAwardTotalConditionByIdRequest"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/公共响应对象«AwardDescVO»"
            }
          },
          "201": {
            "description": "Created"
          },
          "401": {
            "description": "Unauthorized"
          },
          "403": {
            "description": "Forbidden"
          },
          "404": {
            "description": "Not Found"
          }
        },
        "deprecated": false
      }
    },
    "/admin/api/v1/userFeedback/exportUserFeedbackInfo": {
      "get": {
        "tags": [
          "用户反馈接口"
        ],
        "summary": "用户反馈导出",
        "operationId": "UserFeedbackInfoexportUserFeedbackInfo",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "accessToken",
            "in": "header",
            "description": "accessToken",
            "required": true,
            "type": "string"
          },
          {
            "name": "activityCode",
            "in": "query",
            "description": "活动code",
            "required": false,
            "type": "string"
          },
          {
            "name": "businessType",
            "in": "query",
            "description": "内容分类",
            "required": false,
            "type": "string"
          },
          {
            "name": "phone",
            "in": "query",
            "description": "手机号",
            "required": false,
            "type": "string"
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          },
          "401": {
            "description": "Unauthorized"
          },
          "403": {
            "description": "Forbidden"
          },
          "404": {
            "description": "Not Found"
          }
        },
        "deprecated": false
      }
    },
    "/admin/api/v1/userFeedback/queryUserFeedbackInfoList": {
      "get": {
        "tags": [
          "用户反馈接口"
        ],
        "summary": "用户反馈列表",
        "operationId": "UserFeedbackInfoqueryUserFeedbackInfoList",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "accessToken",
            "in": "header",
            "description": "accessToken",
            "required": true,
            "type": "string"
          },
          {
            "name": "activityCode",
            "in": "query",
            "description": "活动code",
            "required": false,
            "type": "string"
          },
          {
            "name": "businessType",
            "in": "query",
            "description": "内容分类",
            "required": false,
            "type": "string"
          },
          {
            "name": "from",
            "in": "query",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "pageNumber",
            "in": "query",
            "description": "页码,从1开始",
            "required": true,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "pageSize",
            "in": "query",
            "description": "默认展示条数,缺省10条",
            "required": true,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "phone",
            "in": "query",
            "description": "手机号",
            "required": false,
            "type": "string"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/公共响应对象«PageUtils«UserFeedbackInfoView»»"
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "403": {
            "description": "Forbidden"
          },
          "404": {
            "description": "Not Found"
          }
        },
        "deprecated": false
      }
    },
    "/admin/api/v1/userSeriesModel/getGoodsRightsContentlList": {
      "post": {
        "tags": [
          "适用用户和权益查询接口"
        ],
        "summary": "获取物资管理权益信息",
        "operationId": "UserSeriesModelgetGoodsRightsContentlList",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "req",
            "description": "req",
            "required": true,
            "schema": {
              "$ref": "#/definitions/查询审批通过的物资权益"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/公共响应对象«List«RightProductInfoActiveView»»"
            }
          },
          "201": {
            "description": "Created"
          },
          "401": {
            "description": "Unauthorized"
          },
          "403": {
            "description": "Forbidden"
          },
          "404": {
            "description": "Not Found"
          }
        },
        "deprecated": false
      }
    },
    "/admin/api/v1/userSeriesModel/getModelList": {
      "post": {
        "tags": [
          "适用用户和权益查询接口"
        ],
        "summary": "查询获取全部车型",
        "operationId": "UserSeriesModelgetModelList",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "*/*"
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/公共响应对象«List«车型»»"
            }
          },
          "201": {
            "description": "Created"
          },
          "401": {
            "description": "Unauthorized"
          },
          "403": {
            "description": "Forbidden"
          },
          "404": {
            "description": "Not Found"
          }
        },
        "deprecated": false
      }
    },
    "/admin/api/v1/userSeriesModel/getRightsContentlList": {
      "post": {
        "tags": [
          "适用用户和权益查询接口"
        ],
        "summary": "获取权益信息",
        "operationId": "UserSeriesModelgetRightsContentlList",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "rightsDetailedVO",
            "description": "rightsDetailedVO",
            "required": true,
            "schema": {
              "$ref": "#/definitions/RightsDetailedVO"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/公共响应对象«List«RightProductInfoActiveView»»"
            }
          },
          "201": {
            "description": "Created"
          },
          "401": {
            "description": "Unauthorized"
          },
          "403": {
            "description": "Forbidden"
          },
          "404": {
            "description": "Not Found"
          }
        },
        "deprecated": false
      }
    },
    "/admin/api/v1/userSeriesModel/getSeriesList": {
      "post": {
        "tags": [
          "适用用户和权益查询接口"
        ],
        "summary": "查询获取全部车系",
        "operationId": "UserSeriesModelgetSeriesList",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "*/*"
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/公共响应对象«List«车系»»"
            }
          },
          "201": {
            "description": "Created"
          },
          "401": {
            "description": "Unauthorized"
          },
          "403": {
            "description": "Forbidden"
          },
          "404": {
            "description": "Not Found"
          }
        },
        "deprecated": false
      }
    },
    "/admin/api/v1/userSeriesModel/getUserSeriesModelList": {
      "post": {
        "tags": [
          "适用用户和权益查询接口"
        ],
        "summary": "新增获取全部适用户",
        "operationId": "UserSeriesModelgetUserSeriesModelList",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "*/*"
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/公共响应对象«List«适用用户»»"
            }
          },
          "201": {
            "description": "Created"
          },
          "401": {
            "description": "Unauthorized"
          },
          "403": {
            "description": "Forbidden"
          },
          "404": {
            "description": "Not Found"
          }
        },
        "deprecated": false
      }
    },
    "/admin/api/v1/userSeriesModel/getUserlList": {
      "post": {
        "tags": [
          "适用用户和权益查询接口"
        ],
        "summary": "查询获取全部适用户",
        "operationId": "UserSeriesModelgetUserlList",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "*/*"
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/公共响应对象«List«适用用户»»"
            }
          },
          "201": {
            "description": "Created"
          },
          "401": {
            "description": "Unauthorized"
          },
          "403": {
            "description": "Forbidden"
          },
          "404": {
            "description": "Not Found"
          }
        },
        "deprecated": false
      }
    },
    "/admin/v1/api/info/addActivity": {
      "post": {
        "tags": [
          "活动信息接口"
        ],
        "summary": "新增活动",
        "operationId": "TspActivityInfoaddActivity",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "tspActivityInfoVO",
            "description": "tspActivityInfoVO",
            "required": true,
            "schema": {
              "$ref": "#/definitions/活动类"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/公共响应对象"
            }
          },
          "201": {
            "description": "Created"
          },
          "401": {
            "description": "Unauthorized"
          },
          "403": {
            "description": "Forbidden"
          },
          "404": {
            "description": "Not Found"
          }
        },
        "deprecated": false
      }
    },
    "/admin/v1/api/info/audit": {
      "post": {
        "tags": [
          "活动信息接口"
        ],
        "summary": "审核活动",
        "operationId": "TspActivityInfoaudit",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "activityId",
            "in": "query",
            "description": "activityId",
            "required": true,
            "type": "integer",
            "format": "int64"
          },
          {
            "name": "auditCode",
            "in": "query",
            "description": "auditCode",
            "required": true,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "auditOpinion",
            "in": "query",
            "description": "auditOpinion",
            "required": false,
            "type": "string"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/公共响应对象"
            }
          },
          "201": {
            "description": "Created"
          },
          "401": {
            "description": "Unauthorized"
          },
          "403": {
            "description": "Forbidden"
          },
          "404": {
            "description": "Not Found"
          }
        },
        "deprecated": false
      }
    },
    "/admin/v1/api/info/delete": {
      "post": {
        "tags": [
          "活动信息接口"
        ],
        "summary": "删除活动",
        "operationId": "TspActivityInfodelete",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "ids",
            "description": "ids",
            "required": true,
            "schema": {
              "type": "array",
              "items": {
                "type": "integer",
                "format": "int64"
              }
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/公共响应对象"
            }
          },
          "201": {
            "description": "Created"
          },
          "401": {
            "description": "Unauthorized"
          },
          "403": {
            "description": "Forbidden"
          },
          "404": {
            "description": "Not Found"
          }
        },
        "deprecated": false
      }
    },
    "/admin/v1/api/info/getActivityInfoList": {
      "post": {
        "tags": [
          "活动信息接口"
        ],
        "summary": "查询获取全部有效活动",
        "operationId": "TspActivityInfogetActivityInfoList",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "*/*"
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/公共响应对象«List«查询活动»»"
            }
          },
          "201": {
            "description": "Created"
          },
          "401": {
            "description": "Unauthorized"
          },
          "403": {
            "description": "Forbidden"
          },
          "404": {
            "description": "Not Found"
          }
        },
        "deprecated": false
      }
    },
    "/admin/v1/api/info/ground": {
      "post": {
        "tags": [
          "活动信息接口"
        ],
        "summary": "活动上下架",
        "operationId": "TspActivityInfoground",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "activityId",
            "in": "query",
            "description": "activityId",
            "required": true,
            "type": "integer",
            "format": "int64"
          },
          {
            "name": "groundCode",
            "in": "query",
            "description": "groundCode",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/公共响应对象"
            }
          },
          "201": {
            "description": "Created"
          },
          "401": {
            "description": "Unauthorized"
          },
          "403": {
            "description": "Forbidden"
          },
          "404": {
            "description": "Not Found"
          }
        },
        "deprecated": false
      }
    },
    "/admin/v1/api/info/info/{id}": {
      "get": {
        "tags": [
          "活动信息接口"
        ],
        "summary": "活动查询",
        "operationId": "TspActivityInfoinfo",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "description": "id",
            "required": true,
            "type": "integer",
            "format": "int64"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/公共响应对象"
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "403": {
            "description": "Forbidden"
          },
          "404": {
            "description": "Not Found"
          }
        },
        "deprecated": false
      }
    },
    "/admin/v1/api/info/list": {
      "get": {
        "tags": [
          "活动信息接口"
        ],
        "summary": "活动列表",
        "operationId": "TspActivityInfolist",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "activityProject",
            "in": "query",
            "description": "所属项目",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "auditCode",
            "in": "query",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "createTimeFrom",
            "in": "query",
            "required": false,
            "type": "string",
            "format": "date-time"
          },
          {
            "name": "createTimeTo",
            "in": "query",
            "required": false,
            "type": "string",
            "format": "date-time"
          },
          {
            "name": "createdBy",
            "in": "query",
            "description": "创建人",
            "required": false,
            "type": "string"
          },
          {
            "name": "endTimeFrom",
            "in": "query",
            "required": false,
            "type": "string",
            "format": "date-time"
          },
          {
            "name": "endTimeTo",
            "in": "query",
            "required": false,
            "type": "string",
            "format": "date-time"
          },
          {
            "name": "groundCode",
            "in": "query",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "name",
            "in": "query",
            "required": false,
            "type": "string"
          },
          {
            "name": "page",
            "in": "query",
            "required": false,
            "type": "string"
          },
          {
            "name": "publisher",
            "in": "query",
            "required": false,
            "type": "string"
          },
          {
            "name": "size",
            "in": "query",
            "required": false,
            "type": "string"
          },
          {
            "name": "startTimeFrom",
            "in": "query",
            "required": false,
            "type": "string",
            "format": "date-time"
          },
          {
            "name": "startTimeTo",
            "in": "query",
            "required": false,
            "type": "string",
            "format": "date-time"
          },
          {
            "name": "status",
            "in": "query",
            "description": "状态",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "typeCode",
            "in": "query",
            "required": false,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/公共响应对象«PageUtils«活动类»»"
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "403": {
            "description": "Forbidden"
          },
          "404": {
            "description": "Not Found"
          }
        },
        "deprecated": false
      }
    },
    "/admin/v1/api/info/productList": {
      "get": {
        "tags": [
          "活动信息接口"
        ],
        "summary": "查询商品列表",
        "operationId": "TspActivityInfoproductList",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "page",
            "in": "query",
            "description": "page",
            "required": true,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "size",
            "in": "query",
            "description": "size",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/公共响应对象«PageUtils«ProductInfoWithPromotion»»"
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "403": {
            "description": "Forbidden"
          },
          "404": {
            "description": "Not Found"
          }
        },
        "deprecated": false
      }
    },
    "/admin/v1/api/info/queryListCount": {
      "get": {
        "tags": [
          "活动信息接口"
        ],
        "summary": "条件查询活动总数",
        "operationId": "TspActivityInfoqueryListCount",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "activityProject",
            "in": "query",
            "description": "所属项目",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "auditCode",
            "in": "query",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "createTimeFrom",
            "in": "query",
            "required": false,
            "type": "string",
            "format": "date-time"
          },
          {
            "name": "createTimeTo",
            "in": "query",
            "required": false,
            "type": "string",
            "format": "date-time"
          },
          {
            "name": "createdBy",
            "in": "query",
            "description": "创建人",
            "required": false,
            "type": "string"
          },
          {
            "name": "endTimeFrom",
            "in": "query",
            "required": false,
            "type": "string",
            "format": "date-time"
          },
          {
            "name": "endTimeTo",
            "in": "query",
            "required": false,
            "type": "string",
            "format": "date-time"
          },
          {
            "name": "groundCode",
            "in": "query",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "name",
            "in": "query",
            "required": false,
            "type": "string"
          },
          {
            "name": "page",
            "in": "query",
            "required": false,
            "type": "string"
          },
          {
            "name": "publisher",
            "in": "query",
            "required": false,
            "type": "string"
          },
          {
            "name": "size",
            "in": "query",
            "required": false,
            "type": "string"
          },
          {
            "name": "startTimeFrom",
            "in": "query",
            "required": false,
            "type": "string",
            "format": "date-time"
          },
          {
            "name": "startTimeTo",
            "in": "query",
            "required": false,
            "type": "string",
            "format": "date-time"
          },
          {
            "name": "status",
            "in": "query",
            "description": "状态",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "typeCode",
            "in": "query",
            "required": false,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/公共响应对象«CountListResult»"
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "403": {
            "description": "Forbidden"
          },
          "404": {
            "description": "Not Found"
          }
        },
        "deprecated": false
      }
    },
    "/admin/v1/api/info/update": {
      "post": {
        "tags": [
          "活动信息接口"
        ],
        "summary": "编辑活动",
        "operationId": "TspActivityInfoupdate",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "tspActivityInfoVO",
            "description": "tspActivityInfoVO",
            "required": true,
            "schema": {
              "$ref": "#/definitions/活动类"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/公共响应对象"
            }
          },
          "201": {
            "description": "Created"
          },
          "401": {
            "description": "Unauthorized"
          },
          "403": {
            "description": "Forbidden"
          },
          "404": {
            "description": "Not Found"
          }
        },
        "deprecated": false
      }
    },
    "/admin/v1/api/info/whiteListCount": {
      "get": {
        "tags": [
          "活动信息接口"
        ],
        "summary": "查询白名单总数",
        "operationId": "TspActivityInfowhiteListCount",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "activityId",
            "in": "query",
            "description": "activityId",
            "required": true,
            "type": "integer",
            "format": "int64"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/公共响应对象«int»"
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "403": {
            "description": "Forbidden"
          },
          "404": {
            "description": "Not Found"
          }
        },
        "deprecated": false
      }
    },
    "/internal/api/auto-ground/ground": {
      "get": {
        "tags": [
          "auto-ground-controller"
        ],
        "summary": "活动自动上下架",
        "operationId": "AutoGroundretry",
        "produces": [
          "*/*"
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/公共响应对象"
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "403": {
            "description": "Forbidden"
          },
          "404": {
            "description": "Not Found"
          }
        },
        "deprecated": false
      }
    },
    "/internal/api/v1/award/getAwardListByActivityIdToMS": {
      "post": {
        "tags": [
          "award-public-controller"
        ],
        "summary": "ms抽奖结果",
        "operationId": "AwardPublicgetAwardListByActivityIdToMS",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "request",
            "description": "request",
            "required": true,
            "schema": {
              "$ref": "#/definitions/QueryAwardListByActivityIdRequest"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/公共响应对象«List«AwardMSVO»»"
            }
          },
          "201": {
            "description": "Created"
          },
          "401": {
            "description": "Unauthorized"
          },
          "403": {
            "description": "Forbidden"
          },
          "404": {
            "description": "Not Found"
          }
        },
        "deprecated": false
      }
    },
    "/internal/api/v1/award/pool/relation/getBarCodeByLotteryId": {
      "post": {
        "tags": [
          "award-pool-goods-relation-controller"
        ],
        "summary": "通过中奖结果id列表获取券码信息",
        "operationId": "AwardPoolGoodsRelationgetBarCodeByLotteryId",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "request",
            "description": "request",
            "required": false,
            "schema": {
              "$ref": "#/definitions/GetBarCodeByLotteryIdRequest"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/公共响应对象«List«AwardPoolGoodsRelationVoM»»"
            }
          },
          "201": {
            "description": "Created"
          },
          "401": {
            "description": "Unauthorized"
          },
          "403": {
            "description": "Forbidden"
          },
          "404": {
            "description": "Not Found"
          }
        },
        "deprecated": false
      }
    },
    "/internal/api/v1/award/pool/relation/sync": {
      "get": {
        "tags": [
          "award-pool-goods-relation-controller"
        ],
        "summary": "定时任务同步商品中心扣减商品中心库存信息",
        "operationId": "AwardPoolGoodsRelationsyncAwardPoolToProduct",
        "produces": [
          "*/*"
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "type": "boolean"
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "403": {
            "description": "Forbidden"
          },
          "404": {
            "description": "Not Found"
          }
        },
        "deprecated": false
      }
    },
    "/internal/api/v1/award/pool/setting/sync": {
      "get": {
        "tags": [
          "award-pool-setting-controller"
        ],
        "summary": "定时任务处理相应的过时没有处理的奖品信息，把这些奖项剩余的当天之前的奖品信息放入不可用的状态",
        "operationId": "AwardPoolSettingsyncAwardPoolToSetting",
        "produces": [
          "*/*"
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "type": "boolean"
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "403": {
            "description": "Forbidden"
          },
          "404": {
            "description": "Not Found"
          }
        },
        "deprecated": false
      }
    },
    "/internal/api/v1/lucky/draw/lottery/result/commonLuckyDraw": {
      "post": {
        "tags": [
          "lucky-draw-lottery-result-controller"
        ],
        "summary": "根据活动id和用户id进行抽奖,需要传用户来源，不限制次数和中奖接口（例如订单抽奖）",
        "operationId": "LuckyDrawLotteryResultcommonLuckyDraw",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "request",
            "description": "request",
            "required": true,
            "schema": {
              "$ref": "#/definitions/LuckyDrawNewRequest"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/公共响应对象«LuckyDrawResult»"
            }
          },
          "201": {
            "description": "Created"
          },
          "401": {
            "description": "Unauthorized"
          },
          "403": {
            "description": "Forbidden"
          },
          "404": {
            "description": "Not Found"
          }
        },
        "deprecated": false
      }
    },
    "/internal/api/v1/lucky/draw/lottery/result/customJettaLuckyDraw": {
      "post": {
        "tags": [
          "lucky-draw-lottery-result-controller"
        ],
        "summary": "根据活动id和用户id进行抽奖,需要传用户来源，有规则的接口（例如捷达新用户教育）",
        "operationId": "LuckyDrawLotteryResultcustomJettaLuckyDraw",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "request",
            "description": "request",
            "required": true,
            "schema": {
              "$ref": "#/definitions/LuckyDrawNewRequest"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/公共响应对象«LuckyDrawResult»"
            }
          },
          "201": {
            "description": "Created"
          },
          "401": {
            "description": "Unauthorized"
          },
          "403": {
            "description": "Forbidden"
          },
          "404": {
            "description": "Not Found"
          }
        },
        "deprecated": false
      }
    },
    "/internal/api/v1/lucky/draw/lottery/result/customLuckyDraw": {
      "post": {
        "tags": [
          "lucky-draw-lottery-result-controller"
        ],
        "summary": "根据活动id和用户id进行抽奖,需要传用户来源，有规则的接口（例如新用户教育）",
        "operationId": "LuckyDrawLotteryResultcustomLuckyDraw",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "request",
            "description": "request",
            "required": true,
            "schema": {
              "$ref": "#/definitions/LuckyDrawNewRequest"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/公共响应对象«LuckyDrawResult»"
            }
          },
          "201": {
            "description": "Created"
          },
          "401": {
            "description": "Unauthorized"
          },
          "403": {
            "description": "Forbidden"
          },
          "404": {
            "description": "Not Found"
          }
        },
        "deprecated": false
      }
    },
    "/internal/api/v1/lucky/draw/lottery/result/yearLuckyDraw": {
      "post": {
        "tags": [
          "lucky-draw-lottery-result-controller"
        ],
        "summary": "根据活动id和用户id进行抽奖,需要传用户来源，有规则的接口（例如年底运营活动）",
        "operationId": "LuckyDrawLotteryResultyearLuckyDraw",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "request",
            "description": "request",
            "required": true,
            "schema": {
              "$ref": "#/definitions/LuckyDrawNewRequest"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/公共响应对象«LuckyDrawResult»"
            }
          },
          "201": {
            "description": "Created"
          },
          "401": {
            "description": "Unauthorized"
          },
          "403": {
            "description": "Forbidden"
          },
          "404": {
            "description": "Not Found"
          }
        },
        "deprecated": false
      }
    },
    "/public/api/v1/award/getAwardListByActivityId": {
      "post": {
        "tags": [
          "award-public-controller"
        ],
        "summary": "抽奖结果",
        "operationId": "AwardPublicgetAwardListByActivityId",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "request",
            "description": "request",
            "required": true,
            "schema": {
              "$ref": "#/definitions/QueryAwardListByActivityIdRequest"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/公共响应对象«List«AwardVO»»"
            }
          },
          "201": {
            "description": "Created"
          },
          "401": {
            "description": "Unauthorized"
          },
          "403": {
            "description": "Forbidden"
          },
          "404": {
            "description": "Not Found"
          }
        },
        "deprecated": false
      }
    },
    "/public/api/v1/awardSetting/addAwardSetting": {
      "post": {
        "tags": [
          "award-setting-controller"
        ],
        "summary": "校验活动信息新增",
        "operationId": "AwardSettingaddAwardSetting",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "request",
            "description": "request",
            "required": true,
            "schema": {
              "$ref": "#/definitions/ActivityAwardPoolSetting"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/公共响应对象«boolean»"
            }
          },
          "201": {
            "description": "Created"
          },
          "401": {
            "description": "Unauthorized"
          },
          "403": {
            "description": "Forbidden"
          },
          "404": {
            "description": "Not Found"
          }
        },
        "deprecated": false
      }
    },
    "/public/api/v1/awardSetting/editAwardSettingByActivity": {
      "post": {
        "tags": [
          "award-setting-controller"
        ],
        "summary": "校验活动信息根据活动项进行整体编辑",
        "operationId": "AwardSettingeditAwardSettingByActivity",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "request",
            "description": "request",
            "required": true,
            "schema": {
              "$ref": "#/definitions/EditAwardSettingByActivityRequest"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/公共响应对象«ActivityAwardPoolSetting»"
            }
          },
          "201": {
            "description": "Created"
          },
          "401": {
            "description": "Unauthorized"
          },
          "403": {
            "description": "Forbidden"
          },
          "404": {
            "description": "Not Found"
          }
        },
        "deprecated": false
      }
    },
    "/public/api/v1/awardSetting/editAwardSettingByAward": {
      "post": {
        "tags": [
          "award-setting-controller"
        ],
        "summary": "校验活动信息根据活动项奖品项进行编辑",
        "operationId": "AwardSettingeditAwardSettingByAward",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "request",
            "description": "request",
            "required": true,
            "schema": {
              "$ref": "#/definitions/EditAwardSettingRequest"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/公共响应对象«AwardSetting»"
            }
          },
          "201": {
            "description": "Created"
          },
          "401": {
            "description": "Unauthorized"
          },
          "403": {
            "description": "Forbidden"
          },
          "404": {
            "description": "Not Found"
          }
        },
        "deprecated": false
      }
    },
    "/public/api/v1/awardSetting/queryAwardDescByAwardId": {
      "post": {
        "tags": [
          "award-setting-controller"
        ],
        "summary": "根据奖项id查询奖项信息",
        "operationId": "AwardSettingqueryAwardDescByAwardId",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "request",
            "description": "request",
            "required": true,
            "schema": {
              "$ref": "#/definitions/QueryAwardDescByAwardIdRequest"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/公共响应对象«Award»"
            }
          },
          "201": {
            "description": "Created"
          },
          "401": {
            "description": "Unauthorized"
          },
          "403": {
            "description": "Forbidden"
          },
          "404": {
            "description": "Not Found"
          }
        },
        "deprecated": false
      }
    },
    "/public/api/v1/awardSetting/queryAwardSettingByActivityId": {
      "post": {
        "tags": [
          "award-setting-controller"
        ],
        "summary": "校验活动信息根据活动id进行查询",
        "operationId": "AwardSettingqueryAwardSettingByActivityId",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "request",
            "description": "request",
            "required": true,
            "schema": {
              "$ref": "#/definitions/QueryAwardSettingRequest"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/公共响应对象«ActivityAwardPoolSetting»"
            }
          },
          "201": {
            "description": "Created"
          },
          "401": {
            "description": "Unauthorized"
          },
          "403": {
            "description": "Forbidden"
          },
          "404": {
            "description": "Not Found"
          }
        },
        "deprecated": false
      }
    },
    "/public/api/v1/exchange/exchangeFallback": {
      "post": {
        "tags": [
          "券码兑换"
        ],
        "summary": "回调接口",
        "operationId": "ExchangeexchangeFallback",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "requestUrl",
            "in": "query",
            "description": "requestUrl",
            "required": false,
            "type": "string"
          },
          {
            "name": "rightCode",
            "in": "query",
            "description": "rightCode",
            "required": false,
            "type": "string"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/ExchangeFallbackResponse"
            }
          },
          "201": {
            "description": "Created"
          },
          "401": {
            "description": "Unauthorized"
          },
          "403": {
            "description": "Forbidden"
          },
          "404": {
            "description": "Not Found"
          }
        },
        "deprecated": false
      }
    },
    "/public/api/v1/exchange/exchangeRight": {
      "post": {
        "tags": [
          "券码兑换"
        ],
        "summary": "券码兑换接口",
        "operationId": "ExchangeexchangeRight",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "accessToken",
            "in": "header",
            "description": "accessToken",
            "required": true,
            "type": "string"
          },
          {
            "in": "body",
            "name": "request",
            "description": "request",
            "required": true,
            "schema": {
              "$ref": "#/definitions/兑换券码"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/公共响应对象"
            }
          },
          "201": {
            "description": "Created"
          },
          "401": {
            "description": "Unauthorized"
          },
          "403": {
            "description": "Forbidden"
          },
          "404": {
            "description": "Not Found"
          }
        },
        "deprecated": false
      }
    },
    "/public/api/v1/lottery/result/getAllLatestWinResults": {
      "post": {
        "tags": [
          "中奖信息查询"
        ],
        "summary": "查看最近的活动中奖信息",
        "operationId": "LotteryResultgetAllLatestWinResults",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "request",
            "description": "request",
            "required": true,
            "schema": {
              "$ref": "#/definitions/查看最近中奖信息请求参数"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/公共响应对象«List«最近中奖信息条目VO»»"
            }
          },
          "201": {
            "description": "Created"
          },
          "401": {
            "description": "Unauthorized"
          },
          "403": {
            "description": "Forbidden"
          },
          "404": {
            "description": "Not Found"
          }
        },
        "deprecated": false
      }
    },
    "/public/api/v1/lottery/result/getLotteryResultInfo": {
      "post": {
        "tags": [
          "中奖信息查询"
        ],
        "summary": "查看中奖明细信息",
        "operationId": "LotteryResultgetLotteryResultInfo",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "request",
            "description": "request",
            "required": true,
            "schema": {
              "$ref": "#/definitions/福利中心查看中奖信息请求参数"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/公共响应对象«AllLotteryResult»"
            }
          },
          "201": {
            "description": "Created"
          },
          "401": {
            "description": "Unauthorized"
          },
          "403": {
            "description": "Forbidden"
          },
          "404": {
            "description": "Not Found"
          }
        },
        "deprecated": false
      }
    },
    "/public/api/v1/lottery/result/queryAllLotteryResult": {
      "post": {
        "tags": [
          "中奖信息查询"
        ],
        "summary": "查看所有活动的中奖信息",
        "operationId": "LotteryResultqueryAllLotteryResult",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "request",
            "description": "request",
            "required": true,
            "schema": {
              "$ref": "#/definitions/查看所有活动的中奖信息请求参数"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/公共响应对象«List«AllLotteryResult»»"
            }
          },
          "201": {
            "description": "Created"
          },
          "401": {
            "description": "Unauthorized"
          },
          "403": {
            "description": "Forbidden"
          },
          "404": {
            "description": "Not Found"
          }
        },
        "deprecated": false
      }
    },
    "/public/api/v1/lottery/result/queryLotteryResult": {
      "post": {
        "tags": [
          "中奖信息查询"
        ],
        "summary": "查看中奖信息",
        "operationId": "LotteryResultqueryLotteryResult",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "request",
            "description": "request",
            "required": true,
            "schema": {
              "$ref": "#/definitions/查看中奖信息请求参数"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/公共响应对象«List«中奖信息条目VO»»"
            }
          },
          "201": {
            "description": "Created"
          },
          "401": {
            "description": "Unauthorized"
          },
          "403": {
            "description": "Forbidden"
          },
          "404": {
            "description": "Not Found"
          }
        },
        "deprecated": false
      }
    },
    "/public/api/v1/lotteryPageSetting/addOrUpdateLotteryPageSetting": {
      "post": {
        "tags": [
          "lottery-page-setting-controller"
        ],
        "summary": "新增/编辑",
        "operationId": "LotteryPageSettingaddOrUpdateLotteryPageSetting",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "request",
            "description": "request",
            "required": true,
            "schema": {
              "$ref": "#/definitions/AddLotteryPageSettingRequest"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/公共响应对象«AddLotteryPageSettingRequest»"
            }
          },
          "201": {
            "description": "Created"
          },
          "401": {
            "description": "Unauthorized"
          },
          "403": {
            "description": "Forbidden"
          },
          "404": {
            "description": "Not Found"
          }
        },
        "deprecated": false
      }
    },
    "/public/api/v1/lotteryPageSetting/queryLotteryPageSettingByActivityId": {
      "post": {
        "tags": [
          "lottery-page-setting-controller"
        ],
        "summary": "根据活动id查询活动界面参数配置",
        "operationId": "LotteryPageSettingqueryLotteryPageSettingByActivityId",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "request",
            "description": "request",
            "required": true,
            "schema": {
              "$ref": "#/definitions/QueryLotteryPageSettingByActivityIdRequest"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/公共响应对象«LotteryPageSettingOutVo»"
            }
          },
          "201": {
            "description": "Created"
          },
          "401": {
            "description": "Unauthorized"
          },
          "403": {
            "description": "Forbidden"
          },
          "404": {
            "description": "Not Found"
          }
        },
        "deprecated": false
      }
    },
    "/public/api/v1/lucky/draw/lottery/result/isStock": {
      "post": {
        "tags": [
          "lucky-draw-lottery-result-controller"
        ],
        "summary": "查询奖池数量判断是否还有库存",
        "operationId": "LuckyDrawLotteryResultisStock",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "request",
            "description": "request",
            "required": true,
            "schema": {
              "$ref": "#/definitions/LotteryStockRequest"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/公共响应对象«boolean»"
            }
          },
          "201": {
            "description": "Created"
          },
          "401": {
            "description": "Unauthorized"
          },
          "403": {
            "description": "Forbidden"
          },
          "404": {
            "description": "Not Found"
          }
        },
        "deprecated": false
      }
    },
    "/public/api/v1/lucky/draw/lottery/result/publicLuckyDraw": {
      "post": {
        "tags": [
          "lucky-draw-lottery-result-controller"
        ],
        "summary": "根据活动id和用户id进行抽奖,需要传用户来源，不限制次数和中奖接口（例如车主小镇、加油等）",
        "operationId": "LuckyDrawLotteryResultpublicLuckyDraw",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "request",
            "description": "request",
            "required": true,
            "schema": {
              "$ref": "#/definitions/LuckyDrawNewRequest"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/公共响应对象«LuckyDrawResult»"
            }
          },
          "201": {
            "description": "Created"
          },
          "401": {
            "description": "Unauthorized"
          },
          "403": {
            "description": "Forbidden"
          },
          "404": {
            "description": "Not Found"
          }
        },
        "deprecated": false
      }
    },
    "/public/api/v1/lucky/draw/lottery/result/userInfoEdit": {
      "post": {
        "tags": [
          "lucky-draw-lottery-result-controller"
        ],
        "summary": "向中奖结果中添加用户信息",
        "operationId": "LuckyDrawLotteryResultuserInfoLotteryEdit",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "request",
            "description": "request",
            "required": true,
            "schema": {
              "$ref": "#/definitions/LotteryUserInfoRequest"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/公共响应对象«boolean»"
            }
          },
          "201": {
            "description": "Created"
          },
          "401": {
            "description": "Unauthorized"
          },
          "403": {
            "description": "Forbidden"
          },
          "404": {
            "description": "Not Found"
          }
        },
        "deprecated": false
      }
    },
    "/public/api/v1/userContentRecord/getWatchContentList": {
      "post": {
        "tags": [
          "用户观看视频接口"
        ],
        "summary": "查询用户观看记录",
        "operationId": "UserContentRecordInfogetWatchContentList",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "request",
            "description": "request",
            "required": false,
            "schema": {
              "$ref": "#/definitions/WatchContentRequest"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/公共响应对象«List«WatchContentResult»»"
            }
          },
          "201": {
            "description": "Created"
          },
          "401": {
            "description": "Unauthorized"
          },
          "403": {
            "description": "Forbidden"
          },
          "404": {
            "description": "Not Found"
          }
        },
        "deprecated": false
      }
    },
    "/public/api/v1/userContentRecord/saveLikedOrUnliked": {
      "post": {
        "tags": [
          "用户观看视频接口"
        ],
        "summary": "用户观看视频点赞和踩",
        "operationId": "UserContentRecordInfosaveLikedOrUnliked",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "request",
            "description": "request",
            "required": false,
            "schema": {
              "$ref": "#/definitions/UserContentRecordInfoRequest"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/公共响应对象"
            }
          },
          "201": {
            "description": "Created"
          },
          "401": {
            "description": "Unauthorized"
          },
          "403": {
            "description": "Forbidden"
          },
          "404": {
            "description": "Not Found"
          }
        },
        "deprecated": false
      }
    },
    "/public/api/v1/userContentRecord/saveUserContentRecordInfo": {
      "post": {
        "tags": [
          "用户观看视频接口"
        ],
        "summary": "保存用户观看视频信息",
        "operationId": "UserContentRecordInfosaveUserContentRecordInfo",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "request",
            "description": "request",
            "required": false,
            "schema": {
              "$ref": "#/definitions/UserContentRecordInfoRequest"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/公共响应对象"
            }
          },
          "201": {
            "description": "Created"
          },
          "401": {
            "description": "Unauthorized"
          },
          "403": {
            "description": "Forbidden"
          },
          "404": {
            "description": "Not Found"
          }
        },
        "deprecated": false
      }
    },
    "/public/api/v1/userFeedback/saveUserFeedbackInfo": {
      "post": {
        "tags": [
          "用户反馈接口"
        ],
        "summary": "保存用户反馈信息",
        "operationId": "UserFeedbackInfosaveUserFeedbackInfo",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "request",
            "description": "request",
            "required": false,
            "schema": {
              "$ref": "#/definitions/UserFeedbackInfoRequest"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/公共响应对象"
            }
          },
          "201": {
            "description": "Created"
          },
          "401": {
            "description": "Unauthorized"
          },
          "403": {
            "description": "Forbidden"
          },
          "404": {
            "description": "Not Found"
          }
        },
        "deprecated": false
      }
    },
    "/public/api/v1/userFeedbackType/getUserFeedbackTypeList": {
      "post": {
        "tags": [
          "user-feedback-type-controller"
        ],
        "summary": "查询反馈信息类型",
        "operationId": "UserFeedbackTypegetUserFeedbackTypeList",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "request",
            "description": "request",
            "required": false,
            "schema": {
              "$ref": "#/definitions/UserFeedbackTypeVO"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/公共响应对象«List«UserFeedbackTypeResult»»"
            }
          },
          "201": {
            "description": "Created"
          },
          "401": {
            "description": "Unauthorized"
          },
          "403": {
            "description": "Forbidden"
          },
          "404": {
            "description": "Not Found"
          }
        },
        "deprecated": false
      }
    },
    "/public/v1/api/award/goods/relation/queryTheListOfInterests": {
      "post": {
        "tags": [
          "award-goods-relation-controller"
        ],
        "summary": "查询权益列表",
        "operationId": "AwardGoodsRelationqueryTheListOfInterests",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "request",
            "description": "request",
            "required": true,
            "schema": {
              "$ref": "#/definitions/QueryTheListOfInterestsRequest"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/公共响应对象«GoodsVO»"
            }
          },
          "201": {
            "description": "Created"
          },
          "401": {
            "description": "Unauthorized"
          },
          "403": {
            "description": "Forbidden"
          },
          "404": {
            "description": "Not Found"
          }
        },
        "deprecated": false
      }
    },
    "/public/v1/api/classification/getClassificationList": {
      "post": {
        "tags": [
          "classification-public-controller"
        ],
        "summary": "查询分类",
        "operationId": "ClassificationPublicgetClassificationList",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "request",
            "description": "request",
            "required": true,
            "schema": {
              "$ref": "#/definitions/ClassificationRequest"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/公共响应对象«List«分类数据展示»»"
            }
          },
          "201": {
            "description": "Created"
          },
          "401": {
            "description": "Unauthorized"
          },
          "403": {
            "description": "Forbidden"
          },
          "404": {
            "description": "Not Found"
          }
        },
        "deprecated": false
      }
    },
    "/public/v1/api/contentActivity/getContentManager": {
      "get": {
        "tags": [
          "content-activity-public-controller"
        ],
        "summary": "根据视频内容id查询视频信息,H5端",
        "operationId": "ContentActivityPublicgetContentManager",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "activityId",
            "in": "query",
            "description": "activityId",
            "required": false,
            "type": "string"
          },
          {
            "name": "id",
            "in": "query",
            "description": "id",
            "required": false,
            "type": "integer",
            "format": "int64"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/ContentManagerResult"
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "403": {
            "description": "Forbidden"
          },
          "404": {
            "description": "Not Found"
          }
        },
        "deprecated": false
      }
    },
    "/public/v1/api/contentActivity/getNewContentNumber": {
      "post": {
        "tags": [
          "content-activity-public-controller"
        ],
        "summary": "查询上新数量",
        "operationId": "ContentActivityPublicgetNewContentNumber",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "request",
            "description": "request",
            "required": true,
            "schema": {
              "$ref": "#/definitions/ContentManagerNumberRequest"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/公共响应对象«ContentManagerNumberResult»"
            }
          },
          "201": {
            "description": "Created"
          },
          "401": {
            "description": "Unauthorized"
          },
          "403": {
            "description": "Forbidden"
          },
          "404": {
            "description": "Not Found"
          }
        },
        "deprecated": false
      }
    },
    "/public/v1/api/contentActivity/queryContentActivity": {
      "post": {
        "tags": [
          "content-activity-public-controller"
        ],
        "summary": "根据活动code和用户、车型、车系查询活跃活动,H5端",
        "operationId": "ContentActivityPublicqueryContentActivity",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "request",
            "description": "request",
            "required": true,
            "schema": {
              "$ref": "#/definitions/活跃活动"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/公共响应对象«响应活动内容主数据»"
            }
          },
          "201": {
            "description": "Created"
          },
          "401": {
            "description": "Unauthorized"
          },
          "403": {
            "description": "Forbidden"
          },
          "404": {
            "description": "Not Found"
          }
        },
        "deprecated": false
      }
    },
    "/public/v1/api/contentActivity/queryContentActivityDetailed": {
      "post": {
        "tags": [
          "content-activity-public-controller"
        ],
        "summary": "根据活动code和用户、车型、车系查询活跃活动明细,H5端",
        "operationId": "ContentActivityPublicqueryContentActivityDetailed",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "request",
            "description": "request",
            "required": true,
            "schema": {
              "$ref": "#/definitions/活跃活动明细"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/公共响应对象«响应活动内容明细数据»"
            }
          },
          "201": {
            "description": "Created"
          },
          "401": {
            "description": "Unauthorized"
          },
          "403": {
            "description": "Forbidden"
          },
          "404": {
            "description": "Not Found"
          }
        },
        "deprecated": false
      }
    },
    "/public/v1/api/contentActivity/queryRightsDetailed": {
      "post": {
        "tags": [
          "content-activity-public-controller"
        ],
        "summary": "根据内容id查询权益信息,H5端",
        "operationId": "ContentActivityPublicqueryRightsDetailed",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "request",
            "description": "request",
            "required": true,
            "schema": {
              "$ref": "#/definitions/RightsDetailedRequest"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/公共响应对象«RightsDetailedResult»"
            }
          },
          "201": {
            "description": "Created"
          },
          "401": {
            "description": "Unauthorized"
          },
          "403": {
            "description": "Forbidden"
          },
          "404": {
            "description": "Not Found"
          }
        },
        "deprecated": false
      }
    },
    "/public/v1/api/dominatingScreen/queryDominatingScreen": {
      "post": {
        "tags": [
          "dominating-screen-public-controller"
        ],
        "summary": "根据活动code和用户、车型、车系查询霸屏活动,H5端",
        "operationId": "DominatingScreenPublicqueryDominatingScreen",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "request",
            "description": "request",
            "required": true,
            "schema": {
              "$ref": "#/definitions/霸屏列表"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/公共响应对象«List«霸屏»»"
            }
          },
          "201": {
            "description": "Created"
          },
          "401": {
            "description": "Unauthorized"
          },
          "403": {
            "description": "Forbidden"
          },
          "404": {
            "description": "Not Found"
          }
        },
        "deprecated": false
      }
    },
    "/public/v1/api/examinationPaper/queryExaminationPaper": {
      "post": {
        "tags": [
          "examination-paper-public-controller"
        ],
        "summary": "根据活动code和用户、车型、车系查询答题考卷,H5端",
        "operationId": "ExaminationPaperPublicqueryExaminationPaper",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "request",
            "description": "request",
            "required": true,
            "schema": {
              "$ref": "#/definitions/答题考卷"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/公共响应对象«考卷内容»"
            }
          },
          "201": {
            "description": "Created"
          },
          "401": {
            "description": "Unauthorized"
          },
          "403": {
            "description": "Forbidden"
          },
          "404": {
            "description": "Not Found"
          }
        },
        "deprecated": false
      }
    },
    "/public/v1/api/examinationPaper/queryExaminationPaperPrizeSetting": {
      "post": {
        "tags": [
          "examination-paper-public-controller"
        ],
        "summary": "根据考卷id查询奖品信息,H5端",
        "operationId": "ExaminationPaperPublicqueryExaminationPaperPrizeSetting",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "request",
            "description": "request",
            "required": true,
            "schema": {
              "$ref": "#/definitions/ExaminationPaperPrizeSettingRequest"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/公共响应对象«考卷奖品»"
            }
          },
          "201": {
            "description": "Created"
          },
          "401": {
            "description": "Unauthorized"
          },
          "403": {
            "description": "Forbidden"
          },
          "404": {
            "description": "Not Found"
          }
        },
        "deprecated": false
      }
    },
    "/public/v1/api/extensionActivity/queryExtensionActivity": {
      "post": {
        "tags": [
          "extension-activity-public-controller"
        ],
        "summary": "根据活动code和用户、车型、车系查询推广活动,H5端",
        "operationId": "ExtensionActivityPublicqueryExtensionActivity",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "request",
            "description": "request",
            "required": true,
            "schema": {
              "$ref": "#/definitions/推广活动列表"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/公共响应对象«List«推广活动»»"
            }
          },
          "201": {
            "description": "Created"
          },
          "401": {
            "description": "Unauthorized"
          },
          "403": {
            "description": "Forbidden"
          },
          "404": {
            "description": "Not Found"
          }
        },
        "deprecated": false
      }
    },
    "/public/v1/api/info/checkActivityByCode": {
      "post": {
        "tags": [
          "tsp-activity-info-public-controller"
        ],
        "summary": "根据活动Code校验该活动是否有效",
        "operationId": "TspActivityInfoPubliccheckActivityByCode",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "request",
            "description": "request",
            "required": false,
            "schema": {
              "$ref": "#/definitions/CheckActivityByCodeRequest"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/公共响应对象«boolean»"
            }
          },
          "201": {
            "description": "Created"
          },
          "401": {
            "description": "Unauthorized"
          },
          "403": {
            "description": "Forbidden"
          },
          "404": {
            "description": "Not Found"
          }
        },
        "deprecated": false
      }
    },
    "/public/v1/api/info/checkActivityById": {
      "post": {
        "tags": [
          "tsp-activity-info-public-controller"
        ],
        "summary": "根据活动id校验该活动是否有效",
        "operationId": "TspActivityInfoPubliccheckById",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "request",
            "description": "request",
            "required": false,
            "schema": {
              "$ref": "#/definitions/CheckActivityByIdRequest"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/公共响应对象«boolean»"
            }
          },
          "201": {
            "description": "Created"
          },
          "401": {
            "description": "Unauthorized"
          },
          "403": {
            "description": "Forbidden"
          },
          "404": {
            "description": "Not Found"
          }
        },
        "deprecated": false
      }
    },
    "/public/v1/api/info/queryAwardPoolByActivityId": {
      "post": {
        "tags": [
          "tsp-activity-info-public-controller"
        ],
        "summary": "奖项、页面配置的信息",
        "operationId": "TspActivityInfoPublicqueryAwardPoolByActivityId",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "request",
            "description": "request",
            "required": true,
            "schema": {
              "$ref": "#/definitions/QueryActivityAwardByActivityIdRequest"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/公共响应对象«AwardAndPageSettingVo»"
            }
          },
          "201": {
            "description": "Created"
          },
          "401": {
            "description": "Unauthorized"
          },
          "403": {
            "description": "Forbidden"
          },
          "404": {
            "description": "Not Found"
          }
        },
        "deprecated": false
      }
    },
    "/public/v1/api/info/queryLotteryDrawRule": {
      "post": {
        "tags": [
          "tsp-activity-info-public-controller"
        ],
        "summary": "查询抽奖规则",
        "operationId": "TspActivityInfoPublicqueryLotteryDrawRule",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "request",
            "description": "request",
            "required": true,
            "schema": {
              "$ref": "#/definitions/QueryLotteryDrawRuleRequest"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/公共响应对象«抽奖规则»"
            }
          },
          "201": {
            "description": "Created"
          },
          "401": {
            "description": "Unauthorized"
          },
          "403": {
            "description": "Forbidden"
          },
          "404": {
            "description": "Not Found"
          }
        },
        "deprecated": false
      }
    },
    "/public/v1/api/userGoodsRelation/getFuelBenefitExchange": {
      "post": {
        "tags": [
          "user-goods-relation-public-controller"
        ],
        "summary": "加油福利兑换",
        "operationId": "UserGoodsRelationPublicgetFuelBenefitExchange",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "request",
            "description": "request",
            "required": false,
            "schema": {
              "$ref": "#/definitions/FuelBenefitExchangeRequest"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/公共响应对象«BenefitExchangeResponse»"
            }
          },
          "201": {
            "description": "Created"
          },
          "401": {
            "description": "Unauthorized"
          },
          "403": {
            "description": "Forbidden"
          },
          "404": {
            "description": "Not Found"
          }
        },
        "deprecated": false
      }
    },
    "/public/v1/api/userGoodsRelation/getTownBenefitExchange": {
      "post": {
        "tags": [
          "user-goods-relation-public-controller"
        ],
        "summary": "车主小镇福利兑换",
        "operationId": "UserGoodsRelationPublicgetTownBenefitExchange",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "request",
            "description": "request",
            "required": false,
            "schema": {
              "$ref": "#/definitions/BenefitExchangeRequest"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/公共响应对象«BenefitExchangeResponse»"
            }
          },
          "201": {
            "description": "Created"
          },
          "401": {
            "description": "Unauthorized"
          },
          "403": {
            "description": "Forbidden"
          },
          "404": {
            "description": "Not Found"
          }
        },
        "deprecated": false
      }
    }
  },
  "definitions": {
    "ActivityAwardPoolSetting": {
      "type": "object",
      "required": [
        "activityLimitType"
      ],
      "properties": {
        "activityId": {
          "type": "integer",
          "format": "int64",
          "description": "活动id"
        },
        "activityLimitNum": {
          "type": "integer",
          "format": "int32",
          "description": "参与机会的次数"
        },
        "activityLimitType": {
          "type": "integer",
          "format": "int32",
          "description": "参与机会的类型"
        },
        "awardSettings": {
          "type": "array",
          "description": "奖项设置",
          "items": {
            "$ref": "#/definitions/AwardSetting"
          }
        },
        "luckyDrawId": {
          "type": "integer",
          "format": "int64",
          "description": "抽奖主表id"
        }
      },
      "title": "ActivityAwardPoolSetting"
    },
    "AddActivityAwardPoolRequest": {
      "type": "object",
      "required": [
        "activityAwardPoolSetting",
        "settingJson",
        "tspActivityInfoVO"
      ],
      "properties": {
        "activityAwardPoolSetting": {
          "description": "奖项设置信息",
          "$ref": "#/definitions/ActivityAwardPoolSetting"
        },
        "settingJson": {
          "type": "string",
          "description": "设置对应的json信息"
        },
        "tspActivityInfoVO": {
          "description": "TspActivityInfoVO",
          "$ref": "#/definitions/活动类"
        }
      },
      "title": "AddActivityAwardPoolRequest"
    },
    "AddActivityLuckyDrawRequest": {
      "type": "object",
      "required": [
        "activityAwardPoolSetting",
        "luckyDrawVO"
      ],
      "properties": {
        "activityAwardPoolSetting": {
          "description": "奖项设置信息",
          "$ref": "#/definitions/ActivityAwardPoolSetting"
        },
        "luckyDrawVO": {
          "description": "LuckyDrawVO第一步保存信息",
          "$ref": "#/definitions/抽奖管理"
        },
        "settingJson": {
          "type": "string",
          "description": "设置对应的json信息"
        }
      },
      "title": "AddActivityLuckyDrawRequest"
    },
    "AddLotteryPageSettingRequest": {
      "type": "object",
      "required": [
        "activityId",
        "settingJson"
      ],
      "properties": {
        "activityId": {
          "type": "integer",
          "format": "int64",
          "description": "活动id"
        },
        "settingJson": {
          "type": "string",
          "description": "设置对应的json信息"
        }
      },
      "title": "AddLotteryPageSettingRequest"
    },
    "AllLotteryResult": {
      "type": "object",
      "properties": {
        "awardGrade": {
          "type": "integer",
          "format": "int32",
          "description": "奖品等级"
        },
        "awardId": {
          "type": "integer",
          "format": "int64",
          "description": "奖品id"
        },
        "awardName": {
          "type": "string",
          "description": "奖品名称"
        },
        "awardType": {
          "type": "integer",
          "format": "int32",
          "description": "奖品类型"
        },
        "awardUrl": {
          "type": "string",
          "description": "奖品背景图片链接"
        },
        "barCode": {
          "type": "string",
          "description": "券码"
        },
        "barCodeName": {
          "type": "string",
          "description": "券码名"
        },
        "brand": {
          "type": "string",
          "description": "直充品牌 01-爱奇艺 02-腾讯 03-酷我"
        },
        "exchangeStatus": {
          "type": "integer",
          "format": "int32",
          "description": "券码兑换状态：0-已兑换，1-未兑换"
        },
        "exchangeUrl": {
          "type": "string",
          "description": "兑换地址"
        },
        "isDisplayExchangeCode": {
          "type": "integer",
          "format": "int32",
          "description": "是否显示兑换码2-显示，1-不显示"
        },
        "lotteryId": {
          "type": "integer",
          "format": "int64",
          "description": "抽奖id"
        },
        "name": {
          "type": "string",
          "description": "活动名称"
        },
        "postAddress": {
          "type": "string",
          "description": "实物收件人地址"
        },
        "postMobile": {
          "type": "string",
          "description": "实物收件人电话"
        },
        "postName": {
          "type": "string",
          "description": "实物收件人姓名"
        },
        "type": {
          "type": "integer",
          "format": "int32",
          "description": "1-抽奖，2-其他领取"
        },
        "validityTime": {
          "type": "string",
          "description": "有效期"
        },
        "winDate": {
          "type": "string",
          "description": "中奖时间"
        }
      },
      "title": "AllLotteryResult"
    },
    "ApplicableUserDetailedVO": {
      "type": "object",
      "properties": {
        "applicableUser": {
          "type": "integer",
          "format": "int32",
          "description": "适用用户:1-全选,2-CNS,3-CRS,4-非CNS非CRS,5-车联网用户,6-捷达"
        },
        "applicableUserType": {
          "type": "integer",
          "format": "int32",
          "description": "类型 1：内容管理-适用用户 2：内容活动-适用用户 3：题库管理-适用用户 4：推广活动-适用用户"
        },
        "vehicleModel": {
          "type": "string",
          "description": "车型"
        },
        "vehicleSeries": {
          "type": "string",
          "description": "车系"
        }
      },
      "title": "ApplicableUserDetailedVO"
    },
    "Award": {
      "type": "object",
      "properties": {
        "activityId": {
          "type": "integer",
          "format": "int64"
        },
        "assigned": {
          "type": "integer",
          "format": "int32"
        },
        "awardBackId": {
          "type": "string"
        },
        "awardBackUrl": {
          "type": "string"
        },
        "awardDesc": {
          "type": "string"
        },
        "awardGrade": {
          "type": "integer",
          "format": "int32"
        },
        "awardName": {
          "type": "string"
        },
        "awardNum": {
          "type": "integer",
          "format": "int32"
        },
        "awardStatus": {
          "type": "integer",
          "format": "int32"
        },
        "awardTotalNum": {
          "type": "integer",
          "format": "int32"
        },
        "awardType": {
          "type": "integer",
          "format": "int32"
        },
        "awardTypeName": {
          "type": "string"
        },
        "awardUrl": {
          "type": "string"
        },
        "createdBy": {
          "type": "string"
        },
        "createdTime": {
          "type": "string",
          "format": "date-time"
        },
        "id": {
          "type": "integer",
          "format": "int64"
        },
        "isDeleted": {
          "type": "integer",
          "format": "int32"
        },
        "isDisplayExchangeCodeButton": {
          "type": "integer",
          "format": "int32"
        },
        "luckyDrawId": {
          "type": "integer",
          "format": "int64"
        },
        "orderBy": {
          "type": "string"
        },
        "pageNum": {
          "type": "integer",
          "format": "int32"
        },
        "pageSize": {
          "type": "integer",
          "format": "int32"
        },
        "pointNum": {
          "type": "integer",
          "format": "int32"
        },
        "skuId": {
          "type": "integer",
          "format": "int32"
        },
        "skuName": {
          "type": "string"
        },
        "updatedBy": {
          "type": "string"
        },
        "updatedTime": {
          "type": "string",
          "format": "date-time"
        }
      },
      "title": "Award"
    },
    "AwardAndPageSettingVo": {
      "type": "object",
      "properties": {
        "activityId": {
          "type": "integer",
          "format": "int64",
          "description": "奖品的活动ID"
        },
        "awardList": {
          "type": "array",
          "description": "奖项设置信息VO List",
          "items": {
            "$ref": "#/definitions/AwardH5VO"
          }
        },
        "settingJson": {
          "type": "string",
          "description": "设置对应的json信息"
        }
      },
      "title": "AwardAndPageSettingVo"
    },
    "AwardDescVO": {
      "type": "object",
      "properties": {
        "allocPoint": {
          "type": "integer",
          "format": "int32",
          "description": "积分的总数"
        },
        "allocedPoint": {
          "type": "integer",
          "format": "int32",
          "description": "已分配的积分的总数"
        },
        "assigned": {
          "type": "integer",
          "format": "int32",
          "description": "已经分配的奖品数量信息"
        },
        "awardId": {
          "type": "integer",
          "format": "int64",
          "description": "奖品的活动奖项对应的id"
        },
        "awardNum": {
          "type": "integer",
          "format": "int32",
          "description": "未分配的奖品数量"
        },
        "awardTotalNum": {
          "type": "integer",
          "format": "int32",
          "description": "奖品总数量"
        },
        "onAllocPoint": {
          "type": "integer",
          "format": "int32",
          "description": "未分配的积分数"
        }
      },
      "title": "AwardDescVO"
    },
    "AwardH5VO": {
      "type": "object",
      "properties": {
        "activityId": {
          "type": "integer",
          "format": "int64",
          "description": "奖品的活动ID"
        },
        "awardBackUrl": {
          "type": "string",
          "description": "背景图片链接"
        },
        "awardDesc": {
          "type": "string",
          "description": "奖品描述"
        },
        "awardGrade": {
          "type": "integer",
          "format": "int32",
          "description": "奖品等级"
        },
        "awardName": {
          "type": "string",
          "description": "奖品名字"
        },
        "awardType": {
          "type": "integer",
          "format": "int32",
          "description": "该活动的奖品对应的类型"
        },
        "awardUrl": {
          "type": "string",
          "description": "awardUrl"
        },
        "id": {
          "type": "integer",
          "format": "int64",
          "description": "奖品的奖项ID"
        }
      },
      "title": "AwardH5VO"
    },
    "AwardMSVO": {
      "type": "object",
      "properties": {
        "activityId": {
          "type": "integer",
          "format": "int64",
          "description": "奖品的活动ID"
        },
        "assigned": {
          "type": "integer",
          "format": "int32",
          "description": "奖品已经分配的数量信息"
        },
        "awardDesc": {
          "type": "string",
          "description": "奖品描述"
        },
        "awardGrade": {
          "type": "integer",
          "format": "int32",
          "description": "奖品等级"
        },
        "awardName": {
          "type": "string",
          "description": "奖品名字"
        },
        "awardNum": {
          "type": "integer",
          "format": "int32",
          "description": "奖品数量"
        },
        "awardTotalNum": {
          "type": "integer",
          "format": "int32",
          "description": "奖品总数量"
        },
        "awardType": {
          "type": "integer",
          "format": "int32",
          "description": "该活动的奖品对应的类型"
        }
      },
      "title": "AwardMSVO"
    },
    "AwardPoolGoodsRelationVoM": {
      "type": "object",
      "properties": {
        "barCode": {
          "type": "string",
          "description": "券码信息"
        },
        "barCodeId": {
          "type": "string",
          "description": "券码id"
        },
        "barCodeName": {
          "type": "string",
          "description": "券码名"
        },
        "exchangeUrl": {
          "type": "string",
          "description": "兑换地址"
        },
        "goodsId": {
          "type": "string",
          "description": "商品id"
        },
        "goodsName": {
          "type": "string",
          "description": "商品"
        },
        "lotteryId": {
          "type": "integer",
          "format": "int64",
          "description": "中奖结果id"
        }
      },
      "title": "AwardPoolGoodsRelationVoM"
    },
    "AwardSetting": {
      "type": "object",
      "required": [
        "applicableUserDetailedVOList",
        "awardGrade",
        "isDisplayExchangeCodeButton"
      ],
      "properties": {
        "applicableUserDetailedVOList": {
          "type": "array",
          "description": "中奖用户条件",
          "items": {
            "$ref": "#/definitions/ApplicableUserDetailedVO"
          }
        },
        "awardDesc": {
          "type": "string",
          "description": "奖项描述"
        },
        "awardDescVO": {
          "description": "奖项的整体已分配未分配描述信息",
          "$ref": "#/definitions/AwardDescVO"
        },
        "awardGrade": {
          "type": "integer",
          "format": "int32",
          "description": "奖项级别"
        },
        "awardGradeName": {
          "type": "string",
          "description": "奖项级别名称"
        },
        "awardId": {
          "type": "integer",
          "format": "int64",
          "description": "奖项id"
        },
        "awardImgBackId": {
          "type": "string",
          "description": "奖品背景图片id"
        },
        "awardImgBackUrl": {
          "type": "string",
          "description": "奖品背景图片url"
        },
        "awardImgId": {
          "type": "string",
          "description": "奖品图片id"
        },
        "awardImgUrl": {
          "type": "string",
          "description": "奖品图片url"
        },
        "awardName": {
          "type": "string",
          "description": "奖项名称"
        },
        "awardOdds": {
          "type": "number",
          "format": "double",
          "description": "中奖概率"
        },
        "awardStatus": {
          "type": "integer",
          "format": "int32",
          "description": "奖项状态1-上架，2-下架"
        },
        "awardType": {
          "type": "integer",
          "format": "int32",
          "description": "奖品类型"
        },
        "awardTypeName": {
          "type": "string",
          "description": "奖品类型名称"
        },
        "awardTypeNum": {
          "type": "integer",
          "format": "int32",
          "description": "奖品类型数量"
        },
        "isDelete": {
          "type": "integer",
          "format": "int32",
          "description": "该奖项设置是否有效 0:有效 1:失效"
        },
        "isDisplayExchangeCodeButton": {
          "type": "integer",
          "format": "int32",
          "description": "是否显示兑换码按钮 1-不显示 2-显示"
        },
        "limitNumOfWins": {
          "type": "integer",
          "format": "int32",
          "description": "中奖次数限制"
        },
        "luckyDrawId": {
          "type": "integer",
          "format": "int64",
          "description": "抽奖主表id"
        },
        "pointNum": {
          "type": "integer",
          "format": "int32",
          "description": "金币数量"
        },
        "poolSettings": {
          "type": "array",
          "description": "奖池设置",
          "items": {
            "$ref": "#/definitions/PoolSetting"
          }
        },
        "skuId": {
          "type": "integer",
          "format": "int32",
          "description": "商品id"
        },
        "skuName": {
          "type": "string",
          "description": "商品名称"
        },
        "whetherPoolSetting": {
          "type": "boolean",
          "description": "是否进行奖池的设置"
        }
      },
      "title": "AwardSetting"
    },
    "AwardVO": {
      "type": "object",
      "required": [
        "isDisplayExchangeCodeButton"
      ],
      "properties": {
        "activityCode": {
          "type": "string"
        },
        "activityId": {
          "type": "integer",
          "format": "int64",
          "description": "奖品的活动ID"
        },
        "assigned": {
          "type": "integer",
          "format": "int32",
          "description": "奖品已经分配的数量信息"
        },
        "awardBackId": {
          "type": "string",
          "description": "背景图片Id"
        },
        "awardBackUrl": {
          "type": "string",
          "description": "背景图片链接"
        },
        "awardDesc": {
          "type": "string",
          "description": "奖品描述"
        },
        "awardGrade": {
          "type": "integer",
          "format": "int32",
          "description": "奖品等级"
        },
        "awardId": {
          "type": "integer",
          "format": "int64",
          "description": "奖品的活动奖项对应的id"
        },
        "awardName": {
          "type": "string",
          "description": "奖品名字"
        },
        "awardNum": {
          "type": "integer",
          "format": "int32",
          "description": "奖品数量"
        },
        "awardStatus": {
          "type": "integer",
          "format": "int32",
          "description": "奖项状态1-上架，2-下架"
        },
        "awardTotalNum": {
          "type": "integer",
          "format": "int32",
          "description": "奖品总数量"
        },
        "awardType": {
          "type": "integer",
          "format": "int32",
          "description": "该活动的奖品对应的类型"
        },
        "awardTypeName": {
          "type": "string",
          "description": "该活动的奖品对应的类型"
        },
        "awardUrl": {
          "type": "string",
          "description": "awardUrl"
        },
        "isDisplayExchangeCodeButton": {
          "type": "integer",
          "format": "int32",
          "description": "是否显示兑换码按钮 1-不显示 2-显示"
        },
        "luckyDrawId": {
          "type": "integer",
          "format": "int64",
          "description": "抽奖主表id(lucky_draw)"
        },
        "luckyDrawPath": {
          "type": "integer",
          "format": "int32",
          "description": "福卡中奖的路径信息"
        },
        "pointNum": {
          "type": "integer",
          "format": "int32",
          "description": "金币数量"
        },
        "skuId": {
          "type": "integer",
          "format": "int32",
          "description": "skuId"
        },
        "skuName": {
          "type": "string",
          "description": "商品名称"
        }
      },
      "title": "AwardVO"
    },
    "BenefitExchangeRequest": {
      "type": "object",
      "required": [
        "activit",
        "activityProject",
        "aid",
        "category",
        "phoneNumber",
        "rightName"
      ],
      "properties": {
        "activit": {
          "type": "string",
          "description": "活动id"
        },
        "activityProject": {
          "type": "string",
          "description": "权益所属项目"
        },
        "aid": {
          "type": "string",
          "description": "用户Id"
        },
        "category": {
          "type": "string",
          "description": "权益类型"
        },
        "exchangeNotifyUrl": {
          "type": "string",
          "description": "兑换状态通知"
        },
        "phoneNumber": {
          "type": "string",
          "description": "用户手机号码"
        },
        "rightName": {
          "type": "string",
          "description": "权益名称"
        }
      },
      "title": "BenefitExchangeRequest"
    },
    "BenefitExchangeResponse": {
      "type": "object",
      "properties": {
        "code": {
          "type": "string",
          "description": "权益code"
        },
        "name": {
          "type": "string",
          "description": "权益名称"
        },
        "rightsImg": {
          "type": "string",
          "description": "权益图片"
        }
      },
      "title": "BenefitExchangeResponse"
    },
    "CheckActivityByCodeRequest": {
      "type": "object",
      "required": [
        "activityId"
      ],
      "properties": {
        "activityId": {
          "type": "string",
          "description": "活动Code"
        }
      },
      "title": "CheckActivityByCodeRequest"
    },
    "CheckActivityByIdRequest": {
      "type": "object",
      "required": [
        "activityId"
      ],
      "properties": {
        "activityId": {
          "type": "integer",
          "format": "int64",
          "description": "活动id"
        }
      },
      "title": "CheckActivityByIdRequest"
    },
    "CheckActivityVO": {
      "type": "object",
      "properties": {
        "ids": {
          "type": "array",
          "description": "编号",
          "items": {
            "type": "integer",
            "format": "int64"
          }
        },
        "type": {
          "type": "integer",
          "format": "int32",
          "description": "类型 1-删除，2-批量删除"
        }
      },
      "title": "CheckActivityVO"
    },
    "CheckContentManagementVO": {
      "type": "object",
      "properties": {
        "contentTitle": {
          "type": "string",
          "description": "内容标题"
        },
        "id": {
          "type": "integer",
          "format": "int64",
          "description": "内容管理id"
        }
      },
      "title": "CheckContentManagementVO"
    },
    "ClassificationRequest": {
      "type": "object",
      "required": [
        "activityCode",
        "classificationId",
        "userId"
      ],
      "properties": {
        "activityCode": {
          "type": "string",
          "description": "活动code"
        },
        "classificationId": {
          "type": "integer",
          "format": "int32",
          "description": "分类id"
        },
        "contentActivityId": {
          "type": "integer",
          "format": "int64",
          "description": "活动内容ID"
        },
        "userId": {
          "type": "string",
          "description": "用户id"
        },
        "userType": {
          "type": "string",
          "description": "用户类型"
        },
        "vehicleModel": {
          "type": "string",
          "example": "test",
          "description": "车型"
        },
        "vehicleSeries": {
          "type": "string",
          "example": "test",
          "description": "车系"
        }
      },
      "title": "ClassificationRequest"
    },
    "ClassificationVO": {
      "type": "object",
      "properties": {
        "classificationDescribe": {
          "type": "string",
          "description": "分类描述"
        },
        "classificationName": {
          "type": "string",
          "description": "分类名称"
        },
        "id": {
          "type": "integer",
          "format": "int32",
          "description": "分类id"
        },
        "imageUrl": {
          "type": "string",
          "description": "封面url"
        },
        "level": {
          "type": "integer",
          "format": "int32",
          "description": "级别"
        },
        "parentId": {
          "type": "integer",
          "format": "int32",
          "description": "父id"
        },
        "weight": {
          "type": "integer",
          "format": "int32",
          "description": "权重"
        }
      },
      "title": "ClassificationVO"
    },
    "ContentActivitySettingContentVO": {
      "type": "object",
      "properties": {
        "activityCode": {
          "type": "string",
          "description": "活动code"
        },
        "applicableUserName": {
          "type": "string",
          "description": "适用用户（新增查询和回显适用）:1-全选,2-CNS,3-CRS,4-非CNS非CRS,5-车联网用户"
        },
        "bannerUrl": {
          "type": "string",
          "description": "banner图URL"
        },
        "contentActivitySettingContentId": {
          "type": "integer",
          "format": "int64",
          "description": "内容设置视频id"
        },
        "contentActivitySettingId": {
          "type": "integer",
          "format": "int64",
          "description": "内容设置id"
        },
        "contentManagementId": {
          "type": "integer",
          "format": "int64",
          "description": "内容管理id"
        },
        "contentTitle": {
          "type": "string",
          "description": "内容标题"
        },
        "dominatingScreen": {
          "type": "string",
          "description": "霸屏推送-（列表展示）"
        },
        "goldCoinNumber": {
          "type": "integer",
          "format": "int32",
          "description": "系统权益-获得金币数量"
        },
        "pushContent": {
          "type": "integer",
          "format": "int32",
          "description": "推送内容 1：推送图片 2：推送权益"
        },
        "pushImageUrl": {
          "type": "string",
          "description": "推送图片URL"
        },
        "pushType": {
          "type": "integer",
          "format": "int32",
          "description": "推送 1：观看完毕后推送 2：不推送"
        },
        "reward": {
          "type": "string",
          "description": "奖励-（列表展示）"
        },
        "rightsDetailedVOList": {
          "type": "array",
          "description": "权益内容",
          "items": {
            "$ref": "#/definitions/RightsDetailedVO"
          }
        },
        "rightsId": {
          "type": "integer",
          "format": "int64",
          "description": "权益id"
        },
        "sortNumber": {
          "type": "integer",
          "format": "int32",
          "description": "序号"
        },
        "systemRights": {
          "type": "string",
          "description": "系统权益 1:获得金币 2:权益卡券"
        },
        "vehicleModel": {
          "type": "string",
          "description": "车型"
        },
        "vehicleSeries": {
          "type": "string",
          "description": "车系"
        }
      },
      "title": "ContentActivitySettingContentVO"
    },
    "ContentActivitySettingVO": {
      "type": "object",
      "properties": {
        "applicableUserDetailedVOList": {
          "type": "array",
          "description": "适用用户",
          "items": {
            "$ref": "#/definitions/ApplicableUserDetailedVO"
          }
        },
        "contentActivitySettingContentVOList": {
          "type": "array",
          "description": "活动内容",
          "items": {
            "$ref": "#/definitions/ContentActivitySettingContentVO"
          }
        },
        "unlockActivity": {
          "type": "integer",
          "format": "int32",
          "description": "解锁活动 1：是 2 否"
        },
        "unlockActivityNumber": {
          "type": "integer",
          "format": "int32",
          "description": "解锁活动设置观看次数可查看活跃活动"
        },
        "unlockAnswer": {
          "type": "integer",
          "format": "int32",
          "description": "解锁答题 1：是 2 否"
        },
        "unlockAnswerNumber": {
          "type": "integer",
          "format": "int32",
          "description": "解锁答题设置观看次数可答题"
        }
      },
      "title": "ContentActivitySettingVO"
    },
    "ContentActivityVO": {
      "type": "object",
      "properties": {
        "activityCode": {
          "type": "string",
          "description": "所属活动code"
        },
        "activityName": {
          "type": "string",
          "description": "所属活动名称"
        },
        "contentActivitySettingVOList": {
          "type": "array",
          "description": "内容设置",
          "items": {
            "$ref": "#/definitions/ContentActivitySettingVO"
          }
        },
        "contentActivityStatus": {
          "type": "integer",
          "format": "int32",
          "description": "上下架状态 1-上架 2-下架 3-发布"
        },
        "contentActivityStatusName": {
          "type": "string",
          "description": "（查询列表）状态"
        },
        "contentActivityTitle": {
          "type": "string",
          "description": "内容活动标题"
        },
        "createdTime": {
          "type": "string",
          "format": "date-time",
          "description": "创建时间"
        },
        "endCreatedTime": {
          "type": "string",
          "description": "创建时间结束"
        },
        "endTime": {
          "type": "string",
          "format": "date-time",
          "description": "有效期结束时间"
        },
        "from": {
          "type": "integer",
          "format": "int32"
        },
        "id": {
          "type": "integer",
          "format": "int64",
          "description": "内容活动id"
        },
        "ids": {
          "type": "string"
        },
        "page": {
          "type": "integer",
          "format": "int32",
          "description": "分页"
        },
        "size": {
          "type": "integer",
          "format": "int32",
          "description": "每页数量"
        },
        "startCreatedTime": {
          "type": "string",
          "description": "创建时间开始"
        },
        "startTime": {
          "type": "string",
          "format": "date-time",
          "description": "有效期开始时间"
        },
        "status": {
          "type": "integer",
          "format": "int32",
          "description": "状态（1-未开始 2-进行中 3-已结束）"
        },
        "validityEndTime": {
          "type": "string",
          "description": "（查询条件）有效期结束"
        },
        "validityStartTime": {
          "type": "string",
          "description": "（查询条件）有效期开始"
        }
      },
      "title": "ContentActivityVO"
    },
    "ContentManagementVO": {
      "type": "object",
      "properties": {
        "applicableUser": {
          "type": "integer",
          "format": "int32",
          "description": "适用用户（查询适用）:1-全选,2-CNS,3-CRS,4-非CNS非CRS,5-车联网用户"
        },
        "applicableUserDetailedVOList": {
          "type": "array",
          "description": "适用用户",
          "items": {
            "$ref": "#/definitions/ApplicableUserDetailedVO"
          }
        },
        "applicableUserName": {
          "type": "array",
          "description": "适用用户（新增查询适用）:1-全选,2-CNS,3-CRS,4-非CNS非CRS,5-车联网用户",
          "items": {
            "type": "string"
          }
        },
        "bannerUrl": {
          "type": "string",
          "description": "banner图URL"
        },
        "buttonName": {
          "type": "string",
          "description": "按钮名称"
        },
        "classificationIds": {
          "type": "array",
          "description": "内容分类",
          "items": {
            "type": "integer",
            "format": "int32"
          }
        },
        "classificationName": {
          "type": "string",
          "description": "内容分类（列表查询适用）"
        },
        "contentTitle": {
          "type": "string",
          "description": "内容标题"
        },
        "createdTime": {
          "type": "string",
          "format": "date-time",
          "description": "创建时间"
        },
        "detailsContentImageUrl": {
          "type": "string",
          "description": "详情内容-图片URL"
        },
        "detailsContentType": {
          "type": "integer",
          "format": "int32",
          "description": "详情内容 1-单视频,2-视频+图片,3-单图片"
        },
        "detailsContentVideoUrl": {
          "type": "string",
          "description": "详情内容-视频URL"
        },
        "displayHoverButtonDetails": {
          "type": "integer",
          "format": "int32",
          "description": "是否显示详情的悬浮按钮 1-显示，2-不显示"
        },
        "endCreatedTime": {
          "type": "string",
          "description": "创建时间结束"
        },
        "from": {
          "type": "integer",
          "format": "int32"
        },
        "goldCoinNumber": {
          "type": "integer",
          "format": "int32",
          "description": "系统权益-获得金币数量"
        },
        "id": {
          "type": "integer",
          "format": "int64",
          "description": "内容管理id"
        },
        "internalJumpUrl": {
          "type": "string",
          "description": "内部跳转URL"
        },
        "lableManagementIds": {
          "type": "array",
          "description": "标签",
          "items": {
            "type": "integer",
            "format": "int32"
          }
        },
        "lableManagementName": {
          "type": "string",
          "description": "标签（列表查询适用）"
        },
        "page": {
          "type": "integer",
          "format": "int32",
          "description": "分页"
        },
        "pushContent": {
          "type": "integer",
          "format": "int32",
          "description": "推送内容 1：推送图片 2：推送权益"
        },
        "pushImageUrl": {
          "type": "string",
          "description": "推送图片URL"
        },
        "pushType": {
          "type": "integer",
          "format": "int32",
          "description": "推送 1：观看完毕后推送 2：不推送"
        },
        "rightsDetailedVOList": {
          "type": "array",
          "description": "权益内容",
          "items": {
            "$ref": "#/definitions/RightsDetailedVO"
          }
        },
        "seeMoreUrl": {
          "type": "string",
          "description": "URL跳转"
        },
        "size": {
          "type": "integer",
          "format": "int32",
          "description": "每页数量"
        },
        "startCreatedTime": {
          "type": "string",
          "description": "创建时间开始"
        },
        "systemRights": {
          "type": "string",
          "description": "系统权益 1:获得金币 2:权益卡券"
        },
        "urlType": {
          "type": "integer",
          "format": "int32",
          "description": "跳转类型 1-URL跳转 2-内部跳转URL"
        },
        "vehicleModel": {
          "type": "string",
          "description": "车型（列表查询适用）"
        },
        "vehicleModelName": {
          "type": "array",
          "description": "车型（新增查询适用）",
          "items": {
            "type": "string"
          }
        },
        "vehicleSeries": {
          "type": "string",
          "description": "车系（列表查询适用）"
        },
        "vehicleSeriesName": {
          "type": "array",
          "description": "车系（新增查询适用）",
          "items": {
            "type": "string"
          }
        },
        "videoDescribe": {
          "type": "string",
          "description": "详情内容-视频描述"
        }
      },
      "title": "ContentManagementVO"
    },
    "ContentManagerNumberRequest": {
      "type": "object",
      "required": [
        "activityId"
      ],
      "properties": {
        "activityId": {
          "type": "string",
          "description": "活动code"
        }
      },
      "title": "ContentManagerNumberRequest"
    },
    "ContentManagerNumberResult": {
      "type": "object",
      "properties": {
        "newContentNumber": {
          "type": "integer",
          "format": "int32",
          "description": "视频上新数量"
        }
      },
      "title": "ContentManagerNumberResult"
    },
    "ContentManagerResult": {
      "type": "object",
      "properties": {
        "contentActivitySettingContentId": {
          "type": "integer",
          "format": "int64",
          "description": "视频活动，视频设置内容id"
        },
        "goldCoinNumber": {
          "type": "integer",
          "format": "int32",
          "description": "金币"
        },
        "systemRights": {
          "type": "string",
          "description": "系统权益 1:获得金币 2:权益卡券"
        }
      },
      "title": "ContentManagerResult"
    },
    "CountListResult": {
      "type": "object",
      "properties": {
        "auditDeniedNum": {
          "type": "integer",
          "format": "int32",
          "description": "审核未通过数"
        },
        "auditPassedNum": {
          "type": "integer",
          "format": "int32",
          "description": "审核通过数"
        },
        "auditWaitedNum": {
          "type": "integer",
          "format": "int32",
          "description": "待审核数"
        },
        "downGroundedNum": {
          "type": "integer",
          "format": "int32",
          "description": "已下架数"
        },
        "total": {
          "type": "integer",
          "format": "int32",
          "description": "活动总数"
        },
        "upGroundedNum": {
          "type": "integer",
          "format": "int32",
          "description": "已上架数"
        }
      },
      "title": "CountListResult"
    },
    "DominatingScreenUserTemplate": {
      "type": "object",
      "properties": {
        "phone": {
          "type": "string",
          "description": "手机号"
        },
        "vinCode": {
          "type": "string",
          "description": "VIN"
        }
      },
      "title": "DominatingScreenUserTemplate"
    },
    "DominatingScreenVO": {
      "type": "object",
      "properties": {
        "activityCode": {
          "type": "string",
          "description": "所属活动code"
        },
        "applicableUserDetailedVOList": {
          "type": "array",
          "description": "适用用户",
          "items": {
            "$ref": "#/definitions/ApplicableUserDetailedVO"
          }
        },
        "buttonImgUrl": {
          "type": "string",
          "description": "按钮图片url"
        },
        "buttonUrl": {
          "type": "string",
          "description": "按钮跳转详情URL"
        },
        "countDown": {
          "type": "integer",
          "format": "int32",
          "description": "倒计时（秒）"
        },
        "dominatingScreenContent": {
          "type": "integer",
          "format": "int32",
          "description": "霸屏内容 1权益，2图片"
        },
        "dominatingScreenName": {
          "type": "string",
          "description": "霸屏名称"
        },
        "dominatingScreenUserTemplateList": {
          "type": "array",
          "description": "自定义用户",
          "items": {
            "$ref": "#/definitions/DominatingScreenUserTemplate"
          }
        },
        "dominatingScreenyStatus": {
          "type": "integer",
          "format": "int32",
          "description": "（查询条件）上下架状态 1-上架 2-下架 3-发布"
        },
        "endCreatedTime": {
          "type": "string",
          "description": "（查询条件）创建时间结束"
        },
        "endTime": {
          "type": "string",
          "format": "date-time",
          "description": "有效期结束时间"
        },
        "from": {
          "type": "integer",
          "format": "int32"
        },
        "id": {
          "type": "integer",
          "format": "int64",
          "description": "霸屏ID"
        },
        "ids": {
          "type": "string"
        },
        "imgUrl": {
          "type": "string",
          "description": "图片地址"
        },
        "isDisplayButton": {
          "type": "integer",
          "format": "int32",
          "description": "按钮显示1-不显示 2-显示"
        },
        "page": {
          "type": "integer",
          "format": "int32",
          "description": "分页"
        },
        "popFrequency": {
          "type": "integer",
          "format": "int32",
          "description": "弹出频率1-不限制每次弹出 2-仅首次弹出 3-每日首次弹出 4-领取后不再弹出"
        },
        "rightsDetailedVO": {
          "description": "权益内容",
          "$ref": "#/definitions/RightsDetailedVO"
        },
        "size": {
          "type": "integer",
          "format": "int32",
          "description": "每页数量"
        },
        "startCreatedTime": {
          "type": "string",
          "description": "（查询条件）创建时间开始"
        },
        "startTime": {
          "type": "string",
          "format": "date-time",
          "description": "有效期开始时间"
        },
        "stationJumpImageUrl": {
          "type": "string",
          "description": "站内跳转-图片URL"
        },
        "status": {
          "type": "integer",
          "format": "int32",
          "description": "（查询条件）状态（1-未开始 2-进行中 3-已结束）"
        },
        "targetUsers": {
          "type": "integer",
          "format": "int32",
          "description": "目标用户：1系统用户，2自定义用户"
        },
        "triggerPosition": {
          "type": "integer",
          "format": "int32",
          "description": "触发位置1-新用户教育首页 2-用户学院首页 3-观看视频完毕后 4-提交答题后"
        },
        "urlJump": {
          "type": "integer",
          "format": "int32",
          "description": "按钮跳转详情 1-站内跳转，2-站外跳转"
        },
        "validityEndTime": {
          "type": "string",
          "description": "（查询条件）有效期结束"
        },
        "validityStartTime": {
          "type": "string",
          "description": "（查询条件）有效期开始"
        }
      },
      "title": "DominatingScreenVO"
    },
    "EditAwardSettingByActivityRequest": {
      "type": "object",
      "required": [
        "activityAwardPoolSetting"
      ],
      "properties": {
        "activityAwardPoolSetting": {
          "description": "活动项设置",
          "$ref": "#/definitions/ActivityAwardPoolSetting"
        }
      },
      "title": "EditAwardSettingByActivityRequest"
    },
    "EditAwardSettingRequest": {
      "type": "object",
      "required": [
        "awardSetting"
      ],
      "properties": {
        "awardSetting": {
          "description": "活动项设置",
          "$ref": "#/definitions/AwardSetting"
        }
      },
      "title": "EditAwardSettingRequest"
    },
    "ExaminationPaperPrizeSettingRequest": {
      "type": "object",
      "properties": {
        "answerTotalScore": {
          "type": "integer",
          "format": "int32",
          "description": "考试总分"
        },
        "examinationPaperId": {
          "type": "integer",
          "format": "int64",
          "description": "考卷id"
        }
      },
      "title": "ExaminationPaperPrizeSettingRequest"
    },
    "ExaminationPaperPrizeSettingVO": {
      "type": "object",
      "properties": {
        "awardGrade": {
          "type": "string",
          "description": "奖品等级"
        },
        "bonusPoints": {
          "type": "integer",
          "format": "int32",
          "description": "领取奖品：奖励积分 1-为选中"
        },
        "bonusPointsNumber": {
          "type": "integer",
          "format": "int32",
          "description": "奖励积分数"
        },
        "id": {
          "type": "integer",
          "format": "int64",
          "description": "奖品设置id"
        },
        "incentiveBenefits": {
          "type": "integer",
          "format": "int32",
          "description": "奖励权益 1-为选中"
        },
        "maxScore": {
          "type": "integer",
          "format": "int32",
          "description": "最大分数"
        },
        "minScore": {
          "type": "integer",
          "format": "int32",
          "description": "最小分数"
        },
        "rightsDetailedVO": {
          "description": "奖励权益",
          "$ref": "#/definitions/RightsDetailedVO"
        }
      },
      "title": "ExaminationPaperPrizeSettingVO"
    },
    "ExaminationPaperVO": {
      "type": "object",
      "properties": {
        "activityCode": {
          "type": "string",
          "description": "活动code"
        },
        "additionalAnswerOpportunity": {
          "type": "integer",
          "format": "int32",
          "description": "额外答题机会 1-允许 2-每次分享后可获得几次答题机会 3-每次分享后，可获得几次答题机会，但最多可获得几次机会 4-第一次分享后，可额外获得几次答题机会"
        },
        "answerAgainSetting": {
          "type": "integer",
          "format": "int32",
          "description": "再次答题设置：1-再次答题与上次题目保持一致 2-再次答题重新从题库中随机选择"
        },
        "answerNumber": {
          "type": "integer",
          "format": "int32",
          "description": "答题数量"
        },
        "answerOpportunityNumber": {
          "type": "integer",
          "format": "int32",
          "description": "额外答题机会次数"
        },
        "answerSort": {
          "type": "integer",
          "format": "int32",
          "description": "答题顺序:1-随机 2-按题库顺序"
        },
        "answerTime": {
          "type": "integer",
          "format": "int32",
          "description": "答题时间限制(秒)"
        },
        "answerTotalScore": {
          "type": "integer",
          "format": "int32",
          "description": "答题总分"
        },
        "endCreatedTime": {
          "type": "string",
          "description": "创建时间结束"
        },
        "endTime": {
          "type": "string",
          "format": "date-time",
          "description": "考卷有效期结束时间"
        },
        "examinationPaperPrizeSettingVOList": {
          "type": "array",
          "description": "奖品设置",
          "items": {
            "$ref": "#/definitions/ExaminationPaperPrizeSettingVO"
          }
        },
        "examinationPaperStatus": {
          "type": "integer",
          "format": "int32",
          "description": "当前上下架状态（1-上架 2-下架）"
        },
        "examinationPaperTitle": {
          "type": "string",
          "description": "考卷标题"
        },
        "from": {
          "type": "integer",
          "format": "int32"
        },
        "id": {
          "type": "integer",
          "format": "int64",
          "description": "考卷id"
        },
        "ids": {
          "type": "string"
        },
        "maxFraction": {
          "type": "integer",
          "format": "int32",
          "description": "最大分数"
        },
        "minFraction": {
          "type": "integer",
          "format": "int32",
          "description": "最小分数"
        },
        "mostAnswerOpportunityNumber": {
          "type": "integer",
          "format": "int32",
          "description": "对应-额外答题机会3：最多可获得答题机会"
        },
        "page": {
          "type": "integer",
          "format": "int32",
          "description": "分页"
        },
        "questionBankId": {
          "type": "string",
          "description": "选择题库(以逗号隔开)"
        },
        "size": {
          "type": "integer",
          "format": "int32",
          "description": "每页数量"
        },
        "startCreatedTime": {
          "type": "string",
          "description": "创建时间开始"
        },
        "startTime": {
          "type": "string",
          "format": "date-time",
          "description": "考卷有效期开始时间"
        },
        "status": {
          "type": "integer",
          "format": "int32",
          "description": "状态（1-未开始 2-进行中 3-已结束）"
        },
        "userDefaultAnswerOpportunity": {
          "type": "integer",
          "format": "int32",
          "description": "用户默认答题机会次数"
        },
        "validityEndTime": {
          "type": "string",
          "description": "（查询条件）考卷有效期结束"
        },
        "validityStartTime": {
          "type": "string",
          "description": "（查询条件）考卷有效期开始"
        }
      },
      "title": "ExaminationPaperVO"
    },
    "ExchangeFallback": {
      "type": "object",
      "properties": {
        "rightCode": {
          "type": "string"
        }
      },
      "title": "ExchangeFallback"
    },
    "ExchangeFallbackResponse": {
      "type": "object",
      "properties": {
        "data": {
          "description": "业务数据",
          "$ref": "#/definitions/ExchangeFallback"
        },
        "errorCode": {
          "type": "string",
          "example": 7500,
          "description": "错误码"
        },
        "errorMsg": {
          "type": "string",
          "example": "error message",
          "description": "错误信息"
        },
        "returnStatus": {
          "type": "string",
          "example": true,
          "description": "响应状态"
        }
      },
      "title": "ExchangeFallbackResponse"
    },
    "ExtensionActivityVO": {
      "type": "object",
      "properties": {
        "activityCode": {
          "type": "string",
          "description": "所属活动code"
        },
        "applicableUserDetailedVOList": {
          "type": "array",
          "description": "适用用户",
          "items": {
            "$ref": "#/definitions/ApplicableUserDetailedVO"
          }
        },
        "bannerImageUrl": {
          "type": "string",
          "description": "banner图URL"
        },
        "bannerVideoUrl": {
          "type": "string",
          "description": "banner视频URL"
        },
        "buttonImageUrl": {
          "type": "string",
          "description": "按钮图片跳转"
        },
        "buttonName": {
          "type": "string",
          "description": "按钮名称"
        },
        "buttonUrl": {
          "type": "string",
          "description": "按钮跳转"
        },
        "createdTime": {
          "type": "string",
          "format": "date-time",
          "description": "创建时间"
        },
        "detailsContentImage": {
          "type": "string",
          "description": "详情内容图片"
        },
        "detailsContentType": {
          "type": "integer",
          "format": "int32",
          "description": "详情内容 1-单视频,2-视频+图片,3-单图片"
        },
        "detailsContentVideo": {
          "type": "string",
          "description": "详情内容视频"
        },
        "endCreatedTime": {
          "type": "string",
          "description": "创建时间结束（列表查询使用）"
        },
        "extensionActivityStatus": {
          "type": "integer",
          "format": "int32",
          "description": "上下架状态 1-上架 2-下架 3-未发布"
        },
        "from": {
          "type": "integer",
          "format": "int32"
        },
        "id": {
          "type": "integer",
          "format": "int64",
          "description": "推广活动id"
        },
        "isDisplayButton": {
          "type": "integer",
          "format": "int32",
          "description": "是否显示详情的悬浮按钮 1-不显示 2-显示"
        },
        "linkUrl": {
          "type": "string",
          "description": "跳转链接Url"
        },
        "page": {
          "type": "integer",
          "format": "int32",
          "description": "分页"
        },
        "promotionTitle": {
          "type": "string",
          "description": "推广标题"
        },
        "promotionType": {
          "type": "integer",
          "format": "int32",
          "description": "推广类型 1-活跃活动 2-市场推广"
        },
        "rewardIntegral": {
          "type": "integer",
          "format": "int32",
          "description": "奖励积分数量"
        },
        "rightsDetailedVO": {
          "description": "权益内容",
          "$ref": "#/definitions/RightsDetailedVO"
        },
        "rightsGive": {
          "type": "string",
          "description": "权益赠送（仅首次) 1-奖励积分 2-奖励卡券"
        },
        "size": {
          "type": "integer",
          "format": "int32",
          "description": "每页数量"
        },
        "startCreatedTime": {
          "type": "string",
          "description": "创建时间开始（列表查询使用）"
        },
        "understandDetails": {
          "type": "integer",
          "format": "int32",
          "description": "了解详情 1-站内详情 2-站外详情"
        },
        "urlJump": {
          "type": "integer",
          "format": "int32",
          "description": "1-URL跳转 2-内部跳转"
        },
        "videoDescribe": {
          "type": "string",
          "description": "详情内容-视频描述"
        }
      },
      "title": "ExtensionActivityVO"
    },
    "ExtensionActivityView": {
      "type": "object",
      "properties": {
        "activityCode": {
          "type": "string",
          "description": "所属活动code"
        },
        "activityName": {
          "type": "string",
          "description": "所属活动名称"
        },
        "applicableUserDetailedVOList": {
          "type": "array",
          "description": "适用用户",
          "items": {
            "$ref": "#/definitions/ApplicableUserDetailedVO"
          }
        },
        "bannerImageUrl": {
          "type": "string",
          "description": "banner图URL"
        },
        "bannerVideoUrl": {
          "type": "string",
          "description": "banner视频URL"
        },
        "buttonImageUrl": {
          "type": "string",
          "description": "按钮图片跳转"
        },
        "buttonName": {
          "type": "string",
          "description": "按钮名称"
        },
        "buttonUrl": {
          "type": "string",
          "description": "按钮跳转"
        },
        "createdTime": {
          "type": "string",
          "format": "date-time",
          "description": "创建时间"
        },
        "detailsContentImage": {
          "type": "string",
          "description": "详情内容图片"
        },
        "detailsContentType": {
          "type": "integer",
          "format": "int32",
          "description": "详情内容 1-单视频,2-视频+图片,3-单图片"
        },
        "detailsContentVideo": {
          "type": "string",
          "description": "详情内容视频"
        },
        "extensionActivityStatus": {
          "type": "integer",
          "format": "int32",
          "description": "上下架状态 1-上架 2-下架"
        },
        "extensionActivityStatusName": {
          "type": "string",
          "description": "状态(列表展示)"
        },
        "id": {
          "type": "integer",
          "format": "int64",
          "description": "推广活动id"
        },
        "isDisplayButton": {
          "type": "integer",
          "format": "int32",
          "description": "是否显示详情的悬浮按钮 1-不显示 2-显示"
        },
        "linkUrl": {
          "type": "string",
          "description": "跳转链接Url"
        },
        "page": {
          "type": "integer",
          "format": "int32",
          "description": "分页"
        },
        "promotionTitle": {
          "type": "string",
          "description": "推广标题"
        },
        "promotionType": {
          "type": "integer",
          "format": "int32",
          "description": "推广类型 1-活跃活动 2-市场推广"
        },
        "promotionTypeName": {
          "type": "string",
          "description": "推广类型(列表展示)"
        },
        "rewardCard": {
          "type": "integer",
          "format": "int32",
          "description": "奖励卡券类型 1-京东优惠券 2-网易优惠券 3-酷我优惠券"
        },
        "rewardIntegral": {
          "type": "integer",
          "format": "int32",
          "description": "奖励积分数量"
        },
        "rightsDetailedVO": {
          "description": "权益内容",
          "$ref": "#/definitions/RightsDetailedVO"
        },
        "rightsGive": {
          "type": "string",
          "description": "权益赠送（仅首次) 1-奖励积分 2-奖励卡券"
        },
        "rightsGiveName": {
          "type": "string",
          "description": "赠送权益(列表展示)"
        },
        "size": {
          "type": "integer",
          "format": "int32",
          "description": "每页数量"
        },
        "understandDetails": {
          "type": "integer",
          "format": "int32",
          "description": "了解详情 1-站内详情 2-站外详情"
        },
        "understandDetailsName": {
          "type": "string",
          "description": "查看详情(列表展示)"
        },
        "urlJump": {
          "type": "integer",
          "format": "int32",
          "description": "1-URL跳转 2-内部跳转"
        },
        "videoDescribe": {
          "type": "string",
          "description": "详情内容-视频描述"
        }
      },
      "title": "ExtensionActivityView"
    },
    "FuelBenefitExchangeRequest": {
      "type": "object",
      "required": [
        "activit",
        "aid",
        "phoneNumber",
        "rightId"
      ],
      "properties": {
        "activit": {
          "type": "string",
          "description": "活动id"
        },
        "aid": {
          "type": "string",
          "description": "用户Id"
        },
        "orderId": {
          "type": "string",
          "description": "订单Id"
        },
        "phoneNumber": {
          "type": "string",
          "description": "用户手机号码"
        },
        "rightId": {
          "type": "string",
          "description": "权益id"
        }
      },
      "title": "FuelBenefitExchangeRequest"
    },
    "GetAwardListByActivityIdFromResultRequest": {
      "type": "object",
      "required": [
        "activityId"
      ],
      "properties": {
        "activityId": {
          "type": "string",
          "description": "活动id"
        },
        "awardId": {
          "type": "integer",
          "format": "int64",
          "description": "奖项id"
        },
        "endTime": {
          "type": "string",
          "format": "date-time",
          "description": "时间的结束日期"
        },
        "startTime": {
          "type": "string",
          "format": "date-time",
          "description": "时间的起始日期"
        }
      },
      "title": "GetAwardListByActivityIdFromResultRequest"
    },
    "GetBarCodeByLotteryIdRequest": {
      "type": "object",
      "required": [
        "lotteryId"
      ],
      "properties": {
        "lotteryId": {
          "type": "array",
          "description": "中奖结果id",
          "items": {
            "type": "integer",
            "format": "int64"
          }
        }
      },
      "title": "GetBarCodeByLotteryIdRequest"
    },
    "GoodsSpecialDrawRequest": {
      "type": "object",
      "properties": {
        "activityCode": {
          "type": "string"
        },
        "goodsId": {
          "type": "integer",
          "format": "int64"
        },
        "orderId": {
          "type": "string"
        },
        "phone": {
          "type": "string"
        },
        "userId": {
          "type": "string"
        }
      },
      "title": "GoodsSpecialDrawRequest"
    },
    "GoodsSpecialView": {
      "type": "object",
      "properties": {
        "fullPrice": {
          "type": "string",
          "description": "获得积分"
        },
        "remainNum": {
          "type": "integer",
          "format": "int32",
          "description": "剩余数量"
        },
        "skuDefaultImg": {
          "type": "string",
          "description": "商品图片"
        },
        "skuDesc": {
          "type": "string",
          "description": "解锁需要的分数"
        },
        "skuId": {
          "type": "integer",
          "format": "int64",
          "description": "skuId"
        },
        "skuName": {
          "type": "string",
          "description": "商品名称"
        }
      },
      "title": "GoodsSpecialView"
    },
    "GoodsVO": {
      "type": "object",
      "properties": {
        "goodsId": {
          "type": "integer",
          "format": "int64"
        },
        "goodsName": {
          "type": "string"
        },
        "goodsNum": {
          "type": "integer",
          "format": "int32"
        },
        "imgUrl": {
          "type": "string"
        }
      },
      "title": "GoodsVO"
    },
    "ImportResult": {
      "type": "object",
      "properties": {
        "coverNum": {
          "type": "integer",
          "format": "int32",
          "description": "覆盖数"
        },
        "errMessageList": {
          "type": "array",
          "description": "失败信息",
          "items": {
            "type": "string"
          }
        },
        "errorNum": {
          "type": "integer",
          "format": "int32",
          "description": "失败数"
        },
        "saveList": {
          "type": "array",
          "description": "保存集合",
          "items": {
            "$ref": "#/definitions/DominatingScreenUserTemplate"
          }
        },
        "successNum": {
          "type": "integer",
          "format": "int32",
          "description": "成功数"
        },
        "total": {
          "type": "integer",
          "format": "int32",
          "description": "总数"
        }
      },
      "title": "ImportResult"
    },
    "LotteryPageSettingOutVo": {
      "type": "object",
      "properties": {
        "activityId": {
          "type": "integer",
          "format": "int64"
        },
        "id": {
          "type": "integer",
          "format": "int64"
        },
        "setJson": {
          "type": "string"
        }
      },
      "title": "LotteryPageSettingOutVo"
    },
    "LotteryStockRequest": {
      "type": "object",
      "required": [
        "activityId",
        "rightId"
      ],
      "properties": {
        "activityId": {
          "type": "string",
          "description": "活动id"
        },
        "rightId": {
          "type": "integer",
          "format": "int64",
          "description": "权益Id"
        }
      },
      "title": "LotteryStockRequest"
    },
    "LotteryUserInfoRequest": {
      "type": "object",
      "required": [
        "lotteryId",
        "type",
        "userInfo"
      ],
      "properties": {
        "lotteryId": {
          "type": "integer",
          "format": "int64",
          "description": "中奖结果id"
        },
        "type": {
          "type": "integer",
          "format": "int32",
          "description": "1-抽奖，2-其他领取"
        },
        "userId": {
          "type": "integer",
          "format": "int32",
          "description": "用户id"
        },
        "userInfo": {
          "description": "中奖结果id",
          "$ref": "#/definitions/UserInfoLottery"
        }
      },
      "title": "LotteryUserInfoRequest"
    },
    "LuckyDrawNewRequest": {
      "type": "object",
      "required": [
        "activityId"
      ],
      "properties": {
        "activityId": {
          "type": "string",
          "description": "活动id"
        },
        "isInternetCar": {
          "type": "boolean",
          "description": "是否是车联网车 true:表示是，false：表示否"
        },
        "phone": {
          "type": "string",
          "description": "用户手机号"
        },
        "sourceFrom": {
          "type": "string",
          "description": "用户标志调用的数据来源"
        },
        "userId": {
          "type": "integer",
          "format": "int32",
          "description": "用户id"
        },
        "userType": {
          "type": "string",
          "description": "用户类型"
        },
        "vehicleModel": {
          "type": "string",
          "description": "车型"
        },
        "vin": {
          "type": "string",
          "description": "vin"
        }
      },
      "title": "LuckyDrawNewRequest"
    },
    "LuckyDrawResult": {
      "type": "object",
      "properties": {
        "activityId": {
          "type": "integer",
          "format": "int64",
          "description": "奖品的活动ID"
        },
        "assigned": {
          "type": "integer",
          "format": "int32",
          "description": "奖品已经分配的数量信息"
        },
        "awardBackId": {
          "type": "string",
          "description": "背景图片Id"
        },
        "awardBackUrl": {
          "type": "string",
          "description": "背景图片链接"
        },
        "awardDesc": {
          "type": "string",
          "description": "奖品描述"
        },
        "awardGrade": {
          "type": "integer",
          "format": "int32",
          "description": "奖品等级"
        },
        "awardId": {
          "type": "integer",
          "format": "int64",
          "description": "奖品的活动奖项对应的id"
        },
        "awardName": {
          "type": "string",
          "description": "奖品名字"
        },
        "awardNum": {
          "type": "integer",
          "format": "int32",
          "description": "奖品数量"
        },
        "awardTotalNum": {
          "type": "integer",
          "format": "int32",
          "description": "奖品总数量"
        },
        "awardType": {
          "type": "integer",
          "format": "int32",
          "description": "该活动的奖品对应的类型"
        },
        "awardTypeName": {
          "type": "string",
          "description": "该活动的奖品对应的类型"
        },
        "awardUrl": {
          "type": "string",
          "description": "awardUrl"
        },
        "isFocasAll": {
          "type": "boolean",
          "description": "福卡是否集齐 true表示第一次集齐，false未集齐或者不是第一次集齐"
        },
        "lotteryId": {
          "type": "integer",
          "format": "int64",
          "description": "中奖结果ID"
        },
        "luckyDrawPath": {
          "type": "integer",
          "format": "int32",
          "description": "福卡中奖的路径信息"
        },
        "pointNum": {
          "type": "integer",
          "format": "int32",
          "description": "金币数量"
        },
        "skuId": {
          "type": "integer",
          "format": "int32",
          "description": "skuId"
        },
        "skuName": {
          "type": "string",
          "description": "商品名称"
        }
      },
      "title": "LuckyDrawResult"
    },
    "PageUtils«ExtensionActivityView»": {
      "type": "object",
      "properties": {
        "currPage": {
          "type": "integer",
          "format": "int32"
        },
        "list": {
          "type": "array",
          "description": "分页数据",
          "items": {
            "$ref": "#/definitions/ExtensionActivityView"
          }
        },
        "pageSize": {
          "type": "integer",
          "format": "int32",
          "example": 10,
          "description": "每页记录数"
        },
        "totalCount": {
          "type": "integer",
          "format": "int32",
          "example": 100,
          "description": "总记录数"
        },
        "totalPage": {
          "type": "integer",
          "format": "int32",
          "example": 10,
          "description": "总页数"
        }
      },
      "title": "PageUtils«ExtensionActivityView»"
    },
    "PageUtils«ProductInfoWithPromotion»": {
      "type": "object",
      "properties": {
        "currPage": {
          "type": "integer",
          "format": "int32"
        },
        "list": {
          "type": "array",
          "description": "分页数据",
          "items": {
            "$ref": "#/definitions/ProductInfoWithPromotion"
          }
        },
        "pageSize": {
          "type": "integer",
          "format": "int32",
          "example": 10,
          "description": "每页记录数"
        },
        "totalCount": {
          "type": "integer",
          "format": "int32",
          "example": 100,
          "description": "总记录数"
        },
        "totalPage": {
          "type": "integer",
          "format": "int32",
          "example": 10,
          "description": "总页数"
        }
      },
      "title": "PageUtils«ProductInfoWithPromotion»"
    },
    "PageUtils«RightSkuInfoView»": {
      "type": "object",
      "properties": {
        "currPage": {
          "type": "integer",
          "format": "int32"
        },
        "list": {
          "type": "array",
          "description": "分页数据",
          "items": {
            "$ref": "#/definitions/RightSkuInfoView"
          }
        },
        "pageSize": {
          "type": "integer",
          "format": "int32",
          "example": 10,
          "description": "每页记录数"
        },
        "totalCount": {
          "type": "integer",
          "format": "int32",
          "example": 100,
          "description": "总记录数"
        },
        "totalPage": {
          "type": "integer",
          "format": "int32",
          "example": 10,
          "description": "总页数"
        }
      },
      "title": "PageUtils«RightSkuInfoView»"
    },
    "PageUtils«UserFeedbackInfoView»": {
      "type": "object",
      "properties": {
        "currPage": {
          "type": "integer",
          "format": "int32"
        },
        "list": {
          "type": "array",
          "description": "分页数据",
          "items": {
            "$ref": "#/definitions/UserFeedbackInfoView"
          }
        },
        "pageSize": {
          "type": "integer",
          "format": "int32",
          "example": 10,
          "description": "每页记录数"
        },
        "totalCount": {
          "type": "integer",
          "format": "int32",
          "example": 100,
          "description": "总记录数"
        },
        "totalPage": {
          "type": "integer",
          "format": "int32",
          "example": 10,
          "description": "总页数"
        }
      },
      "title": "PageUtils«UserFeedbackInfoView»"
    },
    "PageUtils«内容管理»": {
      "type": "object",
      "properties": {
        "currPage": {
          "type": "integer",
          "format": "int32"
        },
        "list": {
          "type": "array",
          "description": "分页数据",
          "items": {
            "$ref": "#/definitions/内容管理"
          }
        },
        "pageSize": {
          "type": "integer",
          "format": "int32",
          "example": 10,
          "description": "每页记录数"
        },
        "totalCount": {
          "type": "integer",
          "format": "int32",
          "example": 100,
          "description": "总记录数"
        },
        "totalPage": {
          "type": "integer",
          "format": "int32",
          "example": 10,
          "description": "总页数"
        }
      },
      "title": "PageUtils«内容管理»"
    },
    "PageUtils«券码明细列表»": {
      "type": "object",
      "properties": {
        "currPage": {
          "type": "integer",
          "format": "int32"
        },
        "list": {
          "type": "array",
          "description": "分页数据",
          "items": {
            "$ref": "#/definitions/券码明细列表"
          }
        },
        "pageSize": {
          "type": "integer",
          "format": "int32",
          "example": 10,
          "description": "每页记录数"
        },
        "totalCount": {
          "type": "integer",
          "format": "int32",
          "example": 100,
          "description": "总记录数"
        },
        "totalPage": {
          "type": "integer",
          "format": "int32",
          "example": 10,
          "description": "总页数"
        }
      },
      "title": "PageUtils«券码明细列表»"
    },
    "PageUtils«审核列表实体»": {
      "type": "object",
      "properties": {
        "currPage": {
          "type": "integer",
          "format": "int32"
        },
        "list": {
          "type": "array",
          "description": "分页数据",
          "items": {
            "$ref": "#/definitions/审核列表实体"
          }
        },
        "pageSize": {
          "type": "integer",
          "format": "int32",
          "example": 10,
          "description": "每页记录数"
        },
        "totalCount": {
          "type": "integer",
          "format": "int32",
          "example": 100,
          "description": "总记录数"
        },
        "totalPage": {
          "type": "integer",
          "format": "int32",
          "example": 10,
          "description": "总页数"
        }
      },
      "title": "PageUtils«审核列表实体»"
    },
    "PageUtils«抽奖管理»": {
      "type": "object",
      "properties": {
        "currPage": {
          "type": "integer",
          "format": "int32"
        },
        "list": {
          "type": "array",
          "description": "分页数据",
          "items": {
            "$ref": "#/definitions/抽奖管理"
          }
        },
        "pageSize": {
          "type": "integer",
          "format": "int32",
          "example": 10,
          "description": "每页记录数"
        },
        "totalCount": {
          "type": "integer",
          "format": "int32",
          "example": 100,
          "description": "总记录数"
        },
        "totalPage": {
          "type": "integer",
          "format": "int32",
          "example": 10,
          "description": "总页数"
        }
      },
      "title": "PageUtils«抽奖管理»"
    },
    "PageUtils«权益列表»": {
      "type": "object",
      "properties": {
        "currPage": {
          "type": "integer",
          "format": "int32"
        },
        "list": {
          "type": "array",
          "description": "分页数据",
          "items": {
            "$ref": "#/definitions/权益列表"
          }
        },
        "pageSize": {
          "type": "integer",
          "format": "int32",
          "example": 10,
          "description": "每页记录数"
        },
        "totalCount": {
          "type": "integer",
          "format": "int32",
          "example": 100,
          "description": "总记录数"
        },
        "totalPage": {
          "type": "integer",
          "format": "int32",
          "example": 10,
          "description": "总页数"
        }
      },
      "title": "PageUtils«权益列表»"
    },
    "PageUtils«活动内容»": {
      "type": "object",
      "properties": {
        "currPage": {
          "type": "integer",
          "format": "int32"
        },
        "list": {
          "type": "array",
          "description": "分页数据",
          "items": {
            "$ref": "#/definitions/活动内容"
          }
        },
        "pageSize": {
          "type": "integer",
          "format": "int32",
          "example": 10,
          "description": "每页记录数"
        },
        "totalCount": {
          "type": "integer",
          "format": "int32",
          "example": 100,
          "description": "总记录数"
        },
        "totalPage": {
          "type": "integer",
          "format": "int32",
          "example": 10,
          "description": "总页数"
        }
      },
      "title": "PageUtils«活动内容»"
    },
    "PageUtils«活动类»": {
      "type": "object",
      "properties": {
        "currPage": {
          "type": "integer",
          "format": "int32"
        },
        "list": {
          "type": "array",
          "description": "分页数据",
          "items": {
            "$ref": "#/definitions/活动类"
          }
        },
        "pageSize": {
          "type": "integer",
          "format": "int32",
          "example": 10,
          "description": "每页记录数"
        },
        "totalCount": {
          "type": "integer",
          "format": "int32",
          "example": 100,
          "description": "总记录数"
        },
        "totalPage": {
          "type": "integer",
          "format": "int32",
          "example": 10,
          "description": "总页数"
        }
      },
      "title": "PageUtils«活动类»"
    },
    "PageUtils«积分发奖列表»": {
      "type": "object",
      "properties": {
        "currPage": {
          "type": "integer",
          "format": "int32"
        },
        "list": {
          "type": "array",
          "description": "分页数据",
          "items": {
            "$ref": "#/definitions/积分发奖列表"
          }
        },
        "pageSize": {
          "type": "integer",
          "format": "int32",
          "example": 10,
          "description": "每页记录数"
        },
        "totalCount": {
          "type": "integer",
          "format": "int32",
          "example": 100,
          "description": "总记录数"
        },
        "totalPage": {
          "type": "integer",
          "format": "int32",
          "example": 10,
          "description": "总页数"
        }
      },
      "title": "PageUtils«积分发奖列表»"
    },
    "PageUtils«积分用户信息列表»": {
      "type": "object",
      "properties": {
        "currPage": {
          "type": "integer",
          "format": "int32"
        },
        "list": {
          "type": "array",
          "description": "分页数据",
          "items": {
            "$ref": "#/definitions/积分用户信息列表"
          }
        },
        "pageSize": {
          "type": "integer",
          "format": "int32",
          "example": 10,
          "description": "每页记录数"
        },
        "totalCount": {
          "type": "integer",
          "format": "int32",
          "example": 100,
          "description": "总记录数"
        },
        "totalPage": {
          "type": "integer",
          "format": "int32",
          "example": 10,
          "description": "总页数"
        }
      },
      "title": "PageUtils«积分用户信息列表»"
    },
    "PageUtils«考卷数据»": {
      "type": "object",
      "properties": {
        "currPage": {
          "type": "integer",
          "format": "int32"
        },
        "list": {
          "type": "array",
          "description": "分页数据",
          "items": {
            "$ref": "#/definitions/考卷数据"
          }
        },
        "pageSize": {
          "type": "integer",
          "format": "int32",
          "example": 10,
          "description": "每页记录数"
        },
        "totalCount": {
          "type": "integer",
          "format": "int32",
          "example": 100,
          "description": "总记录数"
        },
        "totalPage": {
          "type": "integer",
          "format": "int32",
          "example": 10,
          "description": "总页数"
        }
      },
      "title": "PageUtils«考卷数据»"
    },
    "PageUtils«霸屏»": {
      "type": "object",
      "properties": {
        "currPage": {
          "type": "integer",
          "format": "int32"
        },
        "list": {
          "type": "array",
          "description": "分页数据",
          "items": {
            "$ref": "#/definitions/霸屏"
          }
        },
        "pageSize": {
          "type": "integer",
          "format": "int32",
          "example": 10,
          "description": "每页记录数"
        },
        "totalCount": {
          "type": "integer",
          "format": "int32",
          "example": 100,
          "description": "总记录数"
        },
        "totalPage": {
          "type": "integer",
          "format": "int32",
          "example": 10,
          "description": "总页数"
        }
      },
      "title": "PageUtils«霸屏»"
    },
    "PageUtils«题库数据»": {
      "type": "object",
      "properties": {
        "currPage": {
          "type": "integer",
          "format": "int32"
        },
        "list": {
          "type": "array",
          "description": "分页数据",
          "items": {
            "$ref": "#/definitions/题库数据"
          }
        },
        "pageSize": {
          "type": "integer",
          "format": "int32",
          "example": 10,
          "description": "每页记录数"
        },
        "totalCount": {
          "type": "integer",
          "format": "int32",
          "example": 100,
          "description": "总记录数"
        },
        "totalPage": {
          "type": "integer",
          "format": "int32",
          "example": 10,
          "description": "总页数"
        }
      },
      "title": "PageUtils«题库数据»"
    },
    "PageUtils«题目数据»": {
      "type": "object",
      "properties": {
        "currPage": {
          "type": "integer",
          "format": "int32"
        },
        "list": {
          "type": "array",
          "description": "分页数据",
          "items": {
            "$ref": "#/definitions/题目数据"
          }
        },
        "pageSize": {
          "type": "integer",
          "format": "int32",
          "example": 10,
          "description": "每页记录数"
        },
        "totalCount": {
          "type": "integer",
          "format": "int32",
          "example": 100,
          "description": "总记录数"
        },
        "totalPage": {
          "type": "integer",
          "format": "int32",
          "example": 10,
          "description": "总页数"
        }
      },
      "title": "PageUtils«题目数据»"
    },
    "PoolSetting": {
      "type": "object",
      "properties": {
        "activityId": {
          "type": "integer",
          "format": "int64",
          "description": "活动id"
        },
        "allocFlag": {
          "type": "integer",
          "format": "int32",
          "description": "该奖池是否分配， 0:已分配 1: 未分配"
        },
        "awardDescVO": {
          "description": "奖项设置的整体描述信息",
          "$ref": "#/definitions/AwardDescVO"
        },
        "awardGrade": {
          "type": "string",
          "description": "奖项级别"
        },
        "awardGradeName": {
          "type": "string",
          "description": "奖项级别名称"
        },
        "awardId": {
          "type": "integer",
          "format": "int64",
          "description": "奖项id"
        },
        "awardName": {
          "type": "string",
          "description": "奖项名称"
        },
        "awardPoolId": {
          "type": "integer",
          "format": "int64",
          "description": "奖池id"
        },
        "id": {
          "type": "integer",
          "format": "int64",
          "description": "奖池设置id"
        },
        "isDelete": {
          "type": "integer",
          "format": "int32",
          "description": "该奖项设置是否有效 0:有效 1:失效"
        },
        "luckyDrawId": {
          "type": "integer",
          "format": "int64",
          "description": "抽奖主表id"
        },
        "releaseNum": {
          "type": "integer",
          "format": "int32",
          "description": "奖池的释放数量"
        },
        "releaseTimeEnd": {
          "type": "string",
          "format": "date-time",
          "description": "奖池的释放的结束时间"
        },
        "releaseTimeStart": {
          "type": "string",
          "format": "date-time",
          "description": "奖池的释放的开始时间"
        }
      },
      "title": "PoolSetting"
    },
    "PreImportResult": {
      "type": "object",
      "properties": {
        "errorNum": {
          "type": "integer",
          "format": "int32",
          "description": "失败数"
        },
        "sessionId": {
          "type": "integer",
          "format": "int64",
          "description": "会话id"
        },
        "successNum": {
          "type": "integer",
          "format": "int32",
          "description": "成功数"
        },
        "total": {
          "type": "integer",
          "format": "int32",
          "description": "总数"
        }
      },
      "title": "PreImportResult"
    },
    "ProductInfoWithPromotion": {
      "type": "object",
      "properties": {
        "catalog3Id": {
          "type": "integer",
          "format": "int64"
        },
        "catalog3Name": {
          "type": "string"
        },
        "discountRatio": {
          "type": "integer",
          "format": "int64"
        },
        "endTime": {
          "type": "string",
          "format": "date-time"
        },
        "fixedPrice": {
          "type": "integer",
          "format": "int64"
        },
        "fullPrice": {
          "type": "integer",
          "format": "int64"
        },
        "levelOneId": {
          "type": "integer",
          "format": "int32"
        },
        "levelOneKey": {
          "type": "string"
        },
        "levelOneName": {
          "type": "string"
        },
        "levelTwoId": {
          "type": "integer",
          "format": "int32"
        },
        "levelTwoKey": {
          "type": "string"
        },
        "levelTwoName": {
          "type": "string"
        },
        "lockNum": {
          "type": "integer",
          "format": "int32"
        },
        "onSaleNum": {
          "type": "integer",
          "format": "int32"
        },
        "promotionId": {
          "type": "integer",
          "format": "int64"
        },
        "promotionName": {
          "type": "string"
        },
        "promotionSerialNum": {
          "type": "string"
        },
        "realPrice": {
          "type": "integer",
          "format": "int64"
        },
        "reducePrice": {
          "type": "integer",
          "format": "int64"
        },
        "reviewStatus": {
          "type": "integer",
          "format": "int32"
        },
        "sales": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/SalesPromotionView"
          }
        },
        "skuId": {
          "type": "integer",
          "format": "int64"
        },
        "skuName": {
          "type": "string"
        },
        "soldNum": {
          "type": "integer",
          "format": "int32"
        },
        "startTime": {
          "type": "string",
          "format": "date-time"
        },
        "totalNum": {
          "type": "integer",
          "format": "int32"
        }
      },
      "title": "ProductInfoWithPromotion"
    },
    "PurchaseProduct": {
      "type": "object",
      "properties": {
        "is_promotion": {
          "type": "boolean"
        },
        "skuId": {
          "type": "integer",
          "format": "int64"
        }
      },
      "title": "PurchaseProduct"
    },
    "QueryActivityAwardByActivityIdRequest": {
      "type": "object",
      "required": [
        "activityId"
      ],
      "properties": {
        "activityId": {
          "type": "integer",
          "format": "int64",
          "description": "Long"
        }
      },
      "title": "QueryActivityAwardByActivityIdRequest"
    },
    "QueryActivityAwardPoolRequest": {
      "type": "object",
      "required": [
        "activityId"
      ],
      "properties": {
        "activityId": {
          "type": "integer",
          "format": "int64",
          "description": "Long"
        }
      },
      "title": "QueryActivityAwardPoolRequest"
    },
    "QueryActivityAwardProductRequest": {
      "type": "object",
      "properties": {
        "awardTypeCode": {
          "type": "integer",
          "format": "int32",
          "description": "奖项类型编码"
        },
        "name": {
          "type": "string",
          "description": "名称"
        },
        "page": {
          "type": "integer",
          "format": "int32",
          "description": "分页"
        },
        "size": {
          "type": "integer",
          "format": "int32",
          "description": "每页数量"
        }
      },
      "title": "QueryActivityAwardProductRequest"
    },
    "QueryActivityLotteryTemplateRequest": {
      "type": "object",
      "required": [
        "activityCode"
      ],
      "properties": {
        "activityCode": {
          "type": "string",
          "description": "活动Code"
        }
      },
      "title": "QueryActivityLotteryTemplateRequest"
    },
    "QueryAwardDescByAwardIdRequest": {
      "type": "object",
      "required": [
        "awardId"
      ],
      "properties": {
        "awardId": {
          "type": "integer",
          "format": "int64",
          "description": "活动项id"
        }
      },
      "title": "QueryAwardDescByAwardIdRequest"
    },
    "QueryAwardListByActivityIdRequest": {
      "type": "object",
      "required": [
        "activityId"
      ],
      "properties": {
        "activityId": {
          "type": "integer",
          "format": "int64",
          "description": "活动id"
        },
        "awardType": {
          "type": "integer",
          "format": "int32",
          "description": "该活动的奖品对应的类型"
        }
      },
      "title": "QueryAwardListByActivityIdRequest"
    },
    "QueryAwardSettingRequest": {
      "type": "object",
      "required": [
        "activityId"
      ],
      "properties": {
        "activityId": {
          "type": "string",
          "description": "活动id"
        },
        "luckyDrawId": {
          "type": "integer",
          "format": "int64",
          "description": "抽奖主表id"
        }
      },
      "title": "QueryAwardSettingRequest"
    },
    "QueryAwardTotalConditionByIdRequest": {
      "type": "object",
      "required": [
        "awardId"
      ],
      "properties": {
        "awardId": {
          "type": "integer",
          "format": "int64",
          "description": "Long"
        }
      },
      "title": "QueryAwardTotalConditionByIdRequest"
    },
    "QueryLotteryDrawRuleRequest": {
      "type": "object",
      "required": [
        "activityCode"
      ],
      "properties": {
        "activityCode": {
          "type": "string",
          "description": "活动code"
        }
      },
      "title": "QueryLotteryDrawRuleRequest"
    },
    "QueryLotteryPageSettingByActivityIdRequest": {
      "type": "object",
      "required": [
        "activityId"
      ],
      "properties": {
        "activityId": {
          "type": "integer",
          "format": "int64",
          "description": "活动id"
        }
      },
      "title": "QueryLotteryPageSettingByActivityIdRequest"
    },
    "QueryTheListOfInterestsRequest": {
      "type": "object",
      "required": [
        "activityAwardTypeCode"
      ],
      "properties": {
        "activityAwardTypeCode": {
          "type": "integer",
          "format": "int64",
          "description": "活动奖项类型Code"
        }
      },
      "title": "QueryTheListOfInterestsRequest"
    },
    "QuestionBankCheckVO": {
      "type": "object",
      "properties": {
        "activityCode": {
          "type": "string"
        },
        "answerNumber": {
          "type": "integer",
          "format": "int32"
        },
        "answerTotalScore": {
          "type": "integer",
          "format": "int32"
        },
        "questionBankId": {
          "type": "string"
        }
      },
      "title": "QuestionBankCheckVO"
    },
    "QuestionBankCheckView": {
      "type": "object",
      "properties": {
        "message": {
          "type": "string"
        },
        "status": {
          "type": "boolean"
        }
      },
      "title": "QuestionBankCheckView"
    },
    "QuestionBankVO": {
      "type": "object",
      "properties": {
        "endCreatedTime": {
          "type": "string",
          "description": "创建时间结束"
        },
        "from": {
          "type": "integer",
          "format": "int32"
        },
        "id": {
          "type": "integer",
          "format": "int64",
          "description": "题库id"
        },
        "page": {
          "type": "integer",
          "format": "int32",
          "description": "分页"
        },
        "questionBankName": {
          "type": "string",
          "description": "题库名称"
        },
        "size": {
          "type": "integer",
          "format": "int32",
          "description": "每页数量"
        },
        "startCreatedTime": {
          "type": "string",
          "description": "创建时间开始"
        }
      },
      "title": "QuestionBankVO"
    },
    "RightProductInfoActiveView": {
      "type": "object",
      "properties": {
        "applyNum": {
          "type": "integer",
          "format": "int32",
          "description": "审批通过数量"
        },
        "exchangeUrl": {
          "type": "string",
          "description": "兑换链接"
        },
        "isDisplayExchangeCodeButton": {
          "type": "integer",
          "format": "int32",
          "description": "是否显示兑换码按钮:2-显示，1-不显示"
        },
        "isStock": {
          "type": "integer",
          "format": "int32",
          "description": "是否有库存，0-没有库存，1-有库存"
        },
        "skuDefaultImg": {
          "type": "string",
          "description": "商品默认图片"
        },
        "skuDefaultImgKey": {
          "type": "string",
          "description": "商品默认图片key"
        },
        "skuDesc": {
          "type": "string",
          "description": "商品描述"
        },
        "skuInfoId": {
          "type": "integer",
          "format": "int64",
          "description": "商品id"
        },
        "skuName": {
          "type": "string",
          "description": "商品名称"
        }
      },
      "title": "RightProductInfoActiveView"
    },
    "RightProductOutDetailView": {
      "type": "object",
      "properties": {
        "category": {
          "type": "integer",
          "format": "int32",
          "description": "权益类型 0-权益 2-实物奖品"
        },
        "exchangeLink": {
          "type": "string",
          "description": "兑换链接"
        },
        "goodsPoolId": {
          "type": "integer",
          "format": "int64",
          "description": "权益池Id"
        },
        "imgUrl": {
          "type": "string",
          "description": "商品图片地址"
        },
        "isDisplayExchangeCodeButton": {
          "type": "integer",
          "format": "int32",
          "description": "是否显示兑换码按钮:2-显示，1-不显示"
        },
        "name": {
          "type": "string",
          "description": "商品名称"
        },
        "num": {
          "type": "integer",
          "format": "int32",
          "description": "商品数量"
        },
        "rightDescribe": {
          "type": "string",
          "description": "商品描述"
        },
        "serialNum": {
          "type": "string",
          "description": "券码"
        },
        "skuId": {
          "type": "integer",
          "format": "int64",
          "description": "商品id"
        }
      },
      "title": "RightProductOutDetailView"
    },
    "RightSkuInfoView": {
      "type": "object",
      "properties": {
        "activedNum": {
          "type": "integer",
          "format": "int32",
          "description": "激活数量"
        },
        "canDecreaseNum": {
          "type": "integer",
          "format": "int32",
          "description": "可减少数量"
        },
        "canIncreaseNum": {
          "type": "integer",
          "format": "int32",
          "description": "可增加数量"
        },
        "catalog3Id": {
          "type": "integer",
          "format": "int64",
          "description": "商品分类id(默认3级)"
        },
        "catalog3Name": {
          "type": "string",
          "description": "权益类别名称"
        },
        "createTime": {
          "type": "string",
          "format": "date-time",
          "description": "创建时间"
        },
        "drawedNum": {
          "type": "integer",
          "format": "int32",
          "description": "已领取数量"
        },
        "enableStatus": {
          "type": "integer",
          "format": "int32"
        },
        "exchangeLink": {
          "type": "string",
          "description": "权益兑换链接"
        },
        "onSaleNum": {
          "type": "integer",
          "format": "int32",
          "description": "可售数量"
        },
        "operatorName": {
          "type": "string",
          "description": "操作人"
        },
        "price": {
          "type": "integer",
          "format": "int64",
          "description": "商品价格"
        },
        "skuDefaultImg": {
          "type": "string",
          "description": "商品图片上传地址"
        },
        "skuDefaultImgKey": {
          "type": "string",
          "description": "商品图片key"
        },
        "skuDesc": {
          "type": "string",
          "description": "商品描述"
        },
        "skuId": {
          "type": "integer",
          "format": "int64",
          "description": "skuId"
        },
        "skuName": {
          "type": "string",
          "description": "商品名称"
        },
        "spuId": {
          "type": "integer",
          "format": "int64",
          "description": "商品id"
        },
        "totalNum": {
          "type": "integer",
          "format": "int32",
          "description": "总数"
        }
      },
      "title": "RightSkuInfoView"
    },
    "RightsDetailedRequest": {
      "type": "object",
      "required": [
        "mainTableId",
        "rightsType"
      ],
      "properties": {
        "activityId": {
          "type": "string",
          "description": "活动Code"
        },
        "mainTableId": {
          "type": "integer",
          "format": "int64",
          "description": "主表id"
        },
        "rightsType": {
          "type": "integer",
          "format": "int32",
          "description": "类型"
        }
      },
      "title": "RightsDetailedRequest"
    },
    "RightsDetailedResult": {
      "type": "object",
      "properties": {
        "rightsImageUrl": {
          "type": "string",
          "description": "权益图片URL"
        },
        "rightsName": {
          "type": "string",
          "description": "权益名称"
        },
        "skuInfoId": {
          "type": "integer",
          "format": "int64",
          "description": "权益id(sku_info表id)"
        }
      },
      "title": "RightsDetailedResult"
    },
    "RightsDetailedVO": {
      "type": "object",
      "properties": {
        "rightsImageUrl": {
          "type": "string",
          "description": "权益图片URL"
        },
        "rightsInterests": {
          "type": "integer",
          "format": "int32",
          "description": "选择权益"
        },
        "rightsName": {
          "type": "string",
          "description": "权益名称"
        },
        "rightsType": {
          "type": "integer",
          "format": "int32",
          "description": "类型 1：内容管理权益卡券 2：内容管理推送权益  3：考卷奖励权益 4：推广活动 5：霸屏"
        },
        "selectType": {
          "type": "integer",
          "format": "int32",
          "description": "权益类型 0-权益 2-实物奖品"
        },
        "skuInfoId": {
          "type": "integer",
          "format": "int64",
          "description": "权益id(sku_info表id)"
        }
      },
      "title": "RightsDetailedVO"
    },
    "SalesPromotionView": {
      "type": "object",
      "properties": {
        "endTime": {
          "type": "string",
          "format": "date-time",
          "description": "结束时间"
        },
        "id": {
          "type": "integer",
          "format": "int64",
          "description": "促销活动id"
        },
        "levelOneId": {
          "type": "integer",
          "format": "int32",
          "description": "促销一级类型id"
        },
        "levelOneKey": {
          "type": "string",
          "description": "促销一级类型key"
        },
        "levelOneName": {
          "type": "string",
          "description": "促销一级类型名称"
        },
        "levelTwoId": {
          "type": "integer",
          "format": "int32",
          "description": "促销二级类型id"
        },
        "levelTwoKey": {
          "type": "string",
          "description": "促销二级类型key"
        },
        "levelTwoName": {
          "type": "string",
          "description": "促销二级类型名称"
        },
        "mark": {
          "type": "string",
          "description": "备注"
        },
        "name": {
          "type": "string",
          "description": "促销活动名称"
        },
        "promotionStatus": {
          "type": "integer",
          "format": "int32",
          "description": "审核状态"
        },
        "serialNum": {
          "type": "string",
          "description": "促销编号"
        },
        "startTime": {
          "type": "string",
          "format": "date-time",
          "description": "开始时间"
        },
        "userScope": {
          "type": "integer",
          "format": "int32",
          "description": "用户范围：0-全部，1-指定用户"
        },
        "userScopeSessionId": {
          "type": "integer",
          "format": "int32",
          "description": "如果是指定用户，则需带上此参数，由上传时服务端返回"
        },
        "value": {
          "type": "number",
          "format": "float",
          "description": "促销值"
        }
      },
      "title": "SalesPromotionView"
    },
    "SubjectVO": {
      "type": "object",
      "properties": {
        "applicableUser": {
          "type": "integer",
          "format": "int32",
          "description": "适用用户（查询适用）:1-全选,2-CNS,3-CRS,4-非CNS非CRS,5-车联网用户"
        },
        "applicableUserDetailedVOList": {
          "type": "array",
          "description": "适用用户",
          "items": {
            "$ref": "#/definitions/ApplicableUserDetailedVO"
          }
        },
        "endCreatedTime": {
          "type": "string",
          "description": "创建时间结束"
        },
        "from": {
          "type": "integer",
          "format": "int32"
        },
        "id": {
          "type": "integer",
          "format": "int64",
          "description": "题目ID"
        },
        "optionType": {
          "type": "integer",
          "format": "int32",
          "description": "0为全选，选项类型(1-单选，2-多选)"
        },
        "options": {
          "type": "string",
          "example": "A.1种;B.2种;C.3种;D.4种",
          "description": "题目选项"
        },
        "page": {
          "type": "integer",
          "format": "int32",
          "description": "分页"
        },
        "problemDescription": {
          "type": "string",
          "description": "问题描述"
        },
        "problemDescriptionEnclosureUrl": {
          "type": "string",
          "description": "问题描述附件"
        },
        "problemType": {
          "type": "integer",
          "format": "int32",
          "description": "0为全选，问题类型（1-纯文本，2-视频，3-图片）"
        },
        "questionBankId": {
          "type": "string",
          "description": "所属题库id"
        },
        "rightSolution": {
          "type": "string",
          "description": "正确答案"
        },
        "score": {
          "type": "integer",
          "format": "int32",
          "description": "得分"
        },
        "size": {
          "type": "integer",
          "format": "int32",
          "description": "每页数量"
        },
        "startCreatedTime": {
          "type": "string",
          "description": "创建时间开始"
        },
        "vehicleSeries": {
          "type": "string",
          "description": "1为全选，车系（查询适用）"
        }
      },
      "title": "SubjectVO"
    },
    "UserContentRecordInfoRequest": {
      "type": "object",
      "required": [
        "activityCode",
        "contentActivityId",
        "contentManagementId",
        "userId"
      ],
      "properties": {
        "activityCode": {
          "type": "string",
          "description": "活动code"
        },
        "contentActivityId": {
          "type": "integer",
          "format": "int64",
          "description": "活动内容ID"
        },
        "contentManagementId": {
          "type": "integer",
          "format": "int64",
          "description": "内容ID"
        },
        "isLiked": {
          "type": "integer",
          "format": "int32",
          "description": "点赞 1:已喜欢 0:未喜欢"
        },
        "isUnliked": {
          "type": "integer",
          "format": "int32",
          "description": "踩 1:已不喜欢 0:未不喜欢"
        },
        "isWatched": {
          "type": "integer",
          "format": "int32",
          "description": "是否观看完 1:已观看完 0:未观看完"
        },
        "userId": {
          "type": "integer",
          "format": "int64",
          "description": "用户ID"
        }
      },
      "title": "UserContentRecordInfoRequest"
    },
    "UserFeedbackInfoRequest": {
      "type": "object",
      "required": [
        "activityCode",
        "businessId",
        "contentType",
        "phone",
        "userId"
      ],
      "properties": {
        "activityCode": {
          "type": "string",
          "description": "活动code"
        },
        "businessId": {
          "type": "integer",
          "format": "int64",
          "description": "内容ID"
        },
        "contentType": {
          "type": "string",
          "description": "内容类型 单视频,视频+图片,单图片"
        },
        "feedbackTypeList": {
          "type": "array",
          "description": "反馈类型",
          "items": {
            "$ref": "#/definitions/UserFeedbackTypeRequest"
          }
        },
        "phone": {
          "type": "string",
          "description": "手机号"
        },
        "userId": {
          "type": "integer",
          "format": "int64",
          "description": "用户ID"
        },
        "vehicleType": {
          "type": "string",
          "description": "用户类型"
        }
      },
      "title": "UserFeedbackInfoRequest"
    },
    "UserFeedbackInfoView": {
      "type": "object",
      "properties": {
        "activityName": {
          "type": "string",
          "description": "所属活动"
        },
        "activityProjectName": {
          "type": "string",
          "description": "项目"
        },
        "businessContent": {
          "type": "string",
          "description": "内容标题-内容标签"
        },
        "businessType": {
          "type": "string",
          "description": "内容分类"
        },
        "createdTime": {
          "type": "string",
          "format": "date-time",
          "description": "提交时间"
        },
        "feedbackType": {
          "type": "string",
          "description": "问题"
        },
        "id": {
          "type": "integer",
          "format": "int64",
          "description": "反馈ID"
        },
        "phone": {
          "type": "string",
          "description": "手机号码"
        },
        "remark": {
          "type": "string",
          "description": "描述"
        },
        "userId": {
          "type": "integer",
          "format": "int64",
          "description": "用户ID"
        },
        "vehicleType": {
          "type": "string",
          "description": "用户类型"
        }
      },
      "title": "UserFeedbackInfoView"
    },
    "UserFeedbackTypeRequest": {
      "type": "object",
      "required": [
        "feedbackType",
        "feedbackTypeId"
      ],
      "properties": {
        "feedbackType": {
          "type": "string",
          "description": "意见反馈类型"
        },
        "feedbackTypeId": {
          "type": "integer",
          "format": "int64",
          "description": "反馈类型ID"
        },
        "remark": {
          "type": "string",
          "description": "反馈内容"
        }
      },
      "title": "UserFeedbackTypeRequest"
    },
    "UserFeedbackTypeResult": {
      "type": "object",
      "properties": {
        "feedbackType": {
          "type": "string",
          "description": "反馈类型选项"
        },
        "feedbackTypeId": {
          "type": "integer",
          "format": "int64",
          "description": "反馈类型ID"
        }
      },
      "title": "UserFeedbackTypeResult"
    },
    "UserFeedbackTypeVO": {
      "type": "object",
      "properties": {
        "contentType": {
          "type": "string",
          "description": "内容类型 单视频,视频+图片,单图片"
        }
      },
      "title": "UserFeedbackTypeVO"
    },
    "UserInfoLottery": {
      "type": "object",
      "properties": {
        "address": {
          "type": "string",
          "description": "用户地址"
        },
        "lotteryId": {
          "type": "integer",
          "format": "int64",
          "description": "中奖结果id"
        },
        "phone": {
          "type": "string",
          "description": "用户手机号"
        },
        "userName": {
          "type": "string",
          "description": "用户姓名"
        }
      },
      "title": "UserInfoLottery"
    },
    "WatchContentRequest": {
      "type": "object",
      "required": [
        "activityCode",
        "userId"
      ],
      "properties": {
        "activityCode": {
          "type": "string",
          "description": "活动code"
        },
        "contentActivityId": {
          "type": "integer",
          "format": "int64",
          "description": "活动内容ID"
        },
        "contentManagementId": {
          "type": "integer",
          "format": "int64",
          "description": "内容ID"
        },
        "userId": {
          "type": "integer",
          "format": "int64",
          "description": "用户ID"
        }
      },
      "title": "WatchContentRequest"
    },
    "WatchContentResult": {
      "type": "object",
      "properties": {
        "activityCode": {
          "type": "string",
          "description": "活动code"
        },
        "contentActivityId": {
          "type": "integer",
          "format": "int64",
          "description": "活动内容ID"
        },
        "contentManagementId": {
          "type": "integer",
          "format": "int64",
          "description": "内容ID"
        },
        "userId": {
          "type": "integer",
          "format": "int64",
          "description": "用户ID"
        }
      },
      "title": "WatchContentResult"
    },
    "中奖信息条目VO": {
      "type": "object",
      "properties": {
        "activityCode": {
          "type": "string",
          "description": "活动Code"
        },
        "activityId": {
          "type": "integer",
          "format": "int64",
          "description": "活动id"
        },
        "awardGrade": {
          "type": "string",
          "description": "奖品等级"
        },
        "awardId": {
          "type": "integer",
          "format": "int64",
          "description": "奖品id"
        },
        "awardName": {
          "type": "string",
          "description": "奖品名称"
        },
        "awardType": {
          "type": "integer",
          "format": "int32",
          "description": "奖品类型"
        },
        "awardUrl": {
          "type": "string",
          "description": "奖品对应的图片地址信息"
        },
        "barCode": {
          "type": "string",
          "description": "券码"
        },
        "barCodeName": {
          "type": "string",
          "description": "券码名"
        },
        "brand": {
          "type": "string",
          "description": "直充品牌 01-爱奇艺 02-腾讯 03-酷我"
        },
        "exchangeStatus": {
          "type": "integer",
          "format": "int32",
          "description": "券码兑换状态：0-已兑换，1-未兑换"
        },
        "exchangeUrl": {
          "type": "string",
          "description": "兑换地址"
        },
        "isDisplayExchangeCodeButton": {
          "type": "integer",
          "format": "int32",
          "description": "是否显示兑换码按钮:1-不显示 2-显示"
        },
        "lotteryId": {
          "type": "integer",
          "format": "int64",
          "description": "抽奖id"
        },
        "lotteryTime": {
          "type": "string",
          "format": "date-time",
          "description": "中奖时间"
        },
        "name": {
          "type": "string",
          "description": "活动名称"
        },
        "result": {
          "type": "integer",
          "format": "int32",
          "description": "抽奖结果 1 中 0 否"
        },
        "type": {
          "type": "integer",
          "format": "int32",
          "description": "1-抽奖，2-其他领取"
        },
        "userId": {
          "type": "string",
          "description": "用户id"
        },
        "userInfo": {
          "type": "string",
          "description": "用户地址信息"
        },
        "validityTime": {
          "type": "string",
          "format": "date-time",
          "description": "有效期"
        }
      },
      "title": "中奖信息条目VO",
      "description": "中奖信息条目VO"
    },
    "兑换券码": {
      "type": "object",
      "required": [
        "code",
        "mobile",
        "sign",
        "userId"
      ],
      "properties": {
        "code": {
          "type": "string",
          "description": "券码"
        },
        "exchangeType": {
          "type": "string",
          "description": "兑换类型：01-爱奇艺"
        },
        "mobile": {
          "type": "string",
          "description": "用户手机号"
        },
        "sign": {
          "type": "string",
          "description": "签名串"
        },
        "userId": {
          "type": "string",
          "description": "用户id"
        }
      },
      "title": "兑换券码",
      "description": "兑换券码"
    },
    "公共响应对象": {
      "type": "object",
      "properties": {
        "data": {
          "type": "object",
          "description": "业务数据"
        },
        "errorCode": {
          "type": "string",
          "example": 7500,
          "description": "错误码"
        },
        "errorMsg": {
          "type": "string",
          "example": "error message",
          "description": "错误信息"
        },
        "status": {
          "type": "boolean",
          "example": true,
          "description": "响应状态"
        }
      },
      "title": "公共响应对象",
      "description": "BaseResponse"
    },
    "公共响应对象«ActivityAwardPoolSetting»": {
      "type": "object",
      "properties": {
        "data": {
          "description": "业务数据",
          "$ref": "#/definitions/ActivityAwardPoolSetting"
        },
        "errorCode": {
          "type": "string",
          "example": 7500,
          "description": "错误码"
        },
        "errorMsg": {
          "type": "string",
          "example": "error message",
          "description": "错误信息"
        },
        "status": {
          "type": "boolean",
          "example": true,
          "description": "响应状态"
        }
      },
      "title": "公共响应对象«ActivityAwardPoolSetting»",
      "description": "BaseResponse"
    },
    "公共响应对象«AddActivityAwardPoolRequest»": {
      "type": "object",
      "properties": {
        "data": {
          "description": "业务数据",
          "$ref": "#/definitions/AddActivityAwardPoolRequest"
        },
        "errorCode": {
          "type": "string",
          "example": 7500,
          "description": "错误码"
        },
        "errorMsg": {
          "type": "string",
          "example": "error message",
          "description": "错误信息"
        },
        "status": {
          "type": "boolean",
          "example": true,
          "description": "响应状态"
        }
      },
      "title": "公共响应对象«AddActivityAwardPoolRequest»",
      "description": "BaseResponse"
    },
    "公共响应对象«AddActivityLuckyDrawRequest»": {
      "type": "object",
      "properties": {
        "data": {
          "description": "业务数据",
          "$ref": "#/definitions/AddActivityLuckyDrawRequest"
        },
        "errorCode": {
          "type": "string",
          "example": 7500,
          "description": "错误码"
        },
        "errorMsg": {
          "type": "string",
          "example": "error message",
          "description": "错误信息"
        },
        "status": {
          "type": "boolean",
          "example": true,
          "description": "响应状态"
        }
      },
      "title": "公共响应对象«AddActivityLuckyDrawRequest»",
      "description": "BaseResponse"
    },
    "公共响应对象«AddLotteryPageSettingRequest»": {
      "type": "object",
      "properties": {
        "data": {
          "description": "业务数据",
          "$ref": "#/definitions/AddLotteryPageSettingRequest"
        },
        "errorCode": {
          "type": "string",
          "example": 7500,
          "description": "错误码"
        },
        "errorMsg": {
          "type": "string",
          "example": "error message",
          "description": "错误信息"
        },
        "status": {
          "type": "boolean",
          "example": true,
          "description": "响应状态"
        }
      },
      "title": "公共响应对象«AddLotteryPageSettingRequest»",
      "description": "BaseResponse"
    },
    "公共响应对象«AllLotteryResult»": {
      "type": "object",
      "properties": {
        "data": {
          "description": "业务数据",
          "$ref": "#/definitions/AllLotteryResult"
        },
        "errorCode": {
          "type": "string",
          "example": 7500,
          "description": "错误码"
        },
        "errorMsg": {
          "type": "string",
          "example": "error message",
          "description": "错误信息"
        },
        "status": {
          "type": "boolean",
          "example": true,
          "description": "响应状态"
        }
      },
      "title": "公共响应对象«AllLotteryResult»",
      "description": "BaseResponse"
    },
    "公共响应对象«AwardAndPageSettingVo»": {
      "type": "object",
      "properties": {
        "data": {
          "description": "业务数据",
          "$ref": "#/definitions/AwardAndPageSettingVo"
        },
        "errorCode": {
          "type": "string",
          "example": 7500,
          "description": "错误码"
        },
        "errorMsg": {
          "type": "string",
          "example": "error message",
          "description": "错误信息"
        },
        "status": {
          "type": "boolean",
          "example": true,
          "description": "响应状态"
        }
      },
      "title": "公共响应对象«AwardAndPageSettingVo»",
      "description": "BaseResponse"
    },
    "公共响应对象«AwardDescVO»": {
      "type": "object",
      "properties": {
        "data": {
          "description": "业务数据",
          "$ref": "#/definitions/AwardDescVO"
        },
        "errorCode": {
          "type": "string",
          "example": 7500,
          "description": "错误码"
        },
        "errorMsg": {
          "type": "string",
          "example": "error message",
          "description": "错误信息"
        },
        "status": {
          "type": "boolean",
          "example": true,
          "description": "响应状态"
        }
      },
      "title": "公共响应对象«AwardDescVO»",
      "description": "BaseResponse"
    },
    "公共响应对象«AwardSetting»": {
      "type": "object",
      "properties": {
        "data": {
          "description": "业务数据",
          "$ref": "#/definitions/AwardSetting"
        },
        "errorCode": {
          "type": "string",
          "example": 7500,
          "description": "错误码"
        },
        "errorMsg": {
          "type": "string",
          "example": "error message",
          "description": "错误信息"
        },
        "status": {
          "type": "boolean",
          "example": true,
          "description": "响应状态"
        }
      },
      "title": "公共响应对象«AwardSetting»",
      "description": "BaseResponse"
    },
    "公共响应对象«Award»": {
      "type": "object",
      "properties": {
        "data": {
          "description": "业务数据",
          "$ref": "#/definitions/Award"
        },
        "errorCode": {
          "type": "string",
          "example": 7500,
          "description": "错误码"
        },
        "errorMsg": {
          "type": "string",
          "example": "error message",
          "description": "错误信息"
        },
        "status": {
          "type": "boolean",
          "example": true,
          "description": "响应状态"
        }
      },
      "title": "公共响应对象«Award»",
      "description": "BaseResponse"
    },
    "公共响应对象«BenefitExchangeResponse»": {
      "type": "object",
      "properties": {
        "data": {
          "description": "业务数据",
          "$ref": "#/definitions/BenefitExchangeResponse"
        },
        "errorCode": {
          "type": "string",
          "example": 7500,
          "description": "错误码"
        },
        "errorMsg": {
          "type": "string",
          "example": "error message",
          "description": "错误信息"
        },
        "status": {
          "type": "boolean",
          "example": true,
          "description": "响应状态"
        }
      },
      "title": "公共响应对象«BenefitExchangeResponse»",
      "description": "BaseResponse"
    },
    "公共响应对象«ContentManagerNumberResult»": {
      "type": "object",
      "properties": {
        "data": {
          "description": "业务数据",
          "$ref": "#/definitions/ContentManagerNumberResult"
        },
        "errorCode": {
          "type": "string",
          "example": 7500,
          "description": "错误码"
        },
        "errorMsg": {
          "type": "string",
          "example": "error message",
          "description": "错误信息"
        },
        "status": {
          "type": "boolean",
          "example": true,
          "description": "响应状态"
        }
      },
      "title": "公共响应对象«ContentManagerNumberResult»",
      "description": "BaseResponse"
    },
    "公共响应对象«CountListResult»": {
      "type": "object",
      "properties": {
        "data": {
          "description": "业务数据",
          "$ref": "#/definitions/CountListResult"
        },
        "errorCode": {
          "type": "string",
          "example": 7500,
          "description": "错误码"
        },
        "errorMsg": {
          "type": "string",
          "example": "error message",
          "description": "错误信息"
        },
        "status": {
          "type": "boolean",
          "example": true,
          "description": "响应状态"
        }
      },
      "title": "公共响应对象«CountListResult»",
      "description": "BaseResponse"
    },
    "公共响应对象«ExtensionActivityView»": {
      "type": "object",
      "properties": {
        "data": {
          "description": "业务数据",
          "$ref": "#/definitions/ExtensionActivityView"
        },
        "errorCode": {
          "type": "string",
          "example": 7500,
          "description": "错误码"
        },
        "errorMsg": {
          "type": "string",
          "example": "error message",
          "description": "错误信息"
        },
        "status": {
          "type": "boolean",
          "example": true,
          "description": "响应状态"
        }
      },
      "title": "公共响应对象«ExtensionActivityView»",
      "description": "BaseResponse"
    },
    "公共响应对象«GoodsVO»": {
      "type": "object",
      "properties": {
        "data": {
          "description": "业务数据",
          "$ref": "#/definitions/GoodsVO"
        },
        "errorCode": {
          "type": "string",
          "example": 7500,
          "description": "错误码"
        },
        "errorMsg": {
          "type": "string",
          "example": "error message",
          "description": "错误信息"
        },
        "status": {
          "type": "boolean",
          "example": true,
          "description": "响应状态"
        }
      },
      "title": "公共响应对象«GoodsVO»",
      "description": "BaseResponse"
    },
    "公共响应对象«ImportResult»": {
      "type": "object",
      "properties": {
        "data": {
          "description": "业务数据",
          "$ref": "#/definitions/ImportResult"
        },
        "errorCode": {
          "type": "string",
          "example": 7500,
          "description": "错误码"
        },
        "errorMsg": {
          "type": "string",
          "example": "error message",
          "description": "错误信息"
        },
        "status": {
          "type": "boolean",
          "example": true,
          "description": "响应状态"
        }
      },
      "title": "公共响应对象«ImportResult»",
      "description": "BaseResponse"
    },
    "公共响应对象«List«AllLotteryResult»»": {
      "type": "object",
      "properties": {
        "data": {
          "type": "array",
          "description": "业务数据",
          "items": {
            "$ref": "#/definitions/AllLotteryResult"
          }
        },
        "errorCode": {
          "type": "string",
          "example": 7500,
          "description": "错误码"
        },
        "errorMsg": {
          "type": "string",
          "example": "error message",
          "description": "错误信息"
        },
        "status": {
          "type": "boolean",
          "example": true,
          "description": "响应状态"
        }
      },
      "title": "公共响应对象«List«AllLotteryResult»»",
      "description": "BaseResponse"
    },
    "公共响应对象«List«AwardMSVO»»": {
      "type": "object",
      "properties": {
        "data": {
          "type": "array",
          "description": "业务数据",
          "items": {
            "$ref": "#/definitions/AwardMSVO"
          }
        },
        "errorCode": {
          "type": "string",
          "example": 7500,
          "description": "错误码"
        },
        "errorMsg": {
          "type": "string",
          "example": "error message",
          "description": "错误信息"
        },
        "status": {
          "type": "boolean",
          "example": true,
          "description": "响应状态"
        }
      },
      "title": "公共响应对象«List«AwardMSVO»»",
      "description": "BaseResponse"
    },
    "公共响应对象«List«AwardPoolGoodsRelationVoM»»": {
      "type": "object",
      "properties": {
        "data": {
          "type": "array",
          "description": "业务数据",
          "items": {
            "$ref": "#/definitions/AwardPoolGoodsRelationVoM"
          }
        },
        "errorCode": {
          "type": "string",
          "example": 7500,
          "description": "错误码"
        },
        "errorMsg": {
          "type": "string",
          "example": "error message",
          "description": "错误信息"
        },
        "status": {
          "type": "boolean",
          "example": true,
          "description": "响应状态"
        }
      },
      "title": "公共响应对象«List«AwardPoolGoodsRelationVoM»»",
      "description": "BaseResponse"
    },
    "公共响应对象«List«AwardVO»»": {
      "type": "object",
      "properties": {
        "data": {
          "type": "array",
          "description": "业务数据",
          "items": {
            "$ref": "#/definitions/AwardVO"
          }
        },
        "errorCode": {
          "type": "string",
          "example": 7500,
          "description": "错误码"
        },
        "errorMsg": {
          "type": "string",
          "example": "error message",
          "description": "错误信息"
        },
        "status": {
          "type": "boolean",
          "example": true,
          "description": "响应状态"
        }
      },
      "title": "公共响应对象«List«AwardVO»»",
      "description": "BaseResponse"
    },
    "公共响应对象«List«DominatingScreenUserTemplate»»": {
      "type": "object",
      "properties": {
        "data": {
          "type": "array",
          "description": "业务数据",
          "items": {
            "$ref": "#/definitions/DominatingScreenUserTemplate"
          }
        },
        "errorCode": {
          "type": "string",
          "example": 7500,
          "description": "错误码"
        },
        "errorMsg": {
          "type": "string",
          "example": "error message",
          "description": "错误信息"
        },
        "status": {
          "type": "boolean",
          "example": true,
          "description": "响应状态"
        }
      },
      "title": "公共响应对象«List«DominatingScreenUserTemplate»»",
      "description": "BaseResponse"
    },
    "公共响应对象«List«GoodsSpecialView»»": {
      "type": "object",
      "properties": {
        "data": {
          "type": "array",
          "description": "业务数据",
          "items": {
            "$ref": "#/definitions/GoodsSpecialView"
          }
        },
        "errorCode": {
          "type": "string",
          "example": 7500,
          "description": "错误码"
        },
        "errorMsg": {
          "type": "string",
          "example": "error message",
          "description": "错误信息"
        },
        "status": {
          "type": "boolean",
          "example": true,
          "description": "响应状态"
        }
      },
      "title": "公共响应对象«List«GoodsSpecialView»»",
      "description": "BaseResponse"
    },
    "公共响应对象«List«RightProductInfoActiveView»»": {
      "type": "object",
      "properties": {
        "data": {
          "type": "array",
          "description": "业务数据",
          "items": {
            "$ref": "#/definitions/RightProductInfoActiveView"
          }
        },
        "errorCode": {
          "type": "string",
          "example": 7500,
          "description": "错误码"
        },
        "errorMsg": {
          "type": "string",
          "example": "error message",
          "description": "错误信息"
        },
        "status": {
          "type": "boolean",
          "example": true,
          "description": "响应状态"
        }
      },
      "title": "公共响应对象«List«RightProductInfoActiveView»»",
      "description": "BaseResponse"
    },
    "公共响应对象«List«RightProductOutDetailView»»": {
      "type": "object",
      "properties": {
        "data": {
          "type": "array",
          "description": "业务数据",
          "items": {
            "$ref": "#/definitions/RightProductOutDetailView"
          }
        },
        "errorCode": {
          "type": "string",
          "example": 7500,
          "description": "错误码"
        },
        "errorMsg": {
          "type": "string",
          "example": "error message",
          "description": "错误信息"
        },
        "status": {
          "type": "boolean",
          "example": true,
          "description": "响应状态"
        }
      },
      "title": "公共响应对象«List«RightProductOutDetailView»»",
      "description": "BaseResponse"
    },
    "公共响应对象«List«UserFeedbackTypeResult»»": {
      "type": "object",
      "properties": {
        "data": {
          "type": "array",
          "description": "业务数据",
          "items": {
            "$ref": "#/definitions/UserFeedbackTypeResult"
          }
        },
        "errorCode": {
          "type": "string",
          "example": 7500,
          "description": "错误码"
        },
        "errorMsg": {
          "type": "string",
          "example": "error message",
          "description": "错误信息"
        },
        "status": {
          "type": "boolean",
          "example": true,
          "description": "响应状态"
        }
      },
      "title": "公共响应对象«List«UserFeedbackTypeResult»»",
      "description": "BaseResponse"
    },
    "公共响应对象«List«WatchContentResult»»": {
      "type": "object",
      "properties": {
        "data": {
          "type": "array",
          "description": "业务数据",
          "items": {
            "$ref": "#/definitions/WatchContentResult"
          }
        },
        "errorCode": {
          "type": "string",
          "example": 7500,
          "description": "错误码"
        },
        "errorMsg": {
          "type": "string",
          "example": "error message",
          "description": "错误信息"
        },
        "status": {
          "type": "boolean",
          "example": true,
          "description": "响应状态"
        }
      },
      "title": "公共响应对象«List«WatchContentResult»»",
      "description": "BaseResponse"
    },
    "公共响应对象«List«中奖信息条目VO»»": {
      "type": "object",
      "properties": {
        "data": {
          "type": "array",
          "description": "业务数据",
          "items": {
            "$ref": "#/definitions/中奖信息条目VO"
          }
        },
        "errorCode": {
          "type": "string",
          "example": 7500,
          "description": "错误码"
        },
        "errorMsg": {
          "type": "string",
          "example": "error message",
          "description": "错误信息"
        },
        "status": {
          "type": "boolean",
          "example": true,
          "description": "响应状态"
        }
      },
      "title": "公共响应对象«List«中奖信息条目VO»»",
      "description": "BaseResponse"
    },
    "公共响应对象«List«内容管理导出»»": {
      "type": "object",
      "properties": {
        "data": {
          "type": "array",
          "description": "业务数据",
          "items": {
            "$ref": "#/definitions/内容管理导出"
          }
        },
        "errorCode": {
          "type": "string",
          "example": 7500,
          "description": "错误码"
        },
        "errorMsg": {
          "type": "string",
          "example": "error message",
          "description": "错误信息"
        },
        "status": {
          "type": "boolean",
          "example": true,
          "description": "响应状态"
        }
      },
      "title": "公共响应对象«List«内容管理导出»»",
      "description": "BaseResponse"
    },
    "公共响应对象«List«分类数据展示»»": {
      "type": "object",
      "properties": {
        "data": {
          "type": "array",
          "description": "业务数据",
          "items": {
            "$ref": "#/definitions/分类数据展示"
          }
        },
        "errorCode": {
          "type": "string",
          "example": 7500,
          "description": "错误码"
        },
        "errorMsg": {
          "type": "string",
          "example": "error message",
          "description": "错误信息"
        },
        "status": {
          "type": "boolean",
          "example": true,
          "description": "响应状态"
        }
      },
      "title": "公共响应对象«List«分类数据展示»»",
      "description": "BaseResponse"
    },
    "公共响应对象«List«分类管理»»": {
      "type": "object",
      "properties": {
        "data": {
          "type": "array",
          "description": "业务数据",
          "items": {
            "$ref": "#/definitions/分类管理"
          }
        },
        "errorCode": {
          "type": "string",
          "example": 7500,
          "description": "错误码"
        },
        "errorMsg": {
          "type": "string",
          "example": "error message",
          "description": "错误信息"
        },
        "status": {
          "type": "boolean",
          "example": true,
          "description": "响应状态"
        }
      },
      "title": "公共响应对象«List«分类管理»»",
      "description": "BaseResponse"
    },
    "公共响应对象«List«券码路径列表»»": {
      "type": "object",
      "properties": {
        "data": {
          "type": "array",
          "description": "业务数据",
          "items": {
            "$ref": "#/definitions/券码路径列表"
          }
        },
        "errorCode": {
          "type": "string",
          "example": 7500,
          "description": "错误码"
        },
        "errorMsg": {
          "type": "string",
          "example": "error message",
          "description": "错误信息"
        },
        "status": {
          "type": "boolean",
          "example": true,
          "description": "响应状态"
        }
      },
      "title": "公共响应对象«List«券码路径列表»»",
      "description": "BaseResponse"
    },
    "公共响应对象«List«推广活动»»": {
      "type": "object",
      "properties": {
        "data": {
          "type": "array",
          "description": "业务数据",
          "items": {
            "$ref": "#/definitions/推广活动"
          }
        },
        "errorCode": {
          "type": "string",
          "example": 7500,
          "description": "错误码"
        },
        "errorMsg": {
          "type": "string",
          "example": "error message",
          "description": "错误信息"
        },
        "status": {
          "type": "boolean",
          "example": true,
          "description": "响应状态"
        }
      },
      "title": "公共响应对象«List«推广活动»»",
      "description": "BaseResponse"
    },
    "公共响应对象«List«最近中奖信息条目VO»»": {
      "type": "object",
      "properties": {
        "data": {
          "type": "array",
          "description": "业务数据",
          "items": {
            "$ref": "#/definitions/最近中奖信息条目VO"
          }
        },
        "errorCode": {
          "type": "string",
          "example": 7500,
          "description": "错误码"
        },
        "errorMsg": {
          "type": "string",
          "example": "error message",
          "description": "错误信息"
        },
        "status": {
          "type": "boolean",
          "example": true,
          "description": "响应状态"
        }
      },
      "title": "公共响应对象«List«最近中奖信息条目VO»»",
      "description": "BaseResponse"
    },
    "公共响应对象«List«权益类型请求»»": {
      "type": "object",
      "properties": {
        "data": {
          "type": "array",
          "description": "业务数据",
          "items": {
            "$ref": "#/definitions/权益类型请求"
          }
        },
        "errorCode": {
          "type": "string",
          "example": 7500,
          "description": "错误码"
        },
        "errorMsg": {
          "type": "string",
          "example": "error message",
          "description": "错误信息"
        },
        "status": {
          "type": "boolean",
          "example": true,
          "description": "响应状态"
        }
      },
      "title": "公共响应对象«List«权益类型请求»»",
      "description": "BaseResponse"
    },
    "公共响应对象«List«查询活动»»": {
      "type": "object",
      "properties": {
        "data": {
          "type": "array",
          "description": "业务数据",
          "items": {
            "$ref": "#/definitions/查询活动"
          }
        },
        "errorCode": {
          "type": "string",
          "example": 7500,
          "description": "错误码"
        },
        "errorMsg": {
          "type": "string",
          "example": "error message",
          "description": "错误信息"
        },
        "status": {
          "type": "boolean",
          "example": true,
          "description": "响应状态"
        }
      },
      "title": "公共响应对象«List«查询活动»»",
      "description": "BaseResponse"
    },
    "公共响应对象«List«标签管理»»": {
      "type": "object",
      "properties": {
        "data": {
          "type": "array",
          "description": "业务数据",
          "items": {
            "$ref": "#/definitions/标签管理"
          }
        },
        "errorCode": {
          "type": "string",
          "example": 7500,
          "description": "错误码"
        },
        "errorMsg": {
          "type": "string",
          "example": "error message",
          "description": "错误信息"
        },
        "status": {
          "type": "boolean",
          "example": true,
          "description": "响应状态"
        }
      },
      "title": "公共响应对象«List«标签管理»»",
      "description": "BaseResponse"
    },
    "公共响应对象«List«活动列表»»": {
      "type": "object",
      "properties": {
        "data": {
          "type": "array",
          "description": "业务数据",
          "items": {
            "$ref": "#/definitions/活动列表"
          }
        },
        "errorCode": {
          "type": "string",
          "example": 7500,
          "description": "错误码"
        },
        "errorMsg": {
          "type": "string",
          "example": "error message",
          "description": "错误信息"
        },
        "status": {
          "type": "boolean",
          "example": true,
          "description": "响应状态"
        }
      },
      "title": "公共响应对象«List«活动列表»»",
      "description": "BaseResponse"
    },
    "公共响应对象«List«申请单权益查询和新增»»": {
      "type": "object",
      "properties": {
        "data": {
          "type": "array",
          "description": "业务数据",
          "items": {
            "$ref": "#/definitions/申请单权益查询和新增"
          }
        },
        "errorCode": {
          "type": "string",
          "example": 7500,
          "description": "错误码"
        },
        "errorMsg": {
          "type": "string",
          "example": "error message",
          "description": "错误信息"
        },
        "status": {
          "type": "boolean",
          "example": true,
          "description": "响应状态"
        }
      },
      "title": "公共响应对象«List«申请单权益查询和新增»»",
      "description": "BaseResponse"
    },
    "公共响应对象«List«车型»»": {
      "type": "object",
      "properties": {
        "data": {
          "type": "array",
          "description": "业务数据",
          "items": {
            "$ref": "#/definitions/车型"
          }
        },
        "errorCode": {
          "type": "string",
          "example": 7500,
          "description": "错误码"
        },
        "errorMsg": {
          "type": "string",
          "example": "error message",
          "description": "错误信息"
        },
        "status": {
          "type": "boolean",
          "example": true,
          "description": "响应状态"
        }
      },
      "title": "公共响应对象«List«车型»»",
      "description": "BaseResponse"
    },
    "公共响应对象«List«车系»»": {
      "type": "object",
      "properties": {
        "data": {
          "type": "array",
          "description": "业务数据",
          "items": {
            "$ref": "#/definitions/车系"
          }
        },
        "errorCode": {
          "type": "string",
          "example": 7500,
          "description": "错误码"
        },
        "errorMsg": {
          "type": "string",
          "example": "error message",
          "description": "错误信息"
        },
        "status": {
          "type": "boolean",
          "example": true,
          "description": "响应状态"
        }
      },
      "title": "公共响应对象«List«车系»»",
      "description": "BaseResponse"
    },
    "公共响应对象«List«适用用户»»": {
      "type": "object",
      "properties": {
        "data": {
          "type": "array",
          "description": "业务数据",
          "items": {
            "$ref": "#/definitions/适用用户"
          }
        },
        "errorCode": {
          "type": "string",
          "example": 7500,
          "description": "错误码"
        },
        "errorMsg": {
          "type": "string",
          "example": "error message",
          "description": "错误信息"
        },
        "status": {
          "type": "boolean",
          "example": true,
          "description": "响应状态"
        }
      },
      "title": "公共响应对象«List«适用用户»»",
      "description": "BaseResponse"
    },
    "公共响应对象«List«霸屏»»": {
      "type": "object",
      "properties": {
        "data": {
          "type": "array",
          "description": "业务数据",
          "items": {
            "$ref": "#/definitions/霸屏"
          }
        },
        "errorCode": {
          "type": "string",
          "example": 7500,
          "description": "错误码"
        },
        "errorMsg": {
          "type": "string",
          "example": "error message",
          "description": "错误信息"
        },
        "status": {
          "type": "boolean",
          "example": true,
          "description": "响应状态"
        }
      },
      "title": "公共响应对象«List«霸屏»»",
      "description": "BaseResponse"
    },
    "公共响应对象«List«题库数据»»": {
      "type": "object",
      "properties": {
        "data": {
          "type": "array",
          "description": "业务数据",
          "items": {
            "$ref": "#/definitions/题库数据"
          }
        },
        "errorCode": {
          "type": "string",
          "example": 7500,
          "description": "错误码"
        },
        "errorMsg": {
          "type": "string",
          "example": "error message",
          "description": "错误信息"
        },
        "status": {
          "type": "boolean",
          "example": true,
          "description": "响应状态"
        }
      },
      "title": "公共响应对象«List«题库数据»»",
      "description": "BaseResponse"
    },
    "公共响应对象«LotteryPageSettingOutVo»": {
      "type": "object",
      "properties": {
        "data": {
          "description": "业务数据",
          "$ref": "#/definitions/LotteryPageSettingOutVo"
        },
        "errorCode": {
          "type": "string",
          "example": 7500,
          "description": "错误码"
        },
        "errorMsg": {
          "type": "string",
          "example": "error message",
          "description": "错误信息"
        },
        "status": {
          "type": "boolean",
          "example": true,
          "description": "响应状态"
        }
      },
      "title": "公共响应对象«LotteryPageSettingOutVo»",
      "description": "BaseResponse"
    },
    "公共响应对象«LuckyDrawResult»": {
      "type": "object",
      "properties": {
        "data": {
          "description": "业务数据",
          "$ref": "#/definitions/LuckyDrawResult"
        },
        "errorCode": {
          "type": "string",
          "example": 7500,
          "description": "错误码"
        },
        "errorMsg": {
          "type": "string",
          "example": "error message",
          "description": "错误信息"
        },
        "status": {
          "type": "boolean",
          "example": true,
          "description": "响应状态"
        }
      },
      "title": "公共响应对象«LuckyDrawResult»",
      "description": "BaseResponse"
    },
    "公共响应对象«PageUtils«ExtensionActivityView»»": {
      "type": "object",
      "properties": {
        "data": {
          "description": "业务数据",
          "$ref": "#/definitions/PageUtils«ExtensionActivityView»"
        },
        "errorCode": {
          "type": "string",
          "example": 7500,
          "description": "错误码"
        },
        "errorMsg": {
          "type": "string",
          "example": "error message",
          "description": "错误信息"
        },
        "status": {
          "type": "boolean",
          "example": true,
          "description": "响应状态"
        }
      },
      "title": "公共响应对象«PageUtils«ExtensionActivityView»»",
      "description": "BaseResponse"
    },
    "公共响应对象«PageUtils«ProductInfoWithPromotion»»": {
      "type": "object",
      "properties": {
        "data": {
          "description": "业务数据",
          "$ref": "#/definitions/PageUtils«ProductInfoWithPromotion»"
        },
        "errorCode": {
          "type": "string",
          "example": 7500,
          "description": "错误码"
        },
        "errorMsg": {
          "type": "string",
          "example": "error message",
          "description": "错误信息"
        },
        "status": {
          "type": "boolean",
          "example": true,
          "description": "响应状态"
        }
      },
      "title": "公共响应对象«PageUtils«ProductInfoWithPromotion»»",
      "description": "BaseResponse"
    },
    "公共响应对象«PageUtils«RightSkuInfoView»»": {
      "type": "object",
      "properties": {
        "data": {
          "description": "业务数据",
          "$ref": "#/definitions/PageUtils«RightSkuInfoView»"
        },
        "errorCode": {
          "type": "string",
          "example": 7500,
          "description": "错误码"
        },
        "errorMsg": {
          "type": "string",
          "example": "error message",
          "description": "错误信息"
        },
        "status": {
          "type": "boolean",
          "example": true,
          "description": "响应状态"
        }
      },
      "title": "公共响应对象«PageUtils«RightSkuInfoView»»",
      "description": "BaseResponse"
    },
    "公共响应对象«PageUtils«UserFeedbackInfoView»»": {
      "type": "object",
      "properties": {
        "data": {
          "description": "业务数据",
          "$ref": "#/definitions/PageUtils«UserFeedbackInfoView»"
        },
        "errorCode": {
          "type": "string",
          "example": 7500,
          "description": "错误码"
        },
        "errorMsg": {
          "type": "string",
          "example": "error message",
          "description": "错误信息"
        },
        "status": {
          "type": "boolean",
          "example": true,
          "description": "响应状态"
        }
      },
      "title": "公共响应对象«PageUtils«UserFeedbackInfoView»»",
      "description": "BaseResponse"
    },
    "公共响应对象«PageUtils«内容管理»»": {
      "type": "object",
      "properties": {
        "data": {
          "description": "业务数据",
          "$ref": "#/definitions/PageUtils«内容管理»"
        },
        "errorCode": {
          "type": "string",
          "example": 7500,
          "description": "错误码"
        },
        "errorMsg": {
          "type": "string",
          "example": "error message",
          "description": "错误信息"
        },
        "status": {
          "type": "boolean",
          "example": true,
          "description": "响应状态"
        }
      },
      "title": "公共响应对象«PageUtils«内容管理»»",
      "description": "BaseResponse"
    },
    "公共响应对象«PageUtils«券码明细列表»»": {
      "type": "object",
      "properties": {
        "data": {
          "description": "业务数据",
          "$ref": "#/definitions/PageUtils«券码明细列表»"
        },
        "errorCode": {
          "type": "string",
          "example": 7500,
          "description": "错误码"
        },
        "errorMsg": {
          "type": "string",
          "example": "error message",
          "description": "错误信息"
        },
        "status": {
          "type": "boolean",
          "example": true,
          "description": "响应状态"
        }
      },
      "title": "公共响应对象«PageUtils«券码明细列表»»",
      "description": "BaseResponse"
    },
    "公共响应对象«PageUtils«审核列表实体»»": {
      "type": "object",
      "properties": {
        "data": {
          "description": "业务数据",
          "$ref": "#/definitions/PageUtils«审核列表实体»"
        },
        "errorCode": {
          "type": "string",
          "example": 7500,
          "description": "错误码"
        },
        "errorMsg": {
          "type": "string",
          "example": "error message",
          "description": "错误信息"
        },
        "status": {
          "type": "boolean",
          "example": true,
          "description": "响应状态"
        }
      },
      "title": "公共响应对象«PageUtils«审核列表实体»»",
      "description": "BaseResponse"
    },
    "公共响应对象«PageUtils«抽奖管理»»": {
      "type": "object",
      "properties": {
        "data": {
          "description": "业务数据",
          "$ref": "#/definitions/PageUtils«抽奖管理»"
        },
        "errorCode": {
          "type": "string",
          "example": 7500,
          "description": "错误码"
        },
        "errorMsg": {
          "type": "string",
          "example": "error message",
          "description": "错误信息"
        },
        "status": {
          "type": "boolean",
          "example": true,
          "description": "响应状态"
        }
      },
      "title": "公共响应对象«PageUtils«抽奖管理»»",
      "description": "BaseResponse"
    },
    "公共响应对象«PageUtils«权益列表»»": {
      "type": "object",
      "properties": {
        "data": {
          "description": "业务数据",
          "$ref": "#/definitions/PageUtils«权益列表»"
        },
        "errorCode": {
          "type": "string",
          "example": 7500,
          "description": "错误码"
        },
        "errorMsg": {
          "type": "string",
          "example": "error message",
          "description": "错误信息"
        },
        "status": {
          "type": "boolean",
          "example": true,
          "description": "响应状态"
        }
      },
      "title": "公共响应对象«PageUtils«权益列表»»",
      "description": "BaseResponse"
    },
    "公共响应对象«PageUtils«活动内容»»": {
      "type": "object",
      "properties": {
        "data": {
          "description": "业务数据",
          "$ref": "#/definitions/PageUtils«活动内容»"
        },
        "errorCode": {
          "type": "string",
          "example": 7500,
          "description": "错误码"
        },
        "errorMsg": {
          "type": "string",
          "example": "error message",
          "description": "错误信息"
        },
        "status": {
          "type": "boolean",
          "example": true,
          "description": "响应状态"
        }
      },
      "title": "公共响应对象«PageUtils«活动内容»»",
      "description": "BaseResponse"
    },
    "公共响应对象«PageUtils«活动类»»": {
      "type": "object",
      "properties": {
        "data": {
          "description": "业务数据",
          "$ref": "#/definitions/PageUtils«活动类»"
        },
        "errorCode": {
          "type": "string",
          "example": 7500,
          "description": "错误码"
        },
        "errorMsg": {
          "type": "string",
          "example": "error message",
          "description": "错误信息"
        },
        "status": {
          "type": "boolean",
          "example": true,
          "description": "响应状态"
        }
      },
      "title": "公共响应对象«PageUtils«活动类»»",
      "description": "BaseResponse"
    },
    "公共响应对象«PageUtils«积分发奖列表»»": {
      "type": "object",
      "properties": {
        "data": {
          "description": "业务数据",
          "$ref": "#/definitions/PageUtils«积分发奖列表»"
        },
        "errorCode": {
          "type": "string",
          "example": 7500,
          "description": "错误码"
        },
        "errorMsg": {
          "type": "string",
          "example": "error message",
          "description": "错误信息"
        },
        "status": {
          "type": "boolean",
          "example": true,
          "description": "响应状态"
        }
      },
      "title": "公共响应对象«PageUtils«积分发奖列表»»",
      "description": "BaseResponse"
    },
    "公共响应对象«PageUtils«积分用户信息列表»»": {
      "type": "object",
      "properties": {
        "data": {
          "description": "业务数据",
          "$ref": "#/definitions/PageUtils«积分用户信息列表»"
        },
        "errorCode": {
          "type": "string",
          "example": 7500,
          "description": "错误码"
        },
        "errorMsg": {
          "type": "string",
          "example": "error message",
          "description": "错误信息"
        },
        "status": {
          "type": "boolean",
          "example": true,
          "description": "响应状态"
        }
      },
      "title": "公共响应对象«PageUtils«积分用户信息列表»»",
      "description": "BaseResponse"
    },
    "公共响应对象«PageUtils«考卷数据»»": {
      "type": "object",
      "properties": {
        "data": {
          "description": "业务数据",
          "$ref": "#/definitions/PageUtils«考卷数据»"
        },
        "errorCode": {
          "type": "string",
          "example": 7500,
          "description": "错误码"
        },
        "errorMsg": {
          "type": "string",
          "example": "error message",
          "description": "错误信息"
        },
        "status": {
          "type": "boolean",
          "example": true,
          "description": "响应状态"
        }
      },
      "title": "公共响应对象«PageUtils«考卷数据»»",
      "description": "BaseResponse"
    },
    "公共响应对象«PageUtils«霸屏»»": {
      "type": "object",
      "properties": {
        "data": {
          "description": "业务数据",
          "$ref": "#/definitions/PageUtils«霸屏»"
        },
        "errorCode": {
          "type": "string",
          "example": 7500,
          "description": "错误码"
        },
        "errorMsg": {
          "type": "string",
          "example": "error message",
          "description": "错误信息"
        },
        "status": {
          "type": "boolean",
          "example": true,
          "description": "响应状态"
        }
      },
      "title": "公共响应对象«PageUtils«霸屏»»",
      "description": "BaseResponse"
    },
    "公共响应对象«PageUtils«题库数据»»": {
      "type": "object",
      "properties": {
        "data": {
          "description": "业务数据",
          "$ref": "#/definitions/PageUtils«题库数据»"
        },
        "errorCode": {
          "type": "string",
          "example": 7500,
          "description": "错误码"
        },
        "errorMsg": {
          "type": "string",
          "example": "error message",
          "description": "错误信息"
        },
        "status": {
          "type": "boolean",
          "example": true,
          "description": "响应状态"
        }
      },
      "title": "公共响应对象«PageUtils«题库数据»»",
      "description": "BaseResponse"
    },
    "公共响应对象«PageUtils«题目数据»»": {
      "type": "object",
      "properties": {
        "data": {
          "description": "业务数据",
          "$ref": "#/definitions/PageUtils«题目数据»"
        },
        "errorCode": {
          "type": "string",
          "example": 7500,
          "description": "错误码"
        },
        "errorMsg": {
          "type": "string",
          "example": "error message",
          "description": "错误信息"
        },
        "status": {
          "type": "boolean",
          "example": true,
          "description": "响应状态"
        }
      },
      "title": "公共响应对象«PageUtils«题目数据»»",
      "description": "BaseResponse"
    },
    "公共响应对象«PreImportResult»": {
      "type": "object",
      "properties": {
        "data": {
          "description": "业务数据",
          "$ref": "#/definitions/PreImportResult"
        },
        "errorCode": {
          "type": "string",
          "example": 7500,
          "description": "错误码"
        },
        "errorMsg": {
          "type": "string",
          "example": "error message",
          "description": "错误信息"
        },
        "status": {
          "type": "boolean",
          "example": true,
          "description": "响应状态"
        }
      },
      "title": "公共响应对象«PreImportResult»",
      "description": "BaseResponse"
    },
    "公共响应对象«QuestionBankCheckView»": {
      "type": "object",
      "properties": {
        "data": {
          "description": "业务数据",
          "$ref": "#/definitions/QuestionBankCheckView"
        },
        "errorCode": {
          "type": "string",
          "example": 7500,
          "description": "错误码"
        },
        "errorMsg": {
          "type": "string",
          "example": "error message",
          "description": "错误信息"
        },
        "status": {
          "type": "boolean",
          "example": true,
          "description": "响应状态"
        }
      },
      "title": "公共响应对象«QuestionBankCheckView»",
      "description": "BaseResponse"
    },
    "公共响应对象«RightProductOutDetailView»": {
      "type": "object",
      "properties": {
        "data": {
          "description": "业务数据",
          "$ref": "#/definitions/RightProductOutDetailView"
        },
        "errorCode": {
          "type": "string",
          "example": 7500,
          "description": "错误码"
        },
        "errorMsg": {
          "type": "string",
          "example": "error message",
          "description": "错误信息"
        },
        "status": {
          "type": "boolean",
          "example": true,
          "description": "响应状态"
        }
      },
      "title": "公共响应对象«RightProductOutDetailView»",
      "description": "BaseResponse"
    },
    "公共响应对象«RightsDetailedResult»": {
      "type": "object",
      "properties": {
        "data": {
          "description": "业务数据",
          "$ref": "#/definitions/RightsDetailedResult"
        },
        "errorCode": {
          "type": "string",
          "example": 7500,
          "description": "错误码"
        },
        "errorMsg": {
          "type": "string",
          "example": "error message",
          "description": "错误信息"
        },
        "status": {
          "type": "boolean",
          "example": true,
          "description": "响应状态"
        }
      },
      "title": "公共响应对象«RightsDetailedResult»",
      "description": "BaseResponse"
    },
    "公共响应对象«boolean»": {
      "type": "object",
      "properties": {
        "data": {
          "type": "boolean",
          "description": "业务数据"
        },
        "errorCode": {
          "type": "string",
          "example": 7500,
          "description": "错误码"
        },
        "errorMsg": {
          "type": "string",
          "example": "error message",
          "description": "错误信息"
        },
        "status": {
          "type": "boolean",
          "example": true,
          "description": "响应状态"
        }
      },
      "title": "公共响应对象«boolean»",
      "description": "BaseResponse"
    },
    "公共响应对象«int»": {
      "type": "object",
      "properties": {
        "data": {
          "type": "integer",
          "format": "int32",
          "description": "业务数据"
        },
        "errorCode": {
          "type": "string",
          "example": 7500,
          "description": "错误码"
        },
        "errorMsg": {
          "type": "string",
          "example": "error message",
          "description": "错误信息"
        },
        "status": {
          "type": "boolean",
          "example": true,
          "description": "响应状态"
        }
      },
      "title": "公共响应对象«int»",
      "description": "BaseResponse"
    },
    "公共响应对象«内容管理»": {
      "type": "object",
      "properties": {
        "data": {
          "description": "业务数据",
          "$ref": "#/definitions/内容管理"
        },
        "errorCode": {
          "type": "string",
          "example": 7500,
          "description": "错误码"
        },
        "errorMsg": {
          "type": "string",
          "example": "error message",
          "description": "错误信息"
        },
        "status": {
          "type": "boolean",
          "example": true,
          "description": "响应状态"
        }
      },
      "title": "公共响应对象«内容管理»",
      "description": "BaseResponse"
    },
    "公共响应对象«分类管理»": {
      "type": "object",
      "properties": {
        "data": {
          "description": "业务数据",
          "$ref": "#/definitions/分类管理"
        },
        "errorCode": {
          "type": "string",
          "example": 7500,
          "description": "错误码"
        },
        "errorMsg": {
          "type": "string",
          "example": "error message",
          "description": "错误信息"
        },
        "status": {
          "type": "boolean",
          "example": true,
          "description": "响应状态"
        }
      },
      "title": "公共响应对象«分类管理»",
      "description": "BaseResponse"
    },
    "公共响应对象«删除逻辑提示»": {
      "type": "object",
      "properties": {
        "data": {
          "description": "业务数据",
          "$ref": "#/definitions/删除逻辑提示"
        },
        "errorCode": {
          "type": "string",
          "example": 7500,
          "description": "错误码"
        },
        "errorMsg": {
          "type": "string",
          "example": "error message",
          "description": "错误信息"
        },
        "status": {
          "type": "boolean",
          "example": true,
          "description": "响应状态"
        }
      },
      "title": "公共响应对象«删除逻辑提示»",
      "description": "BaseResponse"
    },
    "公共响应对象«券码明细列表:券码数统计»": {
      "type": "object",
      "properties": {
        "data": {
          "description": "业务数据",
          "$ref": "#/definitions/券码明细列表:券码数统计"
        },
        "errorCode": {
          "type": "string",
          "example": 7500,
          "description": "错误码"
        },
        "errorMsg": {
          "type": "string",
          "example": "error message",
          "description": "错误信息"
        },
        "status": {
          "type": "boolean",
          "example": true,
          "description": "响应状态"
        }
      },
      "title": "公共响应对象«券码明细列表:券码数统计»",
      "description": "BaseResponse"
    },
    "公共响应对象«响应活动内容主数据»": {
      "type": "object",
      "properties": {
        "data": {
          "description": "业务数据",
          "$ref": "#/definitions/响应活动内容主数据"
        },
        "errorCode": {
          "type": "string",
          "example": 7500,
          "description": "错误码"
        },
        "errorMsg": {
          "type": "string",
          "example": "error message",
          "description": "错误信息"
        },
        "status": {
          "type": "boolean",
          "example": true,
          "description": "响应状态"
        }
      },
      "title": "公共响应对象«响应活动内容主数据»",
      "description": "BaseResponse"
    },
    "公共响应对象«响应活动内容明细数据»": {
      "type": "object",
      "properties": {
        "data": {
          "description": "业务数据",
          "$ref": "#/definitions/响应活动内容明细数据"
        },
        "errorCode": {
          "type": "string",
          "example": 7500,
          "description": "错误码"
        },
        "errorMsg": {
          "type": "string",
          "example": "error message",
          "description": "错误信息"
        },
        "status": {
          "type": "boolean",
          "example": true,
          "description": "响应状态"
        }
      },
      "title": "公共响应对象«响应活动内容明细数据»",
      "description": "BaseResponse"
    },
    "公共响应对象«审核列表:总数统计»": {
      "type": "object",
      "properties": {
        "data": {
          "description": "业务数据",
          "$ref": "#/definitions/审核列表:总数统计"
        },
        "errorCode": {
          "type": "string",
          "example": 7500,
          "description": "错误码"
        },
        "errorMsg": {
          "type": "string",
          "example": "error message",
          "description": "错误信息"
        },
        "status": {
          "type": "boolean",
          "example": true,
          "description": "响应状态"
        }
      },
      "title": "公共响应对象«审核列表:总数统计»",
      "description": "BaseResponse"
    },
    "公共响应对象«抽奖规则»": {
      "type": "object",
      "properties": {
        "data": {
          "description": "业务数据",
          "$ref": "#/definitions/抽奖规则"
        },
        "errorCode": {
          "type": "string",
          "example": 7500,
          "description": "错误码"
        },
        "errorMsg": {
          "type": "string",
          "example": "error message",
          "description": "错误信息"
        },
        "status": {
          "type": "boolean",
          "example": true,
          "description": "响应状态"
        }
      },
      "title": "公共响应对象«抽奖规则»",
      "description": "BaseResponse"
    },
    "公共响应对象«权益列表»": {
      "type": "object",
      "properties": {
        "data": {
          "description": "业务数据",
          "$ref": "#/definitions/权益列表"
        },
        "errorCode": {
          "type": "string",
          "example": 7500,
          "description": "错误码"
        },
        "errorMsg": {
          "type": "string",
          "example": "error message",
          "description": "错误信息"
        },
        "status": {
          "type": "boolean",
          "example": true,
          "description": "响应状态"
        }
      },
      "title": "公共响应对象«权益列表»",
      "description": "BaseResponse"
    },
    "公共响应对象«权益类型请求»": {
      "type": "object",
      "properties": {
        "data": {
          "description": "业务数据",
          "$ref": "#/definitions/权益类型请求"
        },
        "errorCode": {
          "type": "string",
          "example": 7500,
          "description": "错误码"
        },
        "errorMsg": {
          "type": "string",
          "example": "error message",
          "description": "错误信息"
        },
        "status": {
          "type": "boolean",
          "example": true,
          "description": "响应状态"
        }
      },
      "title": "公共响应对象«权益类型请求»",
      "description": "BaseResponse"
    },
    "公共响应对象«标签管理»": {
      "type": "object",
      "properties": {
        "data": {
          "description": "业务数据",
          "$ref": "#/definitions/标签管理"
        },
        "errorCode": {
          "type": "string",
          "example": 7500,
          "description": "错误码"
        },
        "errorMsg": {
          "type": "string",
          "example": "error message",
          "description": "错误信息"
        },
        "status": {
          "type": "boolean",
          "example": true,
          "description": "响应状态"
        }
      },
      "title": "公共响应对象«标签管理»",
      "description": "BaseResponse"
    },
    "公共响应对象«校验抽奖模板VO»": {
      "type": "object",
      "properties": {
        "data": {
          "description": "业务数据",
          "$ref": "#/definitions/校验抽奖模板VO"
        },
        "errorCode": {
          "type": "string",
          "example": 7500,
          "description": "错误码"
        },
        "errorMsg": {
          "type": "string",
          "example": "error message",
          "description": "错误信息"
        },
        "status": {
          "type": "boolean",
          "example": true,
          "description": "响应状态"
        }
      },
      "title": "公共响应对象«校验抽奖模板VO»",
      "description": "BaseResponse"
    },
    "公共响应对象«校验提示»": {
      "type": "object",
      "properties": {
        "data": {
          "description": "业务数据",
          "$ref": "#/definitions/校验提示"
        },
        "errorCode": {
          "type": "string",
          "example": 7500,
          "description": "错误码"
        },
        "errorMsg": {
          "type": "string",
          "example": "error message",
          "description": "错误信息"
        },
        "status": {
          "type": "boolean",
          "example": true,
          "description": "响应状态"
        }
      },
      "title": "公共响应对象«校验提示»",
      "description": "BaseResponse"
    },
    "公共响应对象«活动内容»": {
      "type": "object",
      "properties": {
        "data": {
          "description": "业务数据",
          "$ref": "#/definitions/活动内容"
        },
        "errorCode": {
          "type": "string",
          "example": 7500,
          "description": "错误码"
        },
        "errorMsg": {
          "type": "string",
          "example": "error message",
          "description": "错误信息"
        },
        "status": {
          "type": "boolean",
          "example": true,
          "description": "响应状态"
        }
      },
      "title": "公共响应对象«活动内容»",
      "description": "BaseResponse"
    },
    "公共响应对象«特殊配置请求»": {
      "type": "object",
      "properties": {
        "data": {
          "description": "业务数据",
          "$ref": "#/definitions/特殊配置请求"
        },
        "errorCode": {
          "type": "string",
          "example": 7500,
          "description": "错误码"
        },
        "errorMsg": {
          "type": "string",
          "example": "error message",
          "description": "错误信息"
        },
        "status": {
          "type": "boolean",
          "example": true,
          "description": "响应状态"
        }
      },
      "title": "公共响应对象«特殊配置请求»",
      "description": "BaseResponse"
    },
    "公共响应对象«申请单的审批查询«申请单权益查询和新增»»": {
      "type": "object",
      "properties": {
        "data": {
          "description": "业务数据",
          "$ref": "#/definitions/申请单的审批查询«申请单权益查询和新增»"
        },
        "errorCode": {
          "type": "string",
          "example": 7500,
          "description": "错误码"
        },
        "errorMsg": {
          "type": "string",
          "example": "error message",
          "description": "错误信息"
        },
        "status": {
          "type": "boolean",
          "example": true,
          "description": "响应状态"
        }
      },
      "title": "公共响应对象«申请单的审批查询«申请单权益查询和新增»»",
      "description": "BaseResponse"
    },
    "公共响应对象«积分发奖明细»": {
      "type": "object",
      "properties": {
        "data": {
          "description": "业务数据",
          "$ref": "#/definitions/积分发奖明细"
        },
        "errorCode": {
          "type": "string",
          "example": 7500,
          "description": "错误码"
        },
        "errorMsg": {
          "type": "string",
          "example": "error message",
          "description": "错误信息"
        },
        "status": {
          "type": "boolean",
          "example": true,
          "description": "响应状态"
        }
      },
      "title": "公共响应对象«积分发奖明细»",
      "description": "BaseResponse"
    },
    "公共响应对象«考卷内容»": {
      "type": "object",
      "properties": {
        "data": {
          "description": "业务数据",
          "$ref": "#/definitions/考卷内容"
        },
        "errorCode": {
          "type": "string",
          "example": 7500,
          "description": "错误码"
        },
        "errorMsg": {
          "type": "string",
          "example": "error message",
          "description": "错误信息"
        },
        "status": {
          "type": "boolean",
          "example": true,
          "description": "响应状态"
        }
      },
      "title": "公共响应对象«考卷内容»",
      "description": "BaseResponse"
    },
    "公共响应对象«考卷奖品»": {
      "type": "object",
      "properties": {
        "data": {
          "description": "业务数据",
          "$ref": "#/definitions/考卷奖品"
        },
        "errorCode": {
          "type": "string",
          "example": 7500,
          "description": "错误码"
        },
        "errorMsg": {
          "type": "string",
          "example": "error message",
          "description": "错误信息"
        },
        "status": {
          "type": "boolean",
          "example": true,
          "description": "响应状态"
        }
      },
      "title": "公共响应对象«考卷奖品»",
      "description": "BaseResponse"
    },
    "公共响应对象«考卷数据»": {
      "type": "object",
      "properties": {
        "data": {
          "description": "业务数据",
          "$ref": "#/definitions/考卷数据"
        },
        "errorCode": {
          "type": "string",
          "example": 7500,
          "description": "错误码"
        },
        "errorMsg": {
          "type": "string",
          "example": "error message",
          "description": "错误信息"
        },
        "status": {
          "type": "boolean",
          "example": true,
          "description": "响应状态"
        }
      },
      "title": "公共响应对象«考卷数据»",
      "description": "BaseResponse"
    },
    "公共响应对象«霸屏»": {
      "type": "object",
      "properties": {
        "data": {
          "description": "业务数据",
          "$ref": "#/definitions/霸屏"
        },
        "errorCode": {
          "type": "string",
          "example": 7500,
          "description": "错误码"
        },
        "errorMsg": {
          "type": "string",
          "example": "error message",
          "description": "错误信息"
        },
        "status": {
          "type": "boolean",
          "example": true,
          "description": "响应状态"
        }
      },
      "title": "公共响应对象«霸屏»",
      "description": "BaseResponse"
    },
    "公共响应对象«题库数据»": {
      "type": "object",
      "properties": {
        "data": {
          "description": "业务数据",
          "$ref": "#/definitions/题库数据"
        },
        "errorCode": {
          "type": "string",
          "example": 7500,
          "description": "错误码"
        },
        "errorMsg": {
          "type": "string",
          "example": "error message",
          "description": "错误信息"
        },
        "status": {
          "type": "boolean",
          "example": true,
          "description": "响应状态"
        }
      },
      "title": "公共响应对象«题库数据»",
      "description": "BaseResponse"
    },
    "公共响应对象«题目数据»": {
      "type": "object",
      "properties": {
        "data": {
          "description": "业务数据",
          "$ref": "#/definitions/题目数据"
        },
        "errorCode": {
          "type": "string",
          "example": 7500,
          "description": "错误码"
        },
        "errorMsg": {
          "type": "string",
          "example": "error message",
          "description": "错误信息"
        },
        "status": {
          "type": "boolean",
          "example": true,
          "description": "响应状态"
        }
      },
      "title": "公共响应对象«题目数据»",
      "description": "BaseResponse"
    },
    "内容管理": {
      "type": "object",
      "properties": {
        "applicableUser": {
          "type": "integer",
          "format": "int32",
          "description": "适用用户（查询适用）:1-全选,2-CNS,3-CRS,4-非CNS非CRS,5-车联网用户"
        },
        "applicableUserDetailedVOList": {
          "type": "array",
          "description": "适用用户",
          "items": {
            "$ref": "#/definitions/ApplicableUserDetailedVO"
          }
        },
        "applicableUserName": {
          "type": "string",
          "description": "装备（用户）(列表展示)"
        },
        "bannerUrl": {
          "type": "string",
          "description": "banner图URL"
        },
        "buttonName": {
          "type": "string",
          "description": "按钮名称"
        },
        "classificationIds": {
          "type": "array",
          "description": "（新增编辑）内容分类",
          "items": {
            "type": "integer",
            "format": "int32"
          }
        },
        "classificationName": {
          "type": "string",
          "description": "列表展示内容分类"
        },
        "contentTitle": {
          "type": "string",
          "description": "内容标题"
        },
        "createdTime": {
          "type": "string",
          "format": "date-time",
          "description": "创建时间"
        },
        "detailsContentImageUrl": {
          "type": "string",
          "description": "详情内容-图片URL"
        },
        "detailsContentType": {
          "type": "integer",
          "format": "int32",
          "description": "详情内容 1-单视频,2-视频+图片,3-单图片"
        },
        "detailsContentVideoUrl": {
          "type": "string",
          "description": "详情内容-视频URL"
        },
        "displayHoverButtonDetails": {
          "type": "integer",
          "format": "int32",
          "description": "是否显示详情的悬浮按钮 1-显示，2-不显示"
        },
        "goldCoinNumber": {
          "type": "integer",
          "format": "int32",
          "description": "系统权益-获得金币数量"
        },
        "id": {
          "type": "integer",
          "format": "int64",
          "description": "内容id"
        },
        "internalJumpUrl": {
          "type": "string",
          "description": "内部跳转URL"
        },
        "lableManagementIds": {
          "type": "array",
          "description": "（新增编辑）标签",
          "items": {
            "type": "integer",
            "format": "int32"
          }
        },
        "lableManagementName": {
          "type": "string",
          "description": "列表展示标签"
        },
        "pushContent": {
          "type": "integer",
          "format": "int32",
          "description": "推送内容 1：推送图片 2：推送权益"
        },
        "pushImageUrl": {
          "type": "string",
          "description": "推送图片URL"
        },
        "pushType": {
          "type": "integer",
          "format": "int32",
          "description": "推送 1：观看完毕后推送 2：不推送"
        },
        "pushTypeName": {
          "type": "string",
          "description": "是否霸屏推送"
        },
        "rightsDetailedVOList": {
          "type": "array",
          "description": "权益内容",
          "items": {
            "$ref": "#/definitions/RightsDetailedVO"
          }
        },
        "rightsName": {
          "type": "string",
          "description": "系统权益"
        },
        "seeMoreUrl": {
          "type": "string",
          "description": "URL跳转"
        },
        "systemRights": {
          "type": "string",
          "description": "系统权益 1:获得金币 2:权益卡券"
        },
        "urlType": {
          "type": "integer",
          "format": "int32",
          "description": "跳转类型 1-URL跳转 2-内部跳转URL"
        },
        "urlTypeName": {
          "type": "string",
          "description": "查看更多按钮配置"
        },
        "vehicleModel": {
          "type": "string",
          "description": "车型（查询适用）"
        },
        "vehicleSeries": {
          "type": "string",
          "description": "车系（查询适用）"
        },
        "videoDescribe": {
          "type": "string",
          "description": "详情内容-视频描述"
        }
      },
      "title": "内容管理"
    },
    "内容管理导出": {
      "type": "object",
      "properties": {
        "applicableUserName": {
          "type": "string",
          "description": "装备（用户）(列表展示)"
        },
        "bannerUrl": {
          "type": "string",
          "description": "banner图URL"
        },
        "classificationName": {
          "type": "string",
          "description": "列表展示内容分类"
        },
        "contentTitle": {
          "type": "string",
          "description": "内容标题"
        },
        "createdTime": {
          "type": "string",
          "format": "date-time",
          "description": "创建时间"
        },
        "id": {
          "type": "integer",
          "format": "int64",
          "description": "内容管理id"
        },
        "lableManagementName": {
          "type": "string",
          "description": "标签"
        },
        "pushTypeName": {
          "type": "string",
          "description": "是否霸屏推送"
        },
        "rightsName": {
          "type": "string",
          "description": "系统权益"
        },
        "urlTypeName": {
          "type": "string",
          "description": "查看更多按钮配置"
        },
        "vehicleModel": {
          "type": "string",
          "description": "车型（查询适用）"
        },
        "vehicleSeries": {
          "type": "string",
          "description": "车系（查询适用）"
        }
      },
      "title": "内容管理导出"
    },
    "分类数据展示": {
      "type": "object",
      "properties": {
        "classificationDescribe": {
          "type": "string",
          "description": "分类描述"
        },
        "classificationId": {
          "type": "integer",
          "format": "int32",
          "description": "分类id"
        },
        "classificationName": {
          "type": "string",
          "description": "分类名称"
        },
        "imageUrl": {
          "type": "string",
          "description": "封面url"
        },
        "newContentNumber": {
          "type": "integer",
          "format": "int32",
          "description": "上新数量"
        }
      },
      "title": "分类数据展示"
    },
    "分类管理": {
      "type": "object",
      "properties": {
        "cententNumber": {
          "type": "integer",
          "format": "int32",
          "description": "分类关联的内容总数"
        },
        "classificationDescribe": {
          "type": "string",
          "description": "分类描述"
        },
        "classificationName": {
          "type": "string",
          "description": "分类名称"
        },
        "classificationParentName": {
          "type": "string",
          "description": "分类名称"
        },
        "id": {
          "type": "integer",
          "format": "int32",
          "description": "分类id"
        },
        "imageUrl": {
          "type": "string",
          "description": "封面url"
        },
        "level": {
          "type": "integer",
          "format": "int32",
          "description": "级别"
        },
        "parentId": {
          "type": "integer",
          "format": "int32",
          "description": "父id"
        },
        "weight": {
          "type": "integer",
          "format": "int32",
          "description": "权重"
        }
      },
      "title": "分类管理"
    },
    "删除逻辑提示": {
      "type": "object",
      "properties": {
        "message": {
          "type": "string",
          "description": "提示信息"
        },
        "type": {
          "type": "string",
          "description": "内容管理/题目管理（1.该无关联活动,可以删除，2.活动已上架，不能删除，3.活动未发布/已下架，可以选择删除，4.编辑逻辑校验）"
        }
      },
      "title": "删除逻辑提示"
    },
    "券码删除请求": {
      "type": "object",
      "required": [
        "codes",
        "goodsPoolId",
        "poolType",
        "rightId"
      ],
      "properties": {
        "codes": {
          "type": "array",
          "description": "券码列表",
          "items": {
            "type": "string"
          }
        },
        "goodsPoolId": {
          "type": "integer",
          "format": "int64",
          "description": "权益池id"
        },
        "poolType": {
          "type": "integer",
          "format": "int32",
          "description": "0-公共库 1-活动库"
        },
        "rightId": {
          "type": "integer",
          "format": "int64",
          "description": "权益id"
        }
      },
      "title": "券码删除请求",
      "description": "券码删除请求"
    },
    "券码明细列表": {
      "type": "object",
      "properties": {
        "backTime": {
          "type": "string",
          "format": "date-time",
          "description": "回库时间"
        },
        "code": {
          "type": "string",
          "description": "券码"
        },
        "createTime": {
          "type": "string",
          "format": "date-time",
          "description": "导入时间"
        },
        "drawTime": {
          "type": "string",
          "format": "date-time",
          "description": "领取时间"
        },
        "fromActivity": {
          "type": "string",
          "description": "来源活动"
        },
        "id": {
          "type": "integer",
          "format": "int64",
          "description": "id"
        },
        "isBack": {
          "type": "integer",
          "format": "int32",
          "description": "是否回库 0-否 1-是"
        },
        "isDraw": {
          "type": "integer",
          "format": "int32",
          "description": "是否领取 0-否 1-是"
        },
        "isLock": {
          "type": "integer",
          "format": "int32",
          "description": "是否锁定 0-否 1-是"
        },
        "isUse": {
          "type": "integer",
          "format": "int32",
          "description": "是否使用 0-否 1-是"
        },
        "lastActivity": {
          "type": "string",
          "description": "当前所属活动"
        },
        "lifeCycle": {
          "type": "integer",
          "format": "int32",
          "description": " 券码生命周期 0-入库 1-锁定 2-出库 3-回库"
        },
        "lockTime": {
          "type": "string",
          "format": "date-time",
          "description": "锁定时间"
        },
        "phone": {
          "type": "string",
          "description": "中奖用户手机号码"
        },
        "poolType": {
          "type": "integer",
          "format": "int32",
          "description": "所属库 0-公共库 1-活动库"
        },
        "useTime": {
          "type": "string",
          "format": "date-time",
          "description": "使用时间"
        },
        "validTime": {
          "type": "string",
          "format": "date-time",
          "description": "有效期"
        }
      },
      "title": "券码明细列表"
    },
    "券码明细列表:券码数统计": {
      "type": "object",
      "properties": {
        "drawTotal": {
          "type": "integer",
          "format": "int32",
          "description": "已领取"
        },
        "lockTotal": {
          "type": "integer",
          "format": "int32",
          "description": "库存锁定"
        },
        "rightName": {
          "type": "string",
          "description": "权益名称"
        },
        "total": {
          "type": "integer",
          "format": "int32",
          "description": "总数"
        }
      },
      "title": "券码明细列表:券码数统计"
    },
    "券码路径列表": {
      "type": "object",
      "properties": {
        "activityName": {
          "type": "string",
          "description": "关联活动"
        },
        "author": {
          "type": "string",
          "description": "创建者"
        },
        "backTime": {
          "type": "string",
          "format": "date-time",
          "description": "回库时间"
        },
        "code": {
          "type": "string",
          "description": "券码"
        },
        "comingTime": {
          "type": "string",
          "format": "date-time",
          "description": "流入时间"
        },
        "drawTime": {
          "type": "string",
          "format": "date-time",
          "description": "领取时间"
        },
        "isBack": {
          "type": "integer",
          "format": "int32",
          "description": "是否回库 0-否 1-是"
        },
        "isDraw": {
          "type": "integer",
          "format": "int32",
          "description": "是否领取 0-否 1-是"
        },
        "isLock": {
          "type": "integer",
          "format": "int32",
          "description": "是否锁定 0-否 1-是"
        },
        "lockTime": {
          "type": "string",
          "format": "date-time",
          "description": "锁定时间"
        },
        "poolType": {
          "type": "string",
          "description": "所属库 0-公共库 1-活动库"
        },
        "validTime": {
          "type": "string",
          "format": "date-time",
          "description": "有效期"
        }
      },
      "title": "券码路径列表"
    },
    "券码领取": {
      "type": "object",
      "required": [
        "activityCode",
        "orderId",
        "orderPhone",
        "orderUserId",
        "rightId"
      ],
      "properties": {
        "activityCode": {
          "type": "string",
          "description": "活动code"
        },
        "barCode": {
          "type": "string",
          "description": "券码Code"
        },
        "goodsPoolId": {
          "type": "integer",
          "format": "int64",
          "description": "权益池Id"
        },
        "lockNum": {
          "type": "integer",
          "format": "int32",
          "description": "锁定数量"
        },
        "orderId": {
          "type": "string",
          "description": "订单id"
        },
        "orderPhone": {
          "type": "string",
          "description": "订单电话"
        },
        "orderUserId": {
          "type": "string",
          "description": "订单用户"
        },
        "originSys": {
          "type": "string",
          "description": "来源系统"
        },
        "rightId": {
          "type": "integer",
          "format": "int64",
          "description": "权益Id"
        }
      },
      "title": "券码领取"
    },
    "发放请求": {
      "type": "object",
      "required": [
        "integralId",
        "type"
      ],
      "properties": {
        "integralId": {
          "type": "integer",
          "format": "int64",
          "description": "积分发奖id"
        },
        "type": {
          "type": "integer",
          "format": "int32",
          "description": "类型 1-积分发放 2-活动发放"
        }
      },
      "title": "发放请求",
      "description": "发放请求"
    },
    "响应活动内容主数据": {
      "type": "object",
      "properties": {
        "contentActivityId": {
          "type": "integer",
          "format": "int64",
          "description": "活动内容id"
        },
        "contentActivitySettingResultList": {
          "type": "array",
          "description": "活动内容详情",
          "items": {
            "$ref": "#/definitions/响应活动内容明细数据"
          }
        },
        "endTime": {
          "type": "string",
          "format": "date-time",
          "description": "有效期结束时间"
        },
        "startTime": {
          "type": "string",
          "format": "date-time",
          "description": "有效期开始时间"
        }
      },
      "title": "响应活动内容主数据"
    },
    "响应活动内容明细数据": {
      "type": "object",
      "properties": {
        "bannerUrl": {
          "type": "string",
          "description": "banner图"
        },
        "buttonName": {
          "type": "string",
          "description": "按钮名称"
        },
        "contentActivitySettingId": {
          "type": "integer",
          "format": "int64",
          "description": "活动内容设置id"
        },
        "contentManagementId": {
          "type": "integer",
          "format": "int64",
          "description": "内容id"
        },
        "contentTitle": {
          "type": "string",
          "description": "活动内容标题"
        },
        "detailsContentImageUrl": {
          "type": "string",
          "description": "图片（详情内容）"
        },
        "detailsContentType": {
          "type": "integer",
          "format": "int32",
          "description": "详情内容 1-单视频,2-视频+图片,3-单图片"
        },
        "detailsContentVideoUrl": {
          "type": "string",
          "description": "视频（详情内容）"
        },
        "displayHoverButtonDetails": {
          "type": "integer",
          "format": "int32",
          "description": "是否显示详情的悬浮按钮 1-显示，2-不显示"
        },
        "goldCoinNumber": {
          "type": "integer",
          "format": "int32",
          "description": "系统权益-获得金币数量"
        },
        "internalJumpUrl": {
          "type": "string",
          "description": "内部跳转URL"
        },
        "isLike": {
          "type": "boolean",
          "description": "是否点赞"
        },
        "isNewContent": {
          "type": "boolean",
          "description": "是否上新"
        },
        "isUnliked": {
          "type": "boolean",
          "description": "是否踩"
        },
        "likedNumber": {
          "type": "integer",
          "format": "int32",
          "description": "点赞数量"
        },
        "pushContent": {
          "type": "integer",
          "format": "int32",
          "description": "推送内容 1：推送图片 2：推送权益"
        },
        "pushImageUrl": {
          "type": "string",
          "description": "推送图片URL"
        },
        "pushType": {
          "type": "integer",
          "format": "int32",
          "description": "推送 1：观看完毕后推送 2：不推送"
        },
        "seeMoreUrl": {
          "type": "string",
          "description": "URL跳转"
        },
        "systemRights": {
          "type": "string",
          "description": "系统权益 1:获得金币 2:权益卡券"
        },
        "unlikedNumber": {
          "type": "integer",
          "format": "int32",
          "description": "踩数量"
        },
        "unlockActivity": {
          "type": "integer",
          "format": "int32",
          "description": "解锁活动 1：是 2 否"
        },
        "unlockActivityNumber": {
          "type": "integer",
          "format": "int32",
          "description": "解锁活动设置观看次数可查看活跃活动"
        },
        "unlockAnswer": {
          "type": "integer",
          "format": "int32",
          "description": "解锁答题 1：是 2 否"
        },
        "unlockAnswerNumber": {
          "type": "integer",
          "format": "int32",
          "description": "解锁答题设置观看次数可答题"
        },
        "updatedTime": {
          "type": "string",
          "description": "创建时间和修改时间"
        },
        "urlType": {
          "type": "integer",
          "format": "int32",
          "description": "跳转类型 1-URL跳转 2-内部跳转URL"
        },
        "videoDescribe": {
          "type": "string",
          "description": "视频描述"
        },
        "watchNumber": {
          "type": "integer",
          "format": "int32",
          "description": "已看数量"
        }
      },
      "title": "响应活动内容明细数据"
    },
    "审核列表:总数统计": {
      "type": "object",
      "properties": {
        "approveTotal": {
          "type": "integer",
          "format": "int32",
          "description": "待审核（待处理）"
        },
        "closedTotal": {
          "type": "integer",
          "format": "int32",
          "description": "已完结"
        },
        "processedTotal": {
          "type": "integer",
          "format": "int32",
          "description": "采购端-已处理(运营端-已通过)"
        },
        "rejectedTotal": {
          "type": "integer",
          "format": "int32",
          "description": "运营端-已驳回"
        }
      },
      "title": "审核列表:总数统计"
    },
    "审核列表实体": {
      "type": "object",
      "properties": {
        "activityCode": {
          "type": "string",
          "description": "所属活动code"
        },
        "activityName": {
          "type": "string",
          "description": "所属活动"
        },
        "activityProject": {
          "type": "integer",
          "format": "int32",
          "description": "所属项目 一汽大众：1，捷达：2，奥迪：3"
        },
        "approve": {
          "type": "integer",
          "format": "int32",
          "description": "申请数量"
        },
        "approveBy": {
          "type": "string",
          "description": "处理人"
        },
        "approveId": {
          "type": "string",
          "description": "审批id"
        },
        "approveReason": {
          "type": "string",
          "description": "拒绝原因"
        },
        "approveStatus": {
          "type": "integer",
          "format": "int32",
          "description": "审核状态 0-待审核 1-通过 2-拒绝 3-已完结 4-已撤回"
        },
        "approveTime": {
          "type": "string",
          "format": "date-time",
          "description": "处理时间"
        },
        "approveUrls": {
          "type": "string",
          "description": "申请凭证"
        },
        "author": {
          "type": "string",
          "description": "申请人"
        },
        "createTime": {
          "type": "string",
          "format": "date-time",
          "description": "申请时间"
        },
        "draw": {
          "type": "integer",
          "format": "int32",
          "description": "已领取"
        },
        "goodsPoolId": {
          "type": "integer",
          "format": "int64",
          "description": "权益池id"
        },
        "leftNumber": {
          "type": "integer",
          "format": "int32",
          "description": "剩余"
        },
        "notes": {
          "type": "string",
          "description": "备注说明"
        },
        "poolType": {
          "type": "integer",
          "format": "int32",
          "description": "0-公共库 1-活动库"
        },
        "returnBy": {
          "type": "string",
          "description": "回库人"
        },
        "returnNum": {
          "type": "string",
          "description": "回库数量"
        },
        "returnTime": {
          "type": "string",
          "format": "date-time",
          "description": "回库时间"
        },
        "rightId": {
          "type": "integer",
          "format": "int64",
          "description": "权益id"
        },
        "rightName": {
          "type": "string",
          "description": "权益名称"
        },
        "rightType": {
          "type": "integer",
          "format": "int32",
          "description": "权益类型"
        },
        "status": {
          "type": "integer",
          "format": "int32",
          "description": "活动状态 1-未开始，2-进行中，3-已结束"
        }
      },
      "title": "审核列表实体"
    },
    "抽奖管理": {
      "type": "object",
      "properties": {
        "activityCode": {
          "type": "string",
          "description": "所属活动"
        },
        "activityName": {
          "type": "string",
          "description": "所属名称"
        },
        "activityProject": {
          "type": "integer",
          "format": "int32",
          "description": "所属项目"
        },
        "applicableUser": {
          "type": "string",
          "description": "适用用户:1-全选,2-CNS,3-CRS,4-非CNS非CRS"
        },
        "createdBy": {
          "type": "string",
          "description": "创建人"
        },
        "createdTime": {
          "type": "string",
          "format": "date-time",
          "description": "创建时间"
        },
        "endCreatedTime": {
          "type": "string",
          "description": "创建时间结束（列表查询使用）"
        },
        "endTime": {
          "type": "string",
          "format": "date-time",
          "description": "抽奖有效期结束时间"
        },
        "from": {
          "type": "integer",
          "format": "int32"
        },
        "id": {
          "type": "integer",
          "format": "int64",
          "description": "抽奖管理id"
        },
        "integralSetting": {
          "type": "integer",
          "format": "int32",
          "description": "积分设置"
        },
        "lotteryTemplate": {
          "type": "integer",
          "format": "int32",
          "description": "抽奖模板"
        },
        "lotteryTitle": {
          "type": "string",
          "description": "抽奖标题"
        },
        "page": {
          "type": "integer",
          "format": "int32",
          "description": "分页"
        },
        "participationAuthority": {
          "type": "integer",
          "format": "int32",
          "description": "参与条件设置:1-首次下单可抽奖,2-每次下单均可抽奖"
        },
        "participationConditionSetting": {
          "type": "integer",
          "format": "int32",
          "description": "参与方式"
        },
        "size": {
          "type": "integer",
          "format": "int32",
          "description": "每页数量"
        },
        "startCreatedTime": {
          "type": "string",
          "description": "创建时间开始（列表查询使用）"
        },
        "startTime": {
          "type": "string",
          "format": "date-time",
          "description": "抽奖有效期开始时间"
        },
        "status": {
          "type": "integer",
          "format": "int32",
          "description": "状态 1-未开始，2-进行中，3-已结束"
        }
      },
      "title": "抽奖管理"
    },
    "抽奖规则": {
      "type": "object",
      "properties": {
        "applicableUser": {
          "type": "string",
          "description": "适用用户:1-全选,2-CNS,3-CRS,4-非CNS非CRS"
        },
        "endTime": {
          "type": "string",
          "format": "date-time",
          "description": "活动结束时间"
        },
        "luckyEndTime": {
          "type": "string",
          "format": "date-time",
          "description": "抽奖结束时间"
        },
        "luckyStartTime": {
          "type": "string",
          "format": "date-time",
          "description": "抽奖开始时间"
        },
        "participationAuthority": {
          "type": "integer",
          "format": "int32",
          "description": "参与权限:1-首次下单可抽奖,2-每次下单均可抽奖"
        },
        "startTime": {
          "type": "string",
          "format": "date-time",
          "description": "活动开始时间"
        }
      },
      "title": "抽奖规则"
    },
    "推广活动": {
      "type": "object",
      "properties": {
        "bannerImageUrl": {
          "type": "string",
          "description": "banner图"
        },
        "bannerVideoUrl": {
          "type": "string",
          "description": "banner视频"
        },
        "buttonImageUrl": {
          "type": "string",
          "description": "按钮图片跳转站内"
        },
        "buttonName": {
          "type": "string",
          "description": "按钮名称"
        },
        "buttonUrl": {
          "type": "string",
          "description": "按钮跳转站外"
        },
        "detailsContentImage": {
          "type": "string",
          "description": "详情内容-图片"
        },
        "detailsContentType": {
          "type": "integer",
          "format": "int32",
          "description": "详情内容 1-单视频,2-视频+图片,3-单图片"
        },
        "detailsContentVideo": {
          "type": "string",
          "description": "详情内容-视频"
        },
        "extensionActivityId": {
          "type": "integer",
          "format": "int64",
          "description": "推广活动ID"
        },
        "isDisplayButton": {
          "type": "integer",
          "format": "int32",
          "description": "是否显示详情的悬浮按钮 1-不显示 2-显示"
        },
        "linkUrl": {
          "type": "string",
          "description": "跳转链接"
        },
        "promotionTitle": {
          "type": "string",
          "description": "推广标题"
        },
        "promotionType": {
          "type": "integer",
          "format": "int32",
          "description": "推广类型 1-活跃活动 2-市场推广"
        },
        "rewardIntegral": {
          "type": "integer",
          "format": "int32",
          "description": "奖励积分"
        },
        "rightsImageUrl": {
          "type": "string",
          "description": "权益图片URL"
        },
        "rightsName": {
          "type": "string",
          "description": "权益名称"
        },
        "skuInfoId": {
          "type": "integer",
          "format": "int64",
          "description": "权益id"
        },
        "understandDetails": {
          "type": "integer",
          "format": "int32",
          "description": "了解详情 1-站内详情 2-站外详情"
        },
        "urlJump": {
          "type": "integer",
          "format": "int32",
          "description": "1-URL跳转 2-内部跳转"
        },
        "videoDescribe": {
          "type": "string",
          "description": "视频描述"
        }
      },
      "title": "推广活动",
      "description": "推广活动"
    },
    "推广活动列表": {
      "type": "object",
      "required": [
        "activityId",
        "promotionType"
      ],
      "properties": {
        "activityId": {
          "type": "string",
          "description": "活动code"
        },
        "extensionActivityId": {
          "type": "integer",
          "format": "int64",
          "description": "推广活动id"
        },
        "promotionType": {
          "type": "integer",
          "format": "int32",
          "description": "推广类型 1-活跃活动 2-市场推广"
        },
        "userId": {
          "type": "string",
          "description": "用户id"
        },
        "userType": {
          "type": "string",
          "description": "用户类型"
        },
        "vehicleModel": {
          "type": "string",
          "description": "车型"
        },
        "vehicleSeries": {
          "type": "string",
          "description": "车系"
        }
      },
      "title": "推广活动列表",
      "description": "推广活动列表"
    },
    "新增权益请求": {
      "type": "object",
      "required": [
        "activityProject",
        "goodsInfoTypeId",
        "poolType",
        "rightDesc",
        "rightName",
        "rightType",
        "rightUrl"
      ],
      "properties": {
        "activityCode": {
          "type": "string",
          "description": "活动Code(抽奖模板value)"
        },
        "activityProject": {
          "type": "integer",
          "format": "int32",
          "description": "所属项目 一汽大众：1，捷达：2，奥迪：3"
        },
        "exchangeType": {
          "type": "integer",
          "format": "int32",
          "description": "兑换类型：1-图片 2-兑换链接"
        },
        "goodsInfoTypeId": {
          "type": "integer",
          "format": "int32",
          "description": "权益类型id"
        },
        "isDisplayExchangeCodeButton": {
          "type": "integer",
          "format": "int32",
          "description": "是否显示兑换码按钮:2-显示，1-不显示"
        },
        "poolType": {
          "type": "integer",
          "format": "int32",
          "description": "库存类型 0-公共库 1-活动库"
        },
        "rightDesc": {
          "type": "string",
          "description": "权益描述"
        },
        "rightExchange": {
          "type": "string",
          "description": "权益兑换链接"
        },
        "rightName": {
          "type": "string",
          "description": "权益名称"
        },
        "rightType": {
          "type": "integer",
          "format": "int32",
          "description": "权益类型 0-权益 2-实物奖品"
        },
        "rightUrl": {
          "type": "string",
          "description": "权益图片链接"
        }
      },
      "title": "新增权益请求",
      "description": "新增权益请求"
    },
    "新增积分发奖": {
      "type": "object",
      "properties": {
        "activityCode": {
          "type": "string",
          "description": "活动名称"
        },
        "activityProject": {
          "type": "integer",
          "format": "int32",
          "description": "所属项目"
        },
        "applicableUser": {
          "type": "string",
          "description": "适用用户:2-CNS,3-CRS,4-非CNS非CRS"
        },
        "awardDescription": {
          "type": "string",
          "description": "发奖说明"
        },
        "category": {
          "type": "integer",
          "format": "int32",
          "description": "权益类型：0-权益 2-实物奖品 4-积分"
        },
        "endTime": {
          "type": "string",
          "format": "date-time",
          "description": "结束时间"
        },
        "exchangeUrl": {
          "type": "string",
          "description": "兑换链接"
        },
        "goodsInfoTypeId": {
          "type": "integer",
          "format": "int64",
          "description": "权益名称"
        },
        "integralType": {
          "type": "integer",
          "format": "int32",
          "description": "1-UBI,2-蚂蚁森林"
        },
        "publisherList": {
          "type": "array",
          "description": "活动发布端",
          "items": {
            "type": "string"
          }
        },
        "startTime": {
          "type": "string",
          "format": "date-time",
          "description": "开始时间"
        }
      },
      "title": "新增积分发奖",
      "description": "新增积分发奖"
    },
    "最近中奖信息条目VO": {
      "type": "object",
      "properties": {
        "awardName": {
          "type": "string",
          "description": "奖品名称"
        },
        "userId": {
          "type": "string",
          "description": "用户id"
        },
        "winGrade": {
          "type": "integer",
          "format": "int32",
          "description": "奖品级别"
        }
      },
      "title": "最近中奖信息条目VO",
      "description": "最近中奖信息条目VO"
    },
    "权益列表": {
      "type": "object",
      "properties": {
        "activityCode": {
          "type": "string",
          "description": "所属活动code"
        },
        "activityName": {
          "type": "string",
          "description": "所属活动"
        },
        "activityProject": {
          "type": "integer",
          "format": "int32",
          "description": "所属项目 一汽大众：1，捷达：2，奥迪：3"
        },
        "activityProjectName": {
          "type": "string"
        },
        "author": {
          "type": "string",
          "description": "创建者"
        },
        "back": {
          "type": "integer",
          "format": "int32",
          "description": "回库数"
        },
        "createTime": {
          "type": "string",
          "format": "date-time",
          "description": "创建时间"
        },
        "draw": {
          "type": "integer",
          "format": "int32",
          "description": "已领取"
        },
        "exchangeType": {
          "type": "integer",
          "format": "int32",
          "description": "兑换类型：1-图片 2-兑换链接"
        },
        "goodsInfoTypeId": {
          "type": "integer",
          "format": "int32",
          "description": "权益类型id"
        },
        "goodsPoolId": {
          "type": "integer",
          "format": "int64",
          "description": "权益池id"
        },
        "isDisplayExchangeCodeButton": {
          "type": "integer",
          "format": "int32",
          "description": "是否显示兑换码按钮:2-显示，1-不显示"
        },
        "left": {
          "type": "integer",
          "format": "int32",
          "description": "剩余可申请"
        },
        "lockNumber": {
          "type": "integer",
          "format": "int32",
          "description": "已锁定"
        },
        "rightDesc": {
          "type": "string",
          "description": "权益描述"
        },
        "rightExchange": {
          "type": "string",
          "description": "权益兑换链接"
        },
        "rightId": {
          "type": "integer",
          "format": "int64",
          "description": "权益id"
        },
        "rightName": {
          "type": "string",
          "description": "权益名称"
        },
        "rightType": {
          "type": "integer",
          "format": "int32",
          "description": "权益类型 0-权益 2-实物奖品"
        },
        "rightTypeName": {
          "type": "string"
        },
        "rightUrl": {
          "type": "string",
          "description": "权益图片URL"
        },
        "status": {
          "type": "integer",
          "format": "int32",
          "description": "活动状态 1-未开始，2-进行中，3-已结束"
        },
        "statusName": {
          "type": "string"
        },
        "total": {
          "type": "integer",
          "format": "int32",
          "description": "总数"
        }
      },
      "title": "权益列表"
    },
    "权益类型请求": {
      "type": "object",
      "properties": {
        "brand": {
          "type": "string",
          "description": "直充品牌 01-爱奇艺 02-腾讯 03-酷我"
        },
        "id": {
          "type": "integer",
          "format": "int64",
          "description": "权益类型ID"
        },
        "item": {
          "type": "string",
          "description": "权益兑换类型代码"
        },
        "rightName": {
          "type": "string",
          "description": "权益名称"
        },
        "rightType": {
          "type": "integer",
          "format": "int32",
          "description": "权益类型 0-权益 2-实物奖品 4-积分奖品"
        }
      },
      "title": "权益类型请求",
      "description": "权益类型请求"
    },
    "查看中奖信息请求参数": {
      "type": "object",
      "required": [
        "activityCode",
        "userId"
      ],
      "properties": {
        "activityCode": {
          "type": "string",
          "description": "活动Code"
        },
        "awardType": {
          "type": "string",
          "description": "奖项类型：0-权益 1-再抽一次 2-实物奖品 3-谢谢参与 4-积分奖品 5-福卡;多个已英文逗号隔开(例如：0,2)"
        },
        "userId": {
          "type": "integer",
          "format": "int32",
          "description": "用户id"
        }
      },
      "title": "查看中奖信息请求参数"
    },
    "查看所有活动的中奖信息请求参数": {
      "type": "object",
      "required": [
        "userId"
      ],
      "properties": {
        "activityCode": {
          "type": "string",
          "description": "活动code"
        },
        "awardType": {
          "type": "string",
          "description": "奖项类型：0-权益 1-再抽一次 2-实物奖品 3-谢谢参与 4-积分奖品 5-福卡;多个已英文逗号隔开(例如：0,2)"
        },
        "userId": {
          "type": "integer",
          "format": "int32",
          "description": "用户id"
        }
      },
      "title": "查看所有活动的中奖信息请求参数"
    },
    "查看最近中奖信息请求参数": {
      "type": "object",
      "required": [
        "activityId"
      ],
      "properties": {
        "activityId": {
          "type": "string",
          "description": "活动Code"
        },
        "awardType": {
          "type": "string",
          "description": "奖项类型：0-权益 1-再抽一次 2-实物奖品 3-谢谢参与 4-积分奖品 5-福卡;多个已英文逗号隔开(例如：0,2)"
        },
        "limit": {
          "type": "integer",
          "format": "int32",
          "description": "显示条数"
        }
      },
      "title": "查看最近中奖信息请求参数"
    },
    "查询审批通过的物资权益": {
      "type": "object",
      "required": [
        "activityCode"
      ],
      "properties": {
        "activityCode": {
          "type": "string",
          "description": "所属活动code"
        },
        "selectType": {
          "type": "integer",
          "format": "int32",
          "description": "选择权益 0-权益 2-实物奖品"
        }
      },
      "title": "查询审批通过的物资权益"
    },
    "查询活动": {
      "type": "object",
      "required": [
        "activityCode",
        "activityName"
      ],
      "properties": {
        "activityCode": {
          "type": "string",
          "description": "活动Code"
        },
        "activityName": {
          "type": "string",
          "description": "活动名称"
        },
        "activityProject": {
          "type": "integer",
          "format": "int32",
          "description": "所属项目 一汽大众：1，捷达：2，奥迪：3"
        }
      },
      "title": "查询活动"
    },
    "标签管理": {
      "type": "object",
      "properties": {
        "cententNumber": {
          "type": "integer",
          "format": "int32",
          "description": "标签关联的内容总数"
        },
        "id": {
          "type": "integer",
          "format": "int32",
          "description": "标签id"
        },
        "labelDescribe": {
          "type": "string",
          "description": "标签描述"
        },
        "labelName": {
          "type": "string",
          "description": "标签名称"
        }
      },
      "title": "标签管理"
    },
    "校验抽奖模板VO": {
      "type": "object",
      "properties": {
        "activityName": {
          "type": "string",
          "description": "所属活动名称"
        },
        "isLotteryTemplate": {
          "type": "boolean",
          "description": "抽奖模板是否存在：true-存在，false-不存在"
        }
      },
      "title": "校验抽奖模板VO",
      "description": "校验抽奖模板VO"
    },
    "校验提示": {
      "type": "object",
      "properties": {
        "message": {
          "type": "string",
          "description": "提示信息"
        },
        "status": {
          "type": "boolean",
          "description": "true表示通过，false表示校验不通过"
        }
      },
      "title": "校验提示"
    },
    "活动内容": {
      "type": "object",
      "properties": {
        "activityCode": {
          "type": "string",
          "description": "所属活动code"
        },
        "activityName": {
          "type": "string",
          "description": "所属活动名称"
        },
        "contentActivitySettingVOList": {
          "type": "array",
          "description": "内容设置",
          "items": {
            "$ref": "#/definitions/ContentActivitySettingVO"
          }
        },
        "contentActivityStatus": {
          "type": "integer",
          "format": "int32",
          "description": "上下架状态 1-上架 2-下架"
        },
        "contentActivityTitle": {
          "type": "string",
          "description": "内容活动标题"
        },
        "createdTime": {
          "type": "string",
          "format": "date-time",
          "description": "创建时间"
        },
        "endTime": {
          "type": "string",
          "format": "date-time",
          "description": "有效期结束时间"
        },
        "id": {
          "type": "integer",
          "format": "int64",
          "description": "活动内容ID"
        },
        "listStatus": {
          "type": "string",
          "description": "列表状态"
        },
        "startTime": {
          "type": "string",
          "format": "date-time",
          "description": "有效期开始时间"
        },
        "startTimeAndEndTime": {
          "type": "string",
          "description": "列表有效期"
        },
        "status": {
          "type": "integer",
          "format": "int32",
          "description": "状态（1-未开始 2-进行中 3-已结束）"
        }
      },
      "title": "活动内容"
    },
    "活动列表": {
      "type": "object",
      "properties": {
        "activityCode": {
          "type": "string",
          "description": "活动Code（活动模板类型）"
        },
        "activityProject": {
          "type": "integer",
          "format": "int32",
          "description": "所属项目 一汽大众：1，捷达：2，奥迪：3"
        },
        "applicableUser": {
          "type": "string",
          "description": "适用用户:1-全选,2-CNS,3-CRS,4-非CNS非CRS"
        },
        "endTime": {
          "type": "string",
          "format": "date-time",
          "description": "活动时间-结束时间"
        },
        "name": {
          "type": "string",
          "description": "活动名称"
        },
        "publisherList": {
          "type": "array",
          "description": "活动发布端",
          "items": {
            "type": "string"
          }
        },
        "startTime": {
          "type": "string",
          "format": "date-time",
          "description": "活动时间-开始时间"
        }
      },
      "title": "活动列表"
    },
    "活动类": {
      "type": "object",
      "required": [
        "activityCode",
        "applicableUser",
        "participationAuthority"
      ],
      "properties": {
        "activityCode": {
          "type": "string",
          "description": "活动Code(抽奖模板value)"
        },
        "activityProject": {
          "type": "integer",
          "format": "int32",
          "description": "所属项目"
        },
        "applicableUser": {
          "type": "string",
          "description": "适用用户:1-全选,2-CNS,3-CRS,4-非CNS非CRS"
        },
        "auditBy": {
          "type": "string"
        },
        "auditCode": {
          "type": "integer",
          "format": "int32"
        },
        "auditName": {
          "type": "string"
        },
        "auditOpinion": {
          "type": "string"
        },
        "backImageId": {
          "type": "integer",
          "format": "int64"
        },
        "backImageUrl": {
          "type": "string"
        },
        "buttonImageId": {
          "type": "integer",
          "format": "int64"
        },
        "buttonImageUrl": {
          "type": "string"
        },
        "createdBy": {
          "type": "string"
        },
        "createdTime": {
          "type": "string",
          "format": "date-time"
        },
        "customizeConfig": {
          "type": "string"
        },
        "endTime": {
          "type": "string",
          "format": "date-time"
        },
        "groundCode": {
          "type": "integer",
          "format": "int32",
          "description": "上下架 1-上架，0-下架"
        },
        "groundName": {
          "type": "string"
        },
        "h5Desc": {
          "type": "string"
        },
        "h5ImageId": {
          "type": "integer",
          "format": "int64"
        },
        "h5ImageUrl": {
          "type": "string"
        },
        "h5Name": {
          "type": "string"
        },
        "id": {
          "type": "integer",
          "format": "int64"
        },
        "isWhitelist": {
          "type": "boolean"
        },
        "lotteryTemplate": {
          "type": "string",
          "description": "抽奖模板名称"
        },
        "msUrl": {
          "type": "string"
        },
        "name": {
          "type": "string"
        },
        "participationAuthority": {
          "type": "integer",
          "format": "int32",
          "description": "参与权限:1-首次下单可抽奖,2-每次下单均可抽奖"
        },
        "preImportSessionId": {
          "type": "integer",
          "format": "int64"
        },
        "products": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/PurchaseProduct"
          }
        },
        "publisherList": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "purchaseLimit": {
          "type": "integer",
          "format": "int32"
        },
        "revision": {
          "type": "integer",
          "format": "int32"
        },
        "startTime": {
          "type": "string",
          "format": "date-time"
        },
        "status": {
          "type": "integer",
          "format": "int32",
          "description": "状态 1-未开始，2-进行中，3-已结束"
        },
        "typeCode": {
          "type": "integer",
          "format": "int32"
        },
        "typeName": {
          "type": "string"
        },
        "updatedBy": {
          "type": "string"
        },
        "updatedTime": {
          "type": "string",
          "format": "date-time"
        }
      },
      "title": "活动类"
    },
    "活跃活动": {
      "type": "object",
      "required": [
        "activityId"
      ],
      "properties": {
        "activityId": {
          "type": "string",
          "description": "活动code"
        },
        "classificationId": {
          "type": "integer",
          "format": "int64",
          "description": "分类"
        },
        "contentManagementId": {
          "type": "integer",
          "format": "int64",
          "description": "视频内容id"
        },
        "userId": {
          "type": "string",
          "description": "用户id"
        },
        "userType": {
          "type": "string",
          "description": "用户类型"
        },
        "vehicleModel": {
          "type": "string",
          "description": "车型"
        },
        "vehicleSeries": {
          "type": "string",
          "description": "车系"
        },
        "videoSerach": {
          "type": "string",
          "description": "视频搜索"
        }
      },
      "title": "活跃活动",
      "description": "活跃活动"
    },
    "活跃活动明细": {
      "type": "object",
      "required": [
        "activityId",
        "contentActivityId",
        "contentManagementId"
      ],
      "properties": {
        "activityId": {
          "type": "string",
          "description": "活动code"
        },
        "contentActivityId": {
          "type": "integer",
          "format": "int64",
          "description": "活动内容ID"
        },
        "contentManagementId": {
          "type": "integer",
          "format": "int64",
          "description": "视频内容id"
        },
        "userId": {
          "type": "string",
          "description": "用户id"
        }
      },
      "title": "活跃活动明细",
      "description": "活跃活动明细"
    },
    "特殊配置规则": {
      "type": "object",
      "required": [
        "appIntegral",
        "drivingScore"
      ],
      "properties": {
        "appIntegral": {
          "type": "integer",
          "format": "int32",
          "description": "发放app积分"
        },
        "drivingScore": {
          "type": "integer",
          "format": "int32",
          "description": "驾驶得分"
        }
      },
      "title": "特殊配置规则",
      "description": "特殊配置规则"
    },
    "特殊配置请求": {
      "type": "object",
      "required": [
        "goodsId"
      ],
      "properties": {
        "goodsId": {
          "type": "integer",
          "format": "int64",
          "description": "物资信息id"
        },
        "goodsRule": {
          "description": "规则",
          "$ref": "#/definitions/特殊配置规则"
        },
        "id": {
          "type": "integer",
          "format": "int64",
          "description": "特殊配置ID"
        }
      },
      "title": "特殊配置请求",
      "description": "特殊配置请求"
    },
    "申请单权益查询和新增": {
      "type": "object",
      "required": [
        "approve",
        "goodsPoolId",
        "rightName",
        "surplus"
      ],
      "properties": {
        "approve": {
          "type": "integer",
          "format": "int32",
          "description": "申请数量"
        },
        "approveId": {
          "type": "integer",
          "format": "int64",
          "description": "审批id"
        },
        "goodsPoolId": {
          "type": "integer",
          "format": "int64",
          "description": "权益池id"
        },
        "locked": {
          "type": "integer",
          "format": "int32",
          "description": "已锁定数量"
        },
        "poolType": {
          "type": "integer",
          "format": "int32",
          "description": "库存类型 0-公共库 1-活动库"
        },
        "rightId": {
          "type": "integer",
          "format": "int64",
          "description": "权益id"
        },
        "rightName": {
          "type": "string",
          "description": "权益名称"
        },
        "surplus": {
          "type": "integer",
          "format": "int32",
          "description": "剩余可申请数量"
        },
        "total": {
          "type": "integer",
          "format": "int32",
          "description": "总数"
        }
      },
      "title": "申请单权益查询和新增"
    },
    "申请单的审批查询«申请单权益查询和新增»": {
      "type": "object",
      "properties": {
        "activityCode": {
          "type": "string",
          "description": "活动Code"
        },
        "activityPool": {
          "type": "array",
          "description": "活动库权益",
          "items": {
            "$ref": "#/definitions/申请单权益查询和新增"
          }
        },
        "activityProject": {
          "type": "integer",
          "format": "int32",
          "description": "所属项目 一汽大众：1，捷达：2，奥迪：3"
        },
        "approveId": {
          "type": "string",
          "description": "审批id"
        },
        "approveUrls": {
          "type": "array",
          "description": "申请凭证",
          "items": {
            "type": "string"
          }
        },
        "notes": {
          "type": "string",
          "description": "备注说明"
        },
        "publicPool": {
          "type": "array",
          "description": "公共库权益",
          "items": {
            "$ref": "#/definitions/申请单权益查询和新增"
          }
        }
      },
      "title": "申请单的审批查询«申请单权益查询和新增»"
    },
    "申请单的查询«申请单权益查询和新增»": {
      "type": "object",
      "properties": {
        "activityCode": {
          "type": "string",
          "description": "活动Code"
        },
        "activityPool": {
          "type": "array",
          "description": "活动库权益",
          "items": {
            "$ref": "#/definitions/申请单权益查询和新增"
          }
        },
        "activityProject": {
          "type": "integer",
          "format": "int32",
          "description": "所属项目 一汽大众：1，捷达：2，奥迪：3"
        },
        "approveUrls": {
          "type": "array",
          "description": "申请凭证",
          "items": {
            "type": "string"
          }
        },
        "notes": {
          "type": "string",
          "description": "备注说明"
        },
        "publicPool": {
          "type": "array",
          "description": "公共库权益",
          "items": {
            "$ref": "#/definitions/申请单权益查询和新增"
          }
        }
      },
      "title": "申请单的查询«申请单权益查询和新增»"
    },
    "福利中心查看中奖信息请求参数": {
      "type": "object",
      "required": [
        "lotteryId",
        "type"
      ],
      "properties": {
        "lotteryId": {
          "type": "integer",
          "format": "int64",
          "description": "抽奖id"
        },
        "type": {
          "type": "integer",
          "format": "int32",
          "description": "1-抽奖，2-其他领取"
        }
      },
      "title": "福利中心查看中奖信息请求参数"
    },
    "积分发奖列表": {
      "type": "object",
      "properties": {
        "activityName": {
          "type": "string",
          "description": "活动名称"
        },
        "activityProject": {
          "type": "integer",
          "format": "int32",
          "description": "所属项目 一汽大众：1，捷达：2，奥迪：3"
        },
        "activityProjectName": {
          "type": "string",
          "description": "所属项目名称"
        },
        "activityTime": {
          "type": "string",
          "description": "活动时间"
        },
        "awardDescription": {
          "type": "string",
          "description": "发奖说明"
        },
        "awardPeopleNumber": {
          "type": "integer",
          "format": "int32",
          "description": "奖励人数"
        },
        "category": {
          "type": "integer",
          "format": "int32",
          "description": "权益类型：0-权益 2-实物奖品 4-积分"
        },
        "categoryName": {
          "type": "string",
          "description": "权益类型名称"
        },
        "createdBy": {
          "type": "string",
          "description": "创建人"
        },
        "createdTime": {
          "type": "string",
          "format": "date-time",
          "description": "创建时间"
        },
        "exchangeUrl": {
          "type": "string",
          "description": "兑换链接"
        },
        "id": {
          "type": "integer",
          "format": "int64",
          "description": "积分发奖Id"
        },
        "integralNum": {
          "type": "integer",
          "format": "int32",
          "description": "发放积分数"
        },
        "integralType": {
          "type": "integer",
          "format": "int32",
          "description": "积分类型:1-UBI,2-蚂蚁森林"
        },
        "integralTypeName": {
          "type": "string",
          "description": "积分类型名称"
        },
        "publisher": {
          "type": "string",
          "description": "活动发布端-数据库接收"
        },
        "publisherList": {
          "type": "array",
          "description": "活动发布端-展示",
          "items": {
            "type": "string"
          }
        },
        "releaseStatus": {
          "type": "integer",
          "format": "int32",
          "description": "发布状态 1-未发放 2-已发放"
        },
        "releaseStatusName": {
          "type": "string",
          "description": "发布状态名称"
        },
        "rightName": {
          "type": "string",
          "description": "权益名称"
        },
        "status": {
          "type": "integer",
          "format": "int32",
          "description": "活动状态 1-未开始，2-进行中，3-已结束"
        },
        "statusName": {
          "type": "string"
        },
        "updatedBy": {
          "type": "string",
          "description": "发布人"
        },
        "updatedTime": {
          "type": "string",
          "format": "date-time",
          "description": "发布时间"
        }
      },
      "title": "积分发奖列表"
    },
    "积分发奖导入请求": {
      "type": "object",
      "required": [
        "sessionId"
      ],
      "properties": {
        "sessionId": {
          "type": "integer",
          "format": "int32",
          "description": "sessionId"
        }
      },
      "title": "积分发奖导入请求",
      "description": "积分发奖导入请求"
    },
    "积分发奖明细": {
      "type": "object",
      "required": [
        "activityCode",
        "activityCodeType",
        "activityProject",
        "applicableUser",
        "category",
        "endTime",
        "goodsInfoTypeId",
        "integralType",
        "publisherList",
        "startTime"
      ],
      "properties": {
        "activityCode": {
          "type": "string",
          "description": "活动名称"
        },
        "activityCodeType": {
          "type": "string",
          "description": "活动模板类型"
        },
        "activityProject": {
          "type": "integer",
          "format": "int32",
          "description": "所属项目"
        },
        "applicableUser": {
          "type": "string",
          "description": "适用用户:1-全选,2-CNS,3-CRS,4-非CNS非CRS"
        },
        "awardDescription": {
          "type": "string",
          "description": "发奖说明"
        },
        "category": {
          "type": "integer",
          "format": "int32",
          "description": "权益类型：0-权益 2-实物奖品 4-积分"
        },
        "endTime": {
          "type": "string",
          "format": "date-time",
          "description": "结束时间"
        },
        "goodsInfoTypeId": {
          "type": "integer",
          "format": "int64",
          "description": "权益名称"
        },
        "integralType": {
          "type": "integer",
          "format": "int32",
          "description": "1-UBI,2-蚂蚁森林"
        },
        "publisherList": {
          "type": "array",
          "description": "活动发布端",
          "items": {
            "type": "string"
          }
        },
        "startTime": {
          "type": "string",
          "format": "date-time",
          "description": "开始时间"
        }
      },
      "title": "积分发奖明细"
    },
    "积分用户信息列表": {
      "type": "object",
      "properties": {
        "activityName": {
          "type": "string",
          "description": "活动名称"
        },
        "activityProject": {
          "type": "integer",
          "format": "int32",
          "description": "所属项目 一汽大众：1，捷达：2，奥迪：3"
        },
        "activityProjectName": {
          "type": "string",
          "description": "所属项目名称"
        },
        "activityTime": {
          "type": "string",
          "description": "活动时间"
        },
        "awardDescription": {
          "type": "string",
          "description": "发奖说明"
        },
        "awardName": {
          "type": "string",
          "description": "奖项名称"
        },
        "id": {
          "type": "integer",
          "format": "int64",
          "description": "积分用户信息Id"
        },
        "integralId": {
          "type": "integer",
          "format": "int64",
          "description": "积分发奖id"
        },
        "integralQuantity": {
          "type": "integer",
          "format": "int32",
          "description": "积分数量"
        },
        "phone": {
          "type": "string",
          "description": "用户手机号码"
        },
        "publisher": {
          "type": "string",
          "description": "活动发布端-导出"
        },
        "publisherList": {
          "type": "array",
          "description": "活动发布端-列表展示",
          "items": {
            "type": "string"
          }
        },
        "releaseStatus": {
          "type": "integer",
          "format": "int32",
          "description": "发布状态 1-未发放 2-已发放"
        },
        "releaseStatusName": {
          "type": "string",
          "description": "发布状态名称"
        },
        "userId": {
          "type": "string",
          "description": "用户ID"
        }
      },
      "title": "积分用户信息列表"
    },
    "积分用户信息删除请求": {
      "type": "object",
      "required": [
        "integralId"
      ],
      "properties": {
        "idList": {
          "type": "array",
          "description": "券码列表",
          "items": {
            "type": "integer",
            "format": "int64"
          }
        },
        "integralId": {
          "type": "integer",
          "format": "int64",
          "description": "积分发奖id"
        }
      },
      "title": "积分用户信息删除请求",
      "description": "积分用户信息删除请求"
    },
    "答题考卷": {
      "type": "object",
      "required": [
        "activityId"
      ],
      "properties": {
        "activityId": {
          "type": "string",
          "description": "活动code"
        },
        "answerTimes": {
          "type": "integer",
          "format": "int32",
          "example": 0,
          "description": "已答题次数"
        },
        "serialNumberExaminationPool": {
          "type": "integer",
          "format": "int32",
          "example": 1,
          "description": "考卷池序号"
        },
        "userId": {
          "type": "string",
          "description": "用户id"
        },
        "userType": {
          "type": "string",
          "description": "用户类型"
        },
        "vehicleModel": {
          "type": "string",
          "description": "车型"
        },
        "vehicleSeries": {
          "type": "string",
          "description": "车系"
        }
      },
      "title": "答题考卷",
      "description": "答题考卷"
    },
    "编辑权益请求": {
      "type": "object",
      "required": [
        "goodsInfoTypeId",
        "rightDesc",
        "rightName",
        "rightType",
        "rightUrl"
      ],
      "properties": {
        "exchangeType": {
          "type": "integer",
          "format": "int32",
          "description": "兑换类型：1-图片 2-兑换链接"
        },
        "goodsInfoTypeId": {
          "type": "integer",
          "format": "int32",
          "description": "权益类型id"
        },
        "isDisplayExchangeCodeButton": {
          "type": "integer",
          "format": "int32",
          "description": "是否显示兑换码按钮:2-显示，1-不显示"
        },
        "rightDesc": {
          "type": "string",
          "description": "权益描述"
        },
        "rightExchange": {
          "type": "string",
          "description": "权益兑换链接"
        },
        "rightId": {
          "type": "integer",
          "format": "int64",
          "description": "权益id"
        },
        "rightName": {
          "type": "string",
          "description": "权益名称"
        },
        "rightType": {
          "type": "integer",
          "format": "int32",
          "description": "权益类型 0-权益 2-实物奖品"
        },
        "rightUrl": {
          "type": "string",
          "description": "权益图片链接"
        }
      },
      "title": "编辑权益请求",
      "description": "编辑权益请求"
    },
    "编辑积分发奖": {
      "type": "object",
      "required": [
        "integralPrizesId"
      ],
      "properties": {
        "activityCode": {
          "type": "string",
          "description": "活动名称"
        },
        "activityProject": {
          "type": "integer",
          "format": "int32",
          "description": "所属项目"
        },
        "applicableUser": {
          "type": "string",
          "description": "适用用户:2-CNS,3-CRS,4-非CNS非CRS"
        },
        "awardDescription": {
          "type": "string",
          "description": "发奖说明"
        },
        "category": {
          "type": "integer",
          "format": "int32",
          "description": "权益类型：0-权益 2-实物奖品 4-积分"
        },
        "endTime": {
          "type": "string",
          "format": "date-time",
          "description": "结束时间"
        },
        "exchangeUrl": {
          "type": "string",
          "description": "兑换链接"
        },
        "goodsInfoTypeId": {
          "type": "integer",
          "format": "int64",
          "description": "权益名称"
        },
        "integralPrizesId": {
          "type": "integer",
          "format": "int64",
          "description": "积分发奖id"
        },
        "integralType": {
          "type": "integer",
          "format": "int32",
          "description": "1-UBI,2-蚂蚁森林"
        },
        "publisherList": {
          "type": "array",
          "description": "活动发布端",
          "items": {
            "type": "string"
          }
        },
        "startTime": {
          "type": "string",
          "format": "date-time",
          "description": "开始时间"
        }
      },
      "title": "编辑积分发奖",
      "description": "编辑积分发奖"
    },
    "考卷内容": {
      "type": "object",
      "properties": {
        "additionalAnswerOpportunity": {
          "type": "integer",
          "format": "int32",
          "description": "额外答题机会 1-允许 2-每次分享后可获得几次答题机会 3-每次分享后，可获得几次答题机会，但最多可获得几次机会 4-第一次分享后，可额外获得几次答题机会"
        },
        "additionalAnswerOpportunityFraction": {
          "type": "string",
          "description": "额外答题机会分数"
        },
        "answerAgainSetting": {
          "type": "integer",
          "format": "int32",
          "description": "再次答题设置：1-再次答题与上次题目保持一致 2-再次答题重新从题库中随机选择"
        },
        "answerNumber": {
          "type": "integer",
          "format": "int32",
          "description": "答题数量"
        },
        "answerOpportunityNumber": {
          "type": "integer",
          "format": "int32",
          "description": "额外答题机会次数"
        },
        "answerSort": {
          "type": "integer",
          "format": "int32",
          "description": "答题顺序:1-随机 2-按题库顺序"
        },
        "answerTime": {
          "type": "integer",
          "format": "int32",
          "description": "答题时间限制(分钟)"
        },
        "answerTotalScore": {
          "type": "integer",
          "format": "int32",
          "description": "答题总分"
        },
        "endTime": {
          "type": "string",
          "format": "date-time",
          "description": "考卷有效期结束时间"
        },
        "examinationPaperId": {
          "type": "integer",
          "format": "int64",
          "description": "考卷id"
        },
        "examinationPaperTitle": {
          "type": "string",
          "description": "考卷标题"
        },
        "mostAnswerOpportunityNumber": {
          "type": "integer",
          "format": "int32",
          "description": "对应-额外答题机会3：最多可获得答题机会"
        },
        "startTime": {
          "type": "string",
          "format": "date-time",
          "description": "考卷有效期开始时间"
        },
        "subjectViewList": {
          "type": "array",
          "description": "所有题目",
          "items": {
            "$ref": "#/definitions/题目内容详情"
          }
        },
        "userDefaultAnswerOpportunity": {
          "type": "integer",
          "format": "int32",
          "description": "用户默认答题机会次数"
        }
      },
      "title": "考卷内容",
      "description": "考卷内容"
    },
    "考卷奖品": {
      "type": "object",
      "properties": {
        "bonusPoints": {
          "type": "integer",
          "format": "int32",
          "description": "领取奖品：奖励积分 1-为选中"
        },
        "bonusPointsNumber": {
          "type": "integer",
          "format": "int32",
          "description": "奖励积分"
        },
        "examinationPaperId": {
          "type": "integer",
          "format": "int64",
          "description": "考卷id"
        },
        "gradeDescribe": {
          "type": "string",
          "description": "H5等级描述"
        },
        "gradeName": {
          "type": "string",
          "description": "H5等级名称"
        },
        "gradeUrl": {
          "type": "string",
          "description": "H5等级图片URL"
        },
        "incentiveBenefits": {
          "type": "integer",
          "format": "int32",
          "description": "奖励权益 1-为选中"
        },
        "maxScore": {
          "type": "integer",
          "format": "int32",
          "description": "最大得分"
        },
        "minScore": {
          "type": "integer",
          "format": "int32",
          "description": "最小得分"
        },
        "rightsImageUrl": {
          "type": "string",
          "description": "奖励权益图片URL"
        },
        "rightsName": {
          "type": "string",
          "description": "奖励权益名称"
        },
        "skuInfoId": {
          "type": "integer",
          "format": "int64",
          "description": "权益id"
        }
      },
      "title": "考卷奖品",
      "description": "考卷奖品"
    },
    "考卷数据": {
      "type": "object",
      "properties": {
        "activityCode": {
          "type": "string",
          "description": "活动code"
        },
        "activityName": {
          "type": "string",
          "description": "所属活动名称"
        },
        "additionalAnswerOpportunity": {
          "type": "integer",
          "format": "int32",
          "description": "额外答题机会 1-允许 2-每次分享后可获得几次答题机会 3-每次分享后，可获得几次答题机会，但最多可获得几次机会 4-第一次分享后，可额外获得几次答题机会"
        },
        "additionalAnswerOpportunityName": {
          "type": "string",
          "description": "额外答题机会"
        },
        "answerAgainSetting": {
          "type": "integer",
          "format": "int32",
          "description": "再次答题设置：1-再次答题与上次题目保持一致 2-再次答题重新从题库中随机选择"
        },
        "answerNumber": {
          "type": "integer",
          "format": "int32",
          "description": "答题数量"
        },
        "answerOpportunityNumber": {
          "type": "integer",
          "format": "int32",
          "description": "额外答题机会次数"
        },
        "answerSort": {
          "type": "integer",
          "format": "int32",
          "description": "答题顺序:1-随机 2-按题库顺序"
        },
        "answerTime": {
          "type": "integer",
          "format": "int32",
          "description": "答题时间限制(秒)"
        },
        "answerTotalScore": {
          "type": "integer",
          "format": "int32",
          "description": "答题总分"
        },
        "applicableUser": {
          "type": "string",
          "description": "列表展示-适用用户"
        },
        "createdTime": {
          "type": "string",
          "format": "date-time",
          "description": "创建时间"
        },
        "endTime": {
          "type": "string",
          "format": "date-time",
          "description": "考卷有效期结束时间"
        },
        "examinationPaperPrizeSettingVOList": {
          "type": "array",
          "description": "奖品设置",
          "items": {
            "$ref": "#/definitions/ExaminationPaperPrizeSettingVO"
          }
        },
        "examinationPaperStatus": {
          "type": "integer",
          "format": "int32",
          "description": "当前上下架状态（1-上架 2-下架 3-未发布）"
        },
        "examinationPaperTitle": {
          "type": "string",
          "description": "考卷标题"
        },
        "id": {
          "type": "integer",
          "format": "int64",
          "description": "考卷ID"
        },
        "listStatus": {
          "type": "string",
          "description": "列表展示-状态"
        },
        "maxFraction": {
          "type": "integer",
          "format": "int32",
          "description": "最大分数"
        },
        "minFraction": {
          "type": "integer",
          "format": "int32",
          "description": "最小分数"
        },
        "mostAnswerOpportunityNumber": {
          "type": "integer",
          "format": "int32",
          "description": "对应-额外答题机会3：最多可获得答题机会"
        },
        "prizeSetting": {
          "type": "string",
          "description": "列表展示-奖品设置"
        },
        "questionBankId": {
          "type": "string",
          "description": "选择题库(以逗号隔开)"
        },
        "startTime": {
          "type": "string",
          "format": "date-time",
          "description": "考卷有效期开始时间"
        },
        "status": {
          "type": "integer",
          "format": "int32",
          "description": "状态（1-未发布 2-已上架（未开始） 3-已上架（进行中）4-已上架（已结束） 5-已下架）"
        },
        "userDefaultAnswerOpportunity": {
          "type": "integer",
          "format": "int32",
          "description": "用户默认答题机会次数"
        },
        "validityExaminationPaper": {
          "type": "string",
          "description": "考卷有效期(列表展示适用)"
        }
      },
      "title": "考卷数据"
    },
    "车型": {
      "type": "object",
      "properties": {
        "lableName": {
          "type": "string",
          "description": "弹出显示"
        },
        "name": {
          "type": "string",
          "description": "车型名称"
        },
        "value": {
          "type": "string",
          "description": "车型值"
        }
      },
      "title": "车型"
    },
    "车系": {
      "type": "object",
      "properties": {
        "name": {
          "type": "string",
          "description": "车系"
        },
        "value": {
          "type": "string",
          "description": "车系值"
        },
        "vehicleModelName": {
          "type": "string",
          "description": "车型名称"
        },
        "vehicleModelViewList": {
          "type": "array",
          "description": "车型",
          "items": {
            "$ref": "#/definitions/车型"
          }
        }
      },
      "title": "车系"
    },
    "适用用户": {
      "type": "object",
      "properties": {
        "name": {
          "type": "string",
          "description": "用户类型名称"
        },
        "userType": {
          "type": "string"
        },
        "value": {
          "type": "string",
          "description": "用户类型值"
        },
        "vehicleModel": {
          "type": "string"
        },
        "vehicleModelName": {
          "type": "string",
          "description": "车型名称"
        },
        "vehicleSeries": {
          "type": "string"
        },
        "vehicleSeriesViewList": {
          "type": "array",
          "description": "车系",
          "items": {
            "$ref": "#/definitions/车系"
          }
        }
      },
      "title": "适用用户"
    },
    "霸屏": {
      "type": "object",
      "properties": {
        "activityCode": {
          "type": "string",
          "description": "所属活动code"
        },
        "buttonImgUrl": {
          "type": "string",
          "description": "按钮图片url"
        },
        "buttonUrl": {
          "type": "string",
          "description": "按钮跳转详情URL"
        },
        "countDown": {
          "type": "integer",
          "format": "int32",
          "description": "倒计时（秒）"
        },
        "dominatingScreenContent": {
          "type": "integer",
          "format": "int32",
          "description": "霸屏内容 1权益，2图片"
        },
        "dominatingScreenId": {
          "type": "integer",
          "format": "int64",
          "description": "霸屏ID"
        },
        "dominatingScreenName": {
          "type": "string",
          "description": "霸屏名称"
        },
        "endTime": {
          "type": "string",
          "format": "date-time",
          "description": "有效期结束时间"
        },
        "imgUrl": {
          "type": "string",
          "description": "图片地址"
        },
        "isDisplayButton": {
          "type": "integer",
          "format": "int32",
          "description": "按钮显示1-不显示 2-显示"
        },
        "popFrequency": {
          "type": "integer",
          "format": "int32",
          "description": "弹出频率1-不限制每次弹出 2-仅首次弹出 3-每日首次弹出 4-领取后不再弹出"
        },
        "rightsImageUrl": {
          "type": "string",
          "description": "权益图片URL"
        },
        "rightsName": {
          "type": "string",
          "description": "权益名称"
        },
        "skuInfoId": {
          "type": "integer",
          "format": "int64",
          "description": "权益id"
        },
        "startTime": {
          "type": "string",
          "format": "date-time",
          "description": "有效期开始时间"
        },
        "stationJumpImageUrl": {
          "type": "string",
          "description": "站内跳转-图片URL"
        },
        "targetUsers": {
          "type": "integer",
          "format": "int32",
          "description": "目标用户：1系统用户，2自定义用户"
        },
        "triggerPosition": {
          "type": "integer",
          "format": "int32",
          "description": "触发位置1-新用户教育首页 2-用户学院首页 3-观看视频完毕后 4-提交答题后"
        },
        "urlJump": {
          "type": "integer",
          "format": "int32",
          "description": "按钮跳转详情 1-站内跳转，2-站外跳转"
        }
      },
      "title": "霸屏",
      "description": "霸屏"
    },
    "霸屏列表": {
      "type": "object",
      "required": [
        "activityId"
      ],
      "properties": {
        "activityId": {
          "type": "string",
          "description": "活动code"
        },
        "dominatingScreenId": {
          "type": "integer",
          "format": "int64",
          "description": "霸屏ID"
        },
        "triggerPosition": {
          "type": "integer",
          "format": "int32",
          "description": "触发位置1-新用户教育首页 2-用户学院首页 3-观看视频完毕后 4-提交答题后"
        },
        "userId": {
          "type": "string",
          "description": "用户id"
        },
        "userType": {
          "type": "string",
          "description": "用户类型"
        },
        "vehicleModel": {
          "type": "string",
          "description": "车型"
        },
        "vehicleSeries": {
          "type": "string",
          "description": "车系"
        }
      },
      "title": "霸屏列表",
      "description": "霸屏列表"
    },
    "题库数据": {
      "type": "object",
      "properties": {
        "createdTime": {
          "type": "string",
          "format": "date-time",
          "description": "创建时间"
        },
        "id": {
          "type": "integer",
          "format": "int64",
          "description": "题库ID"
        },
        "questionBankName": {
          "type": "string",
          "description": "题库名称"
        },
        "subjectNumber": {
          "type": "integer",
          "format": "int32",
          "description": "数量"
        }
      },
      "title": "题库数据"
    },
    "题目内容详情": {
      "type": "object",
      "properties": {
        "optionType": {
          "type": "integer",
          "format": "int32",
          "description": "选项类型(1-单选，2-多选)"
        },
        "options": {
          "type": "string",
          "example": "A.1种;B.2种;C.3种;D.4种",
          "description": "题目选项"
        },
        "problemDescription": {
          "type": "string",
          "description": "问题描述"
        },
        "problemDescriptionEnclosureUrl": {
          "type": "string",
          "description": "问题描述附件"
        },
        "problemType": {
          "type": "integer",
          "format": "int32",
          "description": "问题类型（1-纯文本，2-视频，3-图片）"
        },
        "rightSolution": {
          "type": "string",
          "description": "正确答案"
        },
        "score": {
          "type": "integer",
          "format": "int32",
          "description": "得分"
        },
        "serialNumberExaminationPool": {
          "type": "integer",
          "format": "int32",
          "description": "考卷池序号"
        },
        "subjectId": {
          "type": "integer",
          "format": "int64",
          "description": "题目ID"
        }
      },
      "title": "题目内容详情",
      "description": "题目内容详情"
    },
    "题目数据": {
      "type": "object",
      "properties": {
        "applicableUser": {
          "type": "integer",
          "format": "int32",
          "description": "适用用户(装备类型):1-全选,2-CNS,3-CRS,4-非CNS非CRS,5-车联网用户"
        },
        "applicableUserDetailedVOList": {
          "type": "array",
          "description": "适用用户",
          "items": {
            "$ref": "#/definitions/ApplicableUserDetailedVO"
          }
        },
        "applicableUserName": {
          "type": "string",
          "description": "装备（用户）(列表展示)"
        },
        "createdTime": {
          "type": "string",
          "format": "date-time",
          "description": "创建时间"
        },
        "id": {
          "type": "integer",
          "format": "int64",
          "description": "题目ID"
        },
        "optionType": {
          "type": "integer",
          "format": "int32",
          "description": "选项类型(1-单选，2-多选)"
        },
        "optionTypeName": {
          "type": "string",
          "description": "选项类型(列表展示)"
        },
        "options": {
          "type": "string",
          "example": "A.1种;B.2种;C.3种;D.4种",
          "description": "题目选项"
        },
        "problemDescription": {
          "type": "string",
          "description": "问题描述"
        },
        "problemDescriptionEnclosureUrl": {
          "type": "string",
          "description": "问题描述附件"
        },
        "problemType": {
          "type": "integer",
          "format": "int32",
          "description": "问题类型（1-纯文本，2-视频，3-图片）"
        },
        "problemTypeName": {
          "type": "string",
          "description": "问题类型(列表展示)"
        },
        "questionBankId": {
          "type": "string",
          "description": "题库ID"
        },
        "questionBankName": {
          "type": "string",
          "description": "题库名称"
        },
        "rightSolution": {
          "type": "string",
          "description": "正确答案"
        },
        "score": {
          "type": "integer",
          "format": "int32",
          "description": "得分"
        },
        "vehicleModel": {
          "type": "string",
          "description": "车型"
        },
        "vehicleSeries": {
          "type": "string",
          "description": "车系"
        }
      },
      "title": "题目数据"
    }
  }
}