swagger.yml 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949
  1. components:
  2. examples:
  3. AccessPath:
  4. value:
  5. placeholder: ""
  6. AccessPathAddReq:
  7. value:
  8. placeholder: ""
  9. AccessPathDeleteReq:
  10. value:
  11. placeholder: ""
  12. AccessPathDeleteReqItem:
  13. value:
  14. placeholder: ""
  15. AccessPathGetReq:
  16. value:
  17. placeholder: ""
  18. AccessPathListReq:
  19. value:
  20. placeholder: ""
  21. AccessPathUpdateReq:
  22. value:
  23. placeholder: ""
  24. DeviceLockRelate:
  25. value:
  26. placeholder: ""
  27. DeviceLockRelateAddReq:
  28. value:
  29. placeholder: ""
  30. DeviceLockRelateListReq:
  31. value:
  32. placeholder: ""
  33. DeviceLockRelateUpdateReq:
  34. value:
  35. placeholder: ""
  36. IdReq:
  37. value:
  38. placeholder: ""
  39. IdsReq:
  40. value:
  41. placeholder: ""
  42. ObjLock:
  43. value:
  44. placeholder: ""
  45. RecordHistory:
  46. value:
  47. placeholder: ""
  48. RecordHistoryAddReq:
  49. value:
  50. placeholder: ""
  51. RecordHistoryListReq:
  52. value:
  53. placeholder: ""
  54. UserLock:
  55. value:
  56. placeholder: ""
  57. UserLockaccess:
  58. value:
  59. placeholder: ""
  60. UserLockaccessAddReq:
  61. value:
  62. placeholder: ""
  63. UserLockaccessDeleteReq:
  64. value:
  65. placeholder: ""
  66. UserLockaccessGetReq:
  67. value:
  68. placeholder: ""
  69. UserLockaccessListReq:
  70. value:
  71. placeholder: ""
  72. UserLockaccessUpdateReq:
  73. value:
  74. placeholder: ""
  75. success:
  76. summary: 请求成功
  77. value:
  78. code: 200
  79. msg: success
  80. schemas:
  81. AccessPath:
  82. type: object
  83. description: ""
  84. AccessPathAddReq:
  85. type: object
  86. description: ""
  87. properties:
  88. lockId:
  89. type: array
  90. description: |
  91. 门禁ID
  92. items:
  93. type: string
  94. description: |
  95. 门禁ID
  96. objId:
  97. type: string
  98. description: |
  99. 设备ID或房间ID(实验室)
  100. objName:
  101. type: string
  102. description: |
  103. 设备名称或房间名称(实验室)
  104. objType:
  105. type: integer
  106. description: |
  107. 对象类型 0 仪器设备 1房间(实验室)
  108. AccessPathDeleteReq:
  109. type: array
  110. description: ""
  111. items:
  112. type: object
  113. description: ""
  114. properties:
  115. objId:
  116. type: string
  117. description: |
  118. 设备ID或房间ID(实验室)
  119. objType:
  120. type: integer
  121. description: |
  122. 对象类型 0 仪器设备 1房间(实验室)
  123. ref: lims_adapter/model/access.AccessPathDeleteReqItem
  124. AccessPathDeleteReqItem:
  125. type: object
  126. description: ""
  127. properties:
  128. objId:
  129. type: string
  130. description: |
  131. 设备ID或房间ID(实验室)
  132. objType:
  133. type: integer
  134. description: |
  135. 对象类型 0 仪器设备 1房间(实验室)
  136. AccessPathGetReq:
  137. type: object
  138. description: ""
  139. properties:
  140. objId:
  141. type: string
  142. description: |
  143. 设备ID或房间ID(实验室)
  144. objType:
  145. type: integer
  146. description: |
  147. 对象类型 0 仪器设备 1房间(实验室)
  148. AccessPathListReq:
  149. type: object
  150. description: |
  151. Fill with you ideas below.
  152. properties:
  153. lockId:
  154. type: string
  155. description: |
  156. 门禁ID
  157. objName:
  158. type: string
  159. description: |
  160. 设备名称或房间名称(实验室)
  161. objType:
  162. type: integer
  163. description: |
  164. 对象类型 0 仪器设备 1房间(实验室)
  165. AccessPathUpdateReq:
  166. type: object
  167. description: ""
  168. properties:
  169. lockId:
  170. type: array
  171. description: |
  172. 门禁ID
  173. items:
  174. type: string
  175. description: |
  176. 门禁ID
  177. objId:
  178. type: string
  179. description: |
  180. 设备ID或房间ID(实验室)
  181. objName:
  182. type: string
  183. description: |
  184. 设备名称或房间名称(实验室)
  185. objType:
  186. type: integer
  187. description: |
  188. 对象类型 0 仪器设备 1房间(实验室)
  189. DeviceLockRelate:
  190. type: object
  191. description: ""
  192. DeviceLockRelateAddReq:
  193. type: object
  194. description: ""
  195. properties:
  196. deviceId:
  197. type: string
  198. description: |
  199. 锁设备ID(原始MacID)
  200. lockId:
  201. type: string
  202. description: |
  203. 门禁ID
  204. lockName:
  205. type: string
  206. description: |
  207. 门禁名称
  208. platformConfigId:
  209. type: string
  210. description: |
  211. 设备平台配置Id
  212. platformType:
  213. type: integer
  214. description: |
  215. 设备平台类型 0 大数华创 1 海康威视
  216. required:
  217. - deviceId
  218. - lockId
  219. - lockName
  220. - platformType
  221. DeviceLockRelateListReq:
  222. type: object
  223. description: |
  224. Fill with you ideas below.
  225. properties:
  226. deviceId:
  227. type: string
  228. description: |
  229. 锁设备ID(原始MacID)
  230. lockId:
  231. type: string
  232. description: |
  233. 门禁ID
  234. lockName:
  235. type: string
  236. description: |
  237. 门禁名称
  238. platformConfigId:
  239. type: string
  240. description: |
  241. 设备平台配置Id
  242. platformType:
  243. type: integer
  244. description: |
  245. 设备平台类型 0 大数华创 1 海康威视
  246. DeviceLockRelateUpdateReq:
  247. type: object
  248. description: ""
  249. properties:
  250. id:
  251. type: integer
  252. description: ""
  253. lockName:
  254. type: string
  255. description: |
  256. 门禁名称
  257. required:
  258. - id
  259. IdReq:
  260. type: object
  261. description: ""
  262. properties:
  263. id:
  264. type: integer
  265. description: ""
  266. required:
  267. - id
  268. IdsReq:
  269. type: object
  270. description: ""
  271. properties:
  272. id:
  273. type: array
  274. description: ""
  275. items:
  276. type: integer
  277. description: ""
  278. required:
  279. - id
  280. ObjLock:
  281. type: object
  282. description: ""
  283. properties:
  284. lock:
  285. type: array
  286. description: ""
  287. items:
  288. type: object
  289. description: ""
  290. ref: lims_adapter/model/access.DeviceLockRelate
  291. objId:
  292. type: string
  293. description: |
  294. 设备ID或房间ID(实验室)
  295. objName:
  296. type: string
  297. description: |
  298. 设备名称或房间名称(实验室)
  299. objType:
  300. type: integer
  301. description: |
  302. 对象类型 0 仪器设备 1房间(实验室)
  303. RecordHistory:
  304. type: object
  305. description: ""
  306. RecordHistoryAddReq:
  307. type: object
  308. description: ""
  309. properties:
  310. channelCode:
  311. type: string
  312. description: |
  313. 传感器编号(门禁ID)
  314. channelName:
  315. type: string
  316. description: |
  317. 传感器名(门禁名称)
  318. createOn:
  319. type: string
  320. description: |-
  321. 开锁时间
  322. DATETIME
  323. dataItem:
  324. type: string
  325. description: |
  326. 设备类型 31:扫码智能锁, 33:人脸识别智能锁
  327. deviceId:
  328. type: string
  329. description: |
  330. 设备id
  331. deviceName:
  332. type: string
  333. description: |
  334. 设备名
  335. isSend:
  336. type: integer
  337. description: |
  338. 是否发送成功 0成功,1失败,2未发送
  339. message:
  340. type: string
  341. description: |
  342. 消息 发送消息内容
  343. projectAccount:
  344. type: string
  345. description: |
  346. 开锁人员账号
  347. projectAccountName:
  348. type: string
  349. description: |
  350. 指令发送发送对象 人脸识别智能锁、智能锁,历史原因字段有误
  351. projectSourse:
  352. type: string
  353. description: |
  354. 项目来源,所属系统 mcs、biobank、lims
  355. sendTo:
  356. type: string
  357. description: |
  358. 发送账号名称 历史原因字段有误
  359. RecordHistoryListReq:
  360. type: object
  361. description: |
  362. Fill with you ideas below.
  363. properties:
  364. channelCode:
  365. type: string
  366. description: |
  367. 传感器编号(门禁ID)
  368. channelName:
  369. type: string
  370. description: |
  371. 传感器名(门禁名称)
  372. createOnEnd:
  373. type: string
  374. description: |-
  375. 开锁时间
  376. DATETIME
  377. createOnStart:
  378. type: string
  379. description: |-
  380. 开锁时间
  381. DATETIME
  382. dataItem:
  383. type: string
  384. description: |
  385. 设备类型 31:扫码智能锁, 33:人脸识别智能锁
  386. deviceId:
  387. type: string
  388. description: |
  389. 设备id
  390. deviceName:
  391. type: string
  392. description: |
  393. 设备名
  394. isSend:
  395. type: integer
  396. description: |
  397. 是否发送成功 0成功,1失败,2未发送
  398. projectAccount:
  399. type: string
  400. description: |
  401. 开锁人员账号
  402. projectAccountName:
  403. type: string
  404. description: |
  405. 指令发送发送对象 人脸识别智能锁、智能锁,历史原因字段有误
  406. projectSourse:
  407. type: string
  408. description: |
  409. 项目来源,所属系统 mcs、biobank、lims
  410. sendTo:
  411. type: string
  412. description: |
  413. 发送账号名称 历史原因字段有误
  414. UserLock:
  415. type: object
  416. description: ""
  417. properties:
  418. lock:
  419. type: array
  420. description: ""
  421. items:
  422. type: object
  423. description: ""
  424. ref: lims_adapter/model/access.DeviceLockRelate
  425. userId:
  426. type: integer
  427. description: ""
  428. userName:
  429. type: string
  430. description: ""
  431. UserLockaccess:
  432. type: object
  433. description: ""
  434. UserLockaccessAddReq:
  435. type: object
  436. description: ""
  437. properties:
  438. lockId:
  439. type: array
  440. description: |
  441. 门禁ID
  442. items:
  443. type: string
  444. description: |
  445. 门禁ID
  446. userId:
  447. type: integer
  448. description: ""
  449. required:
  450. - userId
  451. UserLockaccessDeleteReq:
  452. type: object
  453. description: ""
  454. properties:
  455. userId:
  456. type: array
  457. description: ""
  458. items:
  459. type: integer
  460. description: ""
  461. UserLockaccessGetReq:
  462. type: object
  463. description: ""
  464. properties:
  465. userId:
  466. type: integer
  467. description: ""
  468. required:
  469. - userId
  470. UserLockaccessListReq:
  471. type: object
  472. description: ""
  473. properties:
  474. lockId:
  475. type: string
  476. description: |
  477. 门禁ID
  478. userId:
  479. type: integer
  480. description: |
  481. 用户ID
  482. userName:
  483. type: string
  484. description: |
  485. 用户名
  486. UserLockaccessUpdateReq:
  487. type: object
  488. description: ""
  489. properties:
  490. lockId:
  491. type: array
  492. description: |
  493. 门禁ID
  494. items:
  495. type: string
  496. description: |
  497. 门禁ID
  498. userId:
  499. type: integer
  500. description: ""
  501. required:
  502. - userId
  503. securitySchemes:
  504. basicAuth:
  505. scheme: basic
  506. type: http
  507. bearerAuth:
  508. scheme: bearer
  509. type: http
  510. info:
  511. description: labsop
  512. title: labsop
  513. version: 0.0.1
  514. openapi: 3.0.0
  515. paths:
  516. /AccessPath.Add:
  517. post:
  518. operationId: AccessPathAdd
  519. requestBody:
  520. content:
  521. application/json:
  522. examples:
  523. AccessPathAddReq:
  524. $ref: '#/components/examples/AccessPathAddReq'
  525. schema:
  526. oneOf:
  527. - $ref: '#/components/schemas/AccessPathAddReq'
  528. required: true
  529. responses:
  530. "200":
  531. content:
  532. application/json:
  533. examples:
  534. success:
  535. $ref: '#/components/examples/success'
  536. description: 请求成功
  537. summary: 新增
  538. tags:
  539. - 通路设备
  540. /AccessPath.Delete:
  541. post:
  542. operationId: AccessPathDelete
  543. requestBody:
  544. content:
  545. application/json:
  546. examples:
  547. AccessPathDeleteReq:
  548. $ref: '#/components/examples/AccessPathDeleteReq'
  549. schema:
  550. oneOf:
  551. - $ref: '#/components/schemas/AccessPathDeleteReq'
  552. required: true
  553. responses:
  554. "200":
  555. content:
  556. application/json:
  557. examples:
  558. success:
  559. $ref: '#/components/examples/success'
  560. description: 请求成功
  561. summary: 删除
  562. tags:
  563. - 通路设备
  564. /AccessPath.Get:
  565. post:
  566. operationId: AccessPathGet
  567. requestBody:
  568. content:
  569. application/json:
  570. examples:
  571. AccessPathGetReq:
  572. $ref: '#/components/examples/AccessPathGetReq'
  573. schema:
  574. oneOf:
  575. - $ref: '#/components/schemas/AccessPathGetReq'
  576. required: true
  577. responses:
  578. "200":
  579. content:
  580. application/json:
  581. examples:
  582. success:
  583. $ref: '#/components/examples/success'
  584. description: 请求成功
  585. summary: 查询
  586. tags:
  587. - 通路设备
  588. /AccessPath.List:
  589. post:
  590. operationId: AccessPathList
  591. requestBody:
  592. content:
  593. application/json:
  594. examples:
  595. AccessPathListReq:
  596. $ref: '#/components/examples/AccessPathListReq'
  597. schema:
  598. oneOf:
  599. - $ref: '#/components/schemas/AccessPathListReq'
  600. required: true
  601. responses:
  602. "200":
  603. content:
  604. application/json:
  605. examples:
  606. success:
  607. $ref: '#/components/examples/success'
  608. description: 请求成功
  609. summary: 查询
  610. tags:
  611. - 通路设备
  612. /AccessPath.Update:
  613. post:
  614. operationId: AccessPathUpdate
  615. requestBody:
  616. content:
  617. application/json:
  618. examples:
  619. AccessPathUpdateReq:
  620. $ref: '#/components/examples/AccessPathUpdateReq'
  621. schema:
  622. oneOf:
  623. - $ref: '#/components/schemas/AccessPathUpdateReq'
  624. required: true
  625. responses:
  626. "200":
  627. content:
  628. application/json:
  629. examples:
  630. success:
  631. $ref: '#/components/examples/success'
  632. description: 请求成功
  633. summary: 更新
  634. tags:
  635. - 通路设备
  636. /DeviceLockRelate.Add:
  637. post:
  638. operationId: DeviceLockRelateAdd
  639. requestBody:
  640. content:
  641. application/json:
  642. examples:
  643. DeviceLockRelateAddReq:
  644. $ref: '#/components/examples/DeviceLockRelateAddReq'
  645. schema:
  646. oneOf:
  647. - $ref: '#/components/schemas/DeviceLockRelateAddReq'
  648. required: true
  649. responses:
  650. "200":
  651. content:
  652. application/json:
  653. examples:
  654. success:
  655. $ref: '#/components/examples/success'
  656. description: 请求成功
  657. summary: 新增
  658. tags:
  659. - 门禁列表
  660. /DeviceLockRelate.Delete:
  661. post:
  662. operationId: DeviceLockRelateDelete
  663. requestBody:
  664. content:
  665. application/json:
  666. examples:
  667. IdsReq:
  668. $ref: '#/components/examples/IdsReq'
  669. schema:
  670. oneOf:
  671. - $ref: '#/components/schemas/IdsReq'
  672. required: true
  673. responses:
  674. "200":
  675. content:
  676. application/json:
  677. examples:
  678. success:
  679. $ref: '#/components/examples/success'
  680. description: 请求成功
  681. summary: 删除
  682. tags:
  683. - 门禁列表
  684. /DeviceLockRelate.Get:
  685. post:
  686. operationId: DeviceLockRelateGet
  687. requestBody:
  688. content:
  689. application/json:
  690. examples:
  691. IdReq:
  692. $ref: '#/components/examples/IdReq'
  693. schema:
  694. oneOf:
  695. - $ref: '#/components/schemas/IdReq'
  696. required: true
  697. responses:
  698. "200":
  699. content:
  700. application/json:
  701. examples:
  702. success:
  703. $ref: '#/components/examples/success'
  704. description: 请求成功
  705. summary: 查询
  706. tags:
  707. - 门禁列表
  708. /DeviceLockRelate.List:
  709. post:
  710. operationId: DeviceLockRelateList
  711. requestBody:
  712. content:
  713. application/json:
  714. examples:
  715. DeviceLockRelateListReq:
  716. $ref: '#/components/examples/DeviceLockRelateListReq'
  717. schema:
  718. oneOf:
  719. - $ref: '#/components/schemas/DeviceLockRelateListReq'
  720. required: true
  721. responses:
  722. "200":
  723. content:
  724. application/json:
  725. examples:
  726. success:
  727. $ref: '#/components/examples/success'
  728. description: 请求成功
  729. summary: 查询
  730. tags:
  731. - 门禁列表
  732. /DeviceLockRelate.Update:
  733. post:
  734. operationId: DeviceLockRelateUpdate
  735. requestBody:
  736. content:
  737. application/json:
  738. examples:
  739. DeviceLockRelateUpdateReq:
  740. $ref: '#/components/examples/DeviceLockRelateUpdateReq'
  741. schema:
  742. oneOf:
  743. - $ref: '#/components/schemas/DeviceLockRelateUpdateReq'
  744. required: true
  745. responses:
  746. "200":
  747. content:
  748. application/json:
  749. examples:
  750. success:
  751. $ref: '#/components/examples/success'
  752. description: 请求成功
  753. summary: 更新
  754. tags:
  755. - 门禁列表
  756. /RecordHistory.Add:
  757. post:
  758. operationId: RecordHistoryAdd
  759. requestBody:
  760. content:
  761. application/json:
  762. examples:
  763. RecordHistoryAddReq:
  764. $ref: '#/components/examples/RecordHistoryAddReq'
  765. schema:
  766. oneOf:
  767. - $ref: '#/components/schemas/RecordHistoryAddReq'
  768. required: true
  769. responses:
  770. "200":
  771. content:
  772. application/json:
  773. examples:
  774. success:
  775. $ref: '#/components/examples/success'
  776. description: 请求成功
  777. summary: 新增
  778. tags:
  779. - 门禁访问历史记录
  780. /RecordHistory.Delete:
  781. post:
  782. operationId: RecordHistoryDelete
  783. requestBody:
  784. content:
  785. application/json:
  786. examples:
  787. IdsReq:
  788. $ref: '#/components/examples/IdsReq'
  789. schema:
  790. oneOf:
  791. - $ref: '#/components/schemas/IdsReq'
  792. required: true
  793. responses:
  794. "200":
  795. content:
  796. application/json:
  797. examples:
  798. success:
  799. $ref: '#/components/examples/success'
  800. description: 请求成功
  801. summary: 删除
  802. tags:
  803. - 门禁访问历史记录
  804. /RecordHistory.List:
  805. post:
  806. operationId: RecordHistoryList
  807. requestBody:
  808. content:
  809. application/json:
  810. examples:
  811. RecordHistoryListReq:
  812. $ref: '#/components/examples/RecordHistoryListReq'
  813. schema:
  814. oneOf:
  815. - $ref: '#/components/schemas/RecordHistoryListReq'
  816. required: true
  817. responses:
  818. "200":
  819. content:
  820. application/json:
  821. examples:
  822. success:
  823. $ref: '#/components/examples/success'
  824. description: 请求成功
  825. summary: 查询
  826. tags:
  827. - 门禁访问历史记录
  828. /UserLockaccess.Add:
  829. post:
  830. operationId: UserLockaccessAdd
  831. requestBody:
  832. content:
  833. application/json:
  834. examples:
  835. UserLockaccessAddReq:
  836. $ref: '#/components/examples/UserLockaccessAddReq'
  837. schema:
  838. oneOf:
  839. - $ref: '#/components/schemas/UserLockaccessAddReq'
  840. required: true
  841. responses:
  842. "200":
  843. content:
  844. application/json:
  845. examples:
  846. success:
  847. $ref: '#/components/examples/success'
  848. description: 请求成功
  849. summary: 新增
  850. tags:
  851. - 用户门禁权限设置
  852. /UserLockaccess.Delete:
  853. post:
  854. operationId: UserLockaccessDelete
  855. requestBody:
  856. content:
  857. application/json:
  858. examples:
  859. UserLockaccessDeleteReq:
  860. $ref: '#/components/examples/UserLockaccessDeleteReq'
  861. schema:
  862. oneOf:
  863. - $ref: '#/components/schemas/UserLockaccessDeleteReq'
  864. required: true
  865. responses:
  866. "200":
  867. content:
  868. application/json:
  869. examples:
  870. success:
  871. $ref: '#/components/examples/success'
  872. description: 请求成功
  873. summary: 删除
  874. tags:
  875. - 用户门禁权限设置
  876. /UserLockaccess.Get:
  877. post:
  878. operationId: UserLockaccessGet
  879. requestBody:
  880. content:
  881. application/json:
  882. examples:
  883. UserLockaccessGetReq:
  884. $ref: '#/components/examples/UserLockaccessGetReq'
  885. schema:
  886. oneOf:
  887. - $ref: '#/components/schemas/UserLockaccessGetReq'
  888. required: true
  889. responses:
  890. "200":
  891. content:
  892. application/json:
  893. examples:
  894. success:
  895. $ref: '#/components/examples/success'
  896. description: 请求成功
  897. summary: 查询
  898. tags:
  899. - 用户门禁权限设置
  900. /UserLockaccess.List:
  901. post:
  902. operationId: UserLockaccessList
  903. requestBody:
  904. content:
  905. application/json:
  906. examples:
  907. UserLockaccessListReq:
  908. $ref: '#/components/examples/UserLockaccessListReq'
  909. schema:
  910. oneOf:
  911. - $ref: '#/components/schemas/UserLockaccessListReq'
  912. required: true
  913. responses:
  914. "200":
  915. content:
  916. application/json:
  917. examples:
  918. success:
  919. $ref: '#/components/examples/success'
  920. description: 请求成功
  921. summary: 查询
  922. tags:
  923. - 用户门禁权限设置
  924. /UserLockaccess.Update:
  925. post:
  926. operationId: UserLockaccessUpdate
  927. requestBody:
  928. content:
  929. application/json:
  930. examples:
  931. UserLockaccessUpdateReq:
  932. $ref: '#/components/examples/UserLockaccessUpdateReq'
  933. schema:
  934. oneOf:
  935. - $ref: '#/components/schemas/UserLockaccessUpdateReq'
  936. required: true
  937. responses:
  938. "200":
  939. content:
  940. application/json:
  941. examples:
  942. success:
  943. $ref: '#/components/examples/success'
  944. description: 请求成功
  945. summary: 更新
  946. tags:
  947. - 用户门禁权限设置
  948. security:
  949. - bearerAuth: []