openapi: 3.0.1 info: title: QC description: '' version: 1.0.0 tags: - name: 红领巾爱学习 - name: 红领巾爱学习/集体学习 paths: /CollectiveLearnController/submitContent: post: summary: 集体学习提交内容 x-apifox-folder: 红领巾爱学习/集体学习 x-apifox-status: developing deprecated: false description: '' operationId: submitContent tags: - 红领巾爱学习/集体学习 parameters: [] requestBody: content: application/json: schema: $ref: '#/components/schemas/CollectiveLearnDTO' responses: '200': description: 成功 content: application/json: schema: type: string x-run-in-apifox: https://apifox.com/web/project/3220849/apis/api-107221264-run /CollectiveLearnController/examine: post: summary: 集体学习审核 x-apifox-folder: 红领巾爱学习/集体学习 x-apifox-status: developing deprecated: false description: '' operationId: examine tags: - 红领巾爱学习/集体学习 parameters: [] requestBody: content: application/json: schema: $ref: '#/components/schemas/CollectiveLearnExamineDTO' responses: '200': description: 成功 content: application/json: schema: type: string x-run-in-apifox: https://apifox.com/web/project/3220849/apis/api-107250380-run /CollectiveLearnController/searchExamine: post: summary: 集体学习查询审核弹窗 x-apifox-folder: 红领巾爱学习/集体学习 x-apifox-status: developing deprecated: false description: '' operationId: searchExamine tags: - 红领巾爱学习/集体学习 parameters: [] requestBody: content: application/json: schema: $ref: '#/components/schemas/SearchExamineDTO' responses: '200': description: 成功 content: application/json: schema: $ref: '#/components/schemas/CollectiveLearnSearchExamineVO' x-run-in-apifox: https://apifox.com/web/project/3220849/apis/api-107268692-run /service-redscarf/auth/CollectiveLearnController/notExamineNum: post: summary: 集体学习查询未审核的数量接口 x-apifox-folder: 红领巾爱学习/集体学习 x-apifox-status: developing deprecated: false description: '' operationId: notExamineNum tags: - 红领巾爱学习/集体学习 parameters: [] requestBody: content: application/json: schema: $ref: '#/components/schemas/CollectiveLearnNotExamineNumDTO' responses: '200': description: 成功 content: application/json: schema: $ref: '#/components/schemas/CollectiveLearnNotExamineNumVO' x-run-in-apifox: https://apifox.com/web/project/3220849/apis/api-107548594-run components: schemas: CollectiveLearnNotExamineNumVO: type: object properties: num: type: integer title: 数量 description: 数量 x-apifox-orders: - num required: - num x-apifox-ignore-properties: [] x-apifox-folder: 红领巾爱学习/集体学习 CollectiveLearnNotExamineNumDTO: type: object properties: county: type: string title: 区县名称 description: 区县名称 x-apifox-orders: - county required: - county x-apifox-ignore-properties: [] x-apifox-folder: 红领巾爱学习/集体学习 CollectiveLearnSearchExamineVO: type: object properties: quarter: type: string title: 学季 description: 学季 semester: type: string title: 学期 description: 学期 squadron: type: string title: 中队 description: 中队 presenter: type: string title: 提交人名称 description: 提交人名称 time: type: string title: 时间 description: 时间 location: type: string title: 地点 description: 地点 picList: type: array items: type: string description: 图片 title: 图片列表 description: 图片列表 x-apifox-orders: - quarter - semester - squadron - presenter - time - location - picList required: - quarter - semester - squadron - presenter - time - location - picList x-apifox-ignore-properties: [] x-apifox-folder: 红领巾爱学习/集体学习 SearchExamineDTO: type: object properties: squadronId: type: string title: 中队id description: 中队id x-apifox-orders: - squadronId required: - squadronId x-apifox-ignore-properties: [] x-apifox-folder: 红领巾爱学习/集体学习 CollectiveLearnExamineDTO: type: object properties: squadronId: type: integer title: 中队id description: 中队id isPass: type: integer title: 是否通过(1通过,0不通过) description: 是否通过(1通过,0不通过) x-apifox-orders: - squadronId - isPass required: - squadronId - isPass x-apifox-ignore-properties: [] x-apifox-folder: 红领巾爱学习/集体学习 CollectiveLearnDTO: type: object properties: quarter: type: string title: 学季 description: 学季 semester: type: string title: 学期 description: 学期 time: type: string title: 选择时间 description: 选择时间 location: type: string title: 地点 description: 地点 picList: type: array items: type: string description: 图片 title: 图片列表 description: 图片列表 x-apifox-orders: - quarter - semester - time - location - picList required: - quarter - semester - time - location - picList x-apifox-ignore-properties: [] x-apifox-folder: 红领巾爱学习/集体学习 servers: - url: /auth description: sysmgr服务前置