hlj.yaml 6.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260
  1. openapi: 3.0.1
  2. info:
  3. title: QC
  4. description: ''
  5. version: 1.0.0
  6. tags:
  7. - name: 红领巾爱学习
  8. - name: 红领巾爱学习/集体学习
  9. paths:
  10. /CollectiveLearnController/submitContent:
  11. post:
  12. summary: 集体学习提交内容
  13. x-apifox-folder: 红领巾爱学习/集体学习
  14. x-apifox-status: developing
  15. deprecated: false
  16. description: ''
  17. operationId: submitContent
  18. tags:
  19. - 红领巾爱学习/集体学习
  20. parameters: []
  21. requestBody:
  22. content:
  23. application/json:
  24. schema:
  25. $ref: '#/components/schemas/CollectiveLearnDTO'
  26. responses:
  27. '200':
  28. description: 成功
  29. content:
  30. application/json:
  31. schema:
  32. type: string
  33. x-run-in-apifox: https://apifox.com/web/project/3220849/apis/api-107221264-run
  34. /CollectiveLearnController/examine:
  35. post:
  36. summary: 集体学习审核
  37. x-apifox-folder: 红领巾爱学习/集体学习
  38. x-apifox-status: developing
  39. deprecated: false
  40. description: ''
  41. operationId: examine
  42. tags:
  43. - 红领巾爱学习/集体学习
  44. parameters: []
  45. requestBody:
  46. content:
  47. application/json:
  48. schema:
  49. $ref: '#/components/schemas/CollectiveLearnExamineDTO'
  50. responses:
  51. '200':
  52. description: 成功
  53. content:
  54. application/json:
  55. schema:
  56. type: string
  57. x-run-in-apifox: https://apifox.com/web/project/3220849/apis/api-107250380-run
  58. /CollectiveLearnController/searchExamine:
  59. post:
  60. summary: 集体学习查询审核弹窗
  61. x-apifox-folder: 红领巾爱学习/集体学习
  62. x-apifox-status: developing
  63. deprecated: false
  64. description: ''
  65. operationId: searchExamine
  66. tags:
  67. - 红领巾爱学习/集体学习
  68. parameters: []
  69. requestBody:
  70. content:
  71. application/json:
  72. schema:
  73. $ref: '#/components/schemas/SearchExamineDTO'
  74. responses:
  75. '200':
  76. description: 成功
  77. content:
  78. application/json:
  79. schema:
  80. $ref: '#/components/schemas/CollectiveLearnSearchExamineVO'
  81. x-run-in-apifox: https://apifox.com/web/project/3220849/apis/api-107268692-run
  82. /service-redscarf/auth/CollectiveLearnController/notExamineNum:
  83. post:
  84. summary: 集体学习查询未审核的数量接口
  85. x-apifox-folder: 红领巾爱学习/集体学习
  86. x-apifox-status: developing
  87. deprecated: false
  88. description: ''
  89. operationId: notExamineNum
  90. tags:
  91. - 红领巾爱学习/集体学习
  92. parameters: []
  93. requestBody:
  94. content:
  95. application/json:
  96. schema:
  97. $ref: '#/components/schemas/CollectiveLearnNotExamineNumDTO'
  98. responses:
  99. '200':
  100. description: 成功
  101. content:
  102. application/json:
  103. schema:
  104. $ref: '#/components/schemas/CollectiveLearnNotExamineNumVO'
  105. x-run-in-apifox: https://apifox.com/web/project/3220849/apis/api-107548594-run
  106. components:
  107. schemas:
  108. CollectiveLearnNotExamineNumVO:
  109. type: object
  110. properties:
  111. num:
  112. type: integer
  113. title: 数量
  114. description: 数量
  115. x-apifox-orders:
  116. - num
  117. required:
  118. - num
  119. x-apifox-ignore-properties: []
  120. x-apifox-folder: 红领巾爱学习/集体学习
  121. CollectiveLearnNotExamineNumDTO:
  122. type: object
  123. properties:
  124. county:
  125. type: string
  126. title: 区县名称
  127. description: 区县名称
  128. x-apifox-orders:
  129. - county
  130. required:
  131. - county
  132. x-apifox-ignore-properties: []
  133. x-apifox-folder: 红领巾爱学习/集体学习
  134. CollectiveLearnSearchExamineVO:
  135. type: object
  136. properties:
  137. quarter:
  138. type: string
  139. title: 学季
  140. description: 学季
  141. semester:
  142. type: string
  143. title: 学期
  144. description: 学期
  145. squadron:
  146. type: string
  147. title: 中队
  148. description: 中队
  149. presenter:
  150. type: string
  151. title: 提交人名称
  152. description: 提交人名称
  153. time:
  154. type: string
  155. title: 时间
  156. description: 时间
  157. location:
  158. type: string
  159. title: 地点
  160. description: 地点
  161. picList:
  162. type: array
  163. items:
  164. type: string
  165. description: 图片
  166. title: 图片列表
  167. description: 图片列表
  168. x-apifox-orders:
  169. - quarter
  170. - semester
  171. - squadron
  172. - presenter
  173. - time
  174. - location
  175. - picList
  176. required:
  177. - quarter
  178. - semester
  179. - squadron
  180. - presenter
  181. - time
  182. - location
  183. - picList
  184. x-apifox-ignore-properties: []
  185. x-apifox-folder: 红领巾爱学习/集体学习
  186. SearchExamineDTO:
  187. type: object
  188. properties:
  189. squadronId:
  190. type: string
  191. title: 中队id
  192. description: 中队id
  193. x-apifox-orders:
  194. - squadronId
  195. required:
  196. - squadronId
  197. x-apifox-ignore-properties: []
  198. x-apifox-folder: 红领巾爱学习/集体学习
  199. CollectiveLearnExamineDTO:
  200. type: object
  201. properties:
  202. squadronId:
  203. type: integer
  204. title: 中队id
  205. description: 中队id
  206. isPass:
  207. type: integer
  208. title: 是否通过(1通过,0不通过)
  209. description: 是否通过(1通过,0不通过)
  210. x-apifox-orders:
  211. - squadronId
  212. - isPass
  213. required:
  214. - squadronId
  215. - isPass
  216. x-apifox-ignore-properties: []
  217. x-apifox-folder: 红领巾爱学习/集体学习
  218. CollectiveLearnDTO:
  219. type: object
  220. properties:
  221. quarter:
  222. type: string
  223. title: 学季
  224. description: 学季
  225. semester:
  226. type: string
  227. title: 学期
  228. description: 学期
  229. time:
  230. type: string
  231. title: 选择时间
  232. description: 选择时间
  233. location:
  234. type: string
  235. title: 地点
  236. description: 地点
  237. picList:
  238. type: array
  239. items:
  240. type: string
  241. description: 图片
  242. title: 图片列表
  243. description: 图片列表
  244. x-apifox-orders:
  245. - quarter
  246. - semester
  247. - time
  248. - location
  249. - picList
  250. required:
  251. - quarter
  252. - semester
  253. - time
  254. - location
  255. - picList
  256. x-apifox-ignore-properties: []
  257. x-apifox-folder: 红领巾爱学习/集体学习
  258. servers:
  259. - url: /auth
  260. description: sysmgr服务前置