1
0

ad_api.json 35 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379
  1. [
  2. {
  3. "id": 161227167658053,
  4. "parentId": 0,
  5. "label": "接口服务",
  6. "path": "api",
  7. "description": "",
  8. "enabled": true,
  9. "childs": [
  10. {
  11. "id": 161227168079941,
  12. "parentId": 161227167658053,
  13. "label": "查询接口",
  14. "path": "/api/admin/api/get",
  15. "httpMethods": "get",
  16. "description": "",
  17. "enabled": true,
  18. "childs": []
  19. },
  20. {
  21. "id": 161227168116805,
  22. "parentId": 161227167658053,
  23. "label": "查询列表",
  24. "path": "/api/admin/api/get-list",
  25. "httpMethods": "get",
  26. "description": "",
  27. "enabled": true,
  28. "childs": []
  29. },
  30. {
  31. "id": 161227168116806,
  32. "parentId": 161227167658053,
  33. "label": "查询分页",
  34. "path": "/api/admin/api/get-page",
  35. "httpMethods": "post",
  36. "description": "",
  37. "enabled": true,
  38. "childs": []
  39. },
  40. {
  41. "id": 161227168120901,
  42. "parentId": 161227167658053,
  43. "label": "添加",
  44. "path": "/api/admin/api/add",
  45. "httpMethods": "post",
  46. "description": "",
  47. "enabled": true,
  48. "childs": []
  49. },
  50. {
  51. "id": 161227168120902,
  52. "parentId": 161227167658053,
  53. "label": "修改",
  54. "path": "/api/admin/api/update",
  55. "httpMethods": "put",
  56. "description": "",
  57. "enabled": true,
  58. "childs": []
  59. },
  60. {
  61. "id": 161227168120903,
  62. "parentId": 161227167658053,
  63. "label": "删除",
  64. "path": "/api/admin/api/soft-delete",
  65. "httpMethods": "delete",
  66. "description": "",
  67. "enabled": true,
  68. "childs": []
  69. },
  70. {
  71. "id": 161227168124997,
  72. "parentId": 161227167658053,
  73. "label": "批量删除",
  74. "path": "/api/admin/api/batch-soft-delete",
  75. "httpMethods": "put",
  76. "description": "",
  77. "enabled": true,
  78. "childs": []
  79. },
  80. {
  81. "id": 161227168124998,
  82. "parentId": 161227167658053,
  83. "label": "同步",
  84. "path": "/api/admin/api/sync",
  85. "httpMethods": "post",
  86. "description": "",
  87. "enabled": true,
  88. "childs": []
  89. },
  90. {
  91. "id": 271618651914309,
  92. "parentId": 161227167658053,
  93. "label": "彻底删除",
  94. "path": "/api/admin/api/delete",
  95. "httpMethods": "delete",
  96. "description": "",
  97. "enabled": true,
  98. "childs": []
  99. }
  100. ]
  101. },
  102. {
  103. "id": 161227167719493,
  104. "parentId": 0,
  105. "label": "认证授权服务",
  106. "path": "auth",
  107. "description": "",
  108. "enabled": true,
  109. "childs": [
  110. {
  111. "id": 161227168129093,
  112. "parentId": 161227167719493,
  113. "label": "获取验证码",
  114. "path": "/api/admin/auth/get-verify-code",
  115. "httpMethods": "get",
  116. "description": "",
  117. "childs": []
  118. },
  119. {
  120. "id": 161227168129094,
  121. "parentId": 161227167719493,
  122. "label": "查询密钥",
  123. "path": "/api/admin/auth/get-password-encrypt-key",
  124. "httpMethods": "get",
  125. "description": "",
  126. "enabled": true,
  127. "childs": []
  128. },
  129. {
  130. "id": 161227168129095,
  131. "parentId": 161227167719493,
  132. "label": "查询用户信息",
  133. "path": "/api/admin/auth/get-userinfo",
  134. "httpMethods": "get",
  135. "description": "",
  136. "childs": []
  137. },
  138. {
  139. "id": 161227168133189,
  140. "parentId": 161227167719493,
  141. "label": "登录",
  142. "path": "/api/admin/auth/login",
  143. "httpMethods": "post",
  144. "description": "",
  145. "enabled": true,
  146. "childs": []
  147. },
  148. {
  149. "id": 161227168133190,
  150. "parentId": 161227167719493,
  151. "label": "刷新Token",
  152. "path": "/api/admin/auth/refresh",
  153. "httpMethods": "get",
  154. "description": "以旧换新",
  155. "enabled": true,
  156. "childs": []
  157. },
  158. {
  159. "id": 271618651922501,
  160. "parentId": 161227167719493,
  161. "label": "查询用户信息",
  162. "path": "/api/admin/auth/get-user-info",
  163. "httpMethods": "get",
  164. "description": "",
  165. "enabled": true,
  166. "childs": []
  167. },
  168. {
  169. "id": 271618651922502,
  170. "parentId": 161227167719493,
  171. "label": "获取验证数据",
  172. "path": "/api/admin/auth/get-captcha",
  173. "httpMethods": "get",
  174. "description": "",
  175. "enabled": true,
  176. "childs": []
  177. },
  178. {
  179. "id": 271618651922503,
  180. "parentId": 161227167719493,
  181. "label": "检查验证数据",
  182. "path": "/api/admin/auth/check-captcha",
  183. "httpMethods": "get",
  184. "description": "",
  185. "enabled": true,
  186. "childs": []
  187. }
  188. ]
  189. },
  190. {
  191. "id": 161227167719494,
  192. "parentId": 0,
  193. "label": "数据字典服务",
  194. "path": "dictionary",
  195. "description": "",
  196. "enabled": true,
  197. "childs": [
  198. {
  199. "id": 161227168137285,
  200. "parentId": 161227167719494,
  201. "label": "查询数据字典",
  202. "path": "/api/admin/dictionary/get",
  203. "httpMethods": "get",
  204. "description": "",
  205. "enabled": true,
  206. "childs": []
  207. },
  208. {
  209. "id": 161227168137286,
  210. "parentId": 161227167719494,
  211. "label": "查询数据字典列表",
  212. "path": "/api/admin/dictionary/get-page",
  213. "httpMethods": "post",
  214. "description": "",
  215. "enabled": true,
  216. "childs": []
  217. },
  218. {
  219. "id": 161227168137287,
  220. "parentId": 161227167719494,
  221. "label": "新增",
  222. "path": "/api/admin/dictionary/add",
  223. "httpMethods": "post",
  224. "description": "",
  225. "enabled": true,
  226. "childs": []
  227. },
  228. {
  229. "id": 161227168141381,
  230. "parentId": 161227167719494,
  231. "label": "修改",
  232. "path": "/api/admin/dictionary/update",
  233. "httpMethods": "put",
  234. "description": "",
  235. "enabled": true,
  236. "childs": []
  237. },
  238. {
  239. "id": 161227168141382,
  240. "parentId": 161227167719494,
  241. "label": "删除",
  242. "path": "/api/admin/dictionary/soft-delete",
  243. "httpMethods": "delete",
  244. "description": "",
  245. "enabled": true,
  246. "childs": []
  247. },
  248. {
  249. "id": 184100551516229,
  250. "parentId": 161227167719494,
  251. "label": "批量删除",
  252. "path": "/api/admin/dictionary/batch-soft-delete",
  253. "httpMethods": "put",
  254. "description": "",
  255. "enabled": true,
  256. "childs": []
  257. },
  258. {
  259. "id": 271618651922504,
  260. "parentId": 161227167719494,
  261. "label": "彻底删除",
  262. "path": "/api/admin/dictionary/delete",
  263. "httpMethods": "delete",
  264. "description": "",
  265. "enabled": true,
  266. "childs": []
  267. }
  268. ]
  269. },
  270. {
  271. "id": 161227167719495,
  272. "parentId": 0,
  273. "label": "权限服务",
  274. "path": "permission",
  275. "description": "",
  276. "enabled": true,
  277. "childs": [
  278. {
  279. "id": 161227168141383,
  280. "parentId": 161227167719495,
  281. "label": "查询权限列表",
  282. "path": "/api/admin/permission/get-list",
  283. "httpMethods": "get",
  284. "description": "",
  285. "enabled": true,
  286. "childs": []
  287. },
  288. {
  289. "id": 161227168145477,
  290. "parentId": 161227167719495,
  291. "label": "查询分组",
  292. "path": "/api/admin/permission/get-group",
  293. "httpMethods": "get",
  294. "description": "",
  295. "enabled": true,
  296. "childs": []
  297. },
  298. {
  299. "id": 161227168145478,
  300. "parentId": 161227167719495,
  301. "label": "查询菜单",
  302. "path": "/api/admin/permission/get-menu",
  303. "httpMethods": "get",
  304. "description": "",
  305. "enabled": true,
  306. "childs": []
  307. },
  308. {
  309. "id": 161227168149573,
  310. "parentId": 161227167719495,
  311. "label": "查询接口",
  312. "path": "/api/admin/permission/get-api",
  313. "httpMethods": "get",
  314. "description": "",
  315. "enabled": true,
  316. "childs": []
  317. },
  318. {
  319. "id": 161227168149574,
  320. "parentId": 161227167719495,
  321. "label": "查询角色权限-权限列表",
  322. "path": "/api/admin/permission/get-permission-list",
  323. "httpMethods": "get",
  324. "description": "",
  325. "enabled": true,
  326. "childs": []
  327. },
  328. {
  329. "id": 161227168149575,
  330. "parentId": 161227167719495,
  331. "label": "查询角色权限列表",
  332. "path": "/api/admin/permission/get-role-permission-list",
  333. "httpMethods": "get",
  334. "description": "",
  335. "enabled": true,
  336. "childs": []
  337. },
  338. {
  339. "id": 161227168153669,
  340. "parentId": 161227167719495,
  341. "label": "新增分组",
  342. "path": "/api/admin/permission/add-group",
  343. "httpMethods": "post",
  344. "description": "",
  345. "enabled": true,
  346. "childs": []
  347. },
  348. {
  349. "id": 161227168153670,
  350. "parentId": 161227167719495,
  351. "label": "新增菜单",
  352. "path": "/api/admin/permission/add-menu",
  353. "httpMethods": "post",
  354. "description": "",
  355. "enabled": true,
  356. "childs": []
  357. },
  358. {
  359. "id": 161227168153671,
  360. "parentId": 161227167719495,
  361. "label": "新增接口",
  362. "path": "/api/admin/permission/add-api",
  363. "httpMethods": "post",
  364. "description": "",
  365. "enabled": true,
  366. "childs": []
  367. },
  368. {
  369. "id": 161227168157765,
  370. "parentId": 161227167719495,
  371. "label": "修改分组",
  372. "path": "/api/admin/permission/update-group",
  373. "httpMethods": "put",
  374. "description": "",
  375. "enabled": true,
  376. "childs": []
  377. },
  378. {
  379. "id": 161227168157766,
  380. "parentId": 161227167719495,
  381. "label": "修改菜单",
  382. "path": "/api/admin/permission/update-menu",
  383. "httpMethods": "put",
  384. "description": "",
  385. "enabled": true,
  386. "childs": []
  387. },
  388. {
  389. "id": 161227168161861,
  390. "parentId": 161227167719495,
  391. "label": "修改接口",
  392. "path": "/api/admin/permission/update-api",
  393. "httpMethods": "put",
  394. "description": "",
  395. "enabled": true,
  396. "childs": []
  397. },
  398. {
  399. "id": 161227168161862,
  400. "parentId": 161227167719495,
  401. "label": "删除",
  402. "path": "/api/admin/permission/soft-delete",
  403. "httpMethods": "delete",
  404. "description": "",
  405. "enabled": true,
  406. "childs": []
  407. },
  408. {
  409. "id": 161227168165957,
  410. "parentId": 161227167719495,
  411. "label": "保存角色权限",
  412. "path": "/api/admin/permission/assign",
  413. "httpMethods": "post",
  414. "description": "",
  415. "enabled": true,
  416. "childs": []
  417. },
  418. {
  419. "id": 161227168165958,
  420. "parentId": 161227167719495,
  421. "label": "查询权限点",
  422. "path": "/api/admin/permission/get-dot",
  423. "httpMethods": "get",
  424. "description": "",
  425. "enabled": true,
  426. "childs": []
  427. },
  428. {
  429. "id": 161227168165959,
  430. "parentId": 161227167719495,
  431. "label": "新增权限点",
  432. "path": "/api/admin/permission/add-dot",
  433. "httpMethods": "post",
  434. "description": "",
  435. "enabled": true,
  436. "childs": []
  437. },
  438. {
  439. "id": 161227168170053,
  440. "parentId": 161227167719495,
  441. "label": "修改权限点",
  442. "path": "/api/admin/permission/update-dot",
  443. "httpMethods": "put",
  444. "description": "",
  445. "enabled": true,
  446. "childs": []
  447. },
  448. {
  449. "id": 170317848645701,
  450. "parentId": 161227167719495,
  451. "label": "查询租户权限列表",
  452. "path": "/api/admin/permission/get-tenant-permission-list",
  453. "httpMethods": "get",
  454. "description": "",
  455. "enabled": true,
  456. "childs": []
  457. },
  458. {
  459. "id": 170317848662085,
  460. "parentId": 161227167719495,
  461. "label": "保存租户权限",
  462. "path": "/api/admin/permission/save-tenant-permissions",
  463. "httpMethods": "post",
  464. "description": "",
  465. "enabled": true,
  466. "childs": []
  467. },
  468. {
  469. "id": 187384805367877,
  470. "parentId": 161227167719495,
  471. "label": "彻底删除",
  472. "path": "/api/admin/permission/delete",
  473. "httpMethods": "delete",
  474. "description": "",
  475. "enabled": true,
  476. "childs": []
  477. },
  478. {
  479. "id": 271618651926603,
  480. "parentId": 161227167719495,
  481. "label": "查询权限",
  482. "path": "/api/admin/permission/get",
  483. "httpMethods": "get",
  484. "description": "",
  485. "enabled": true,
  486. "childs": []
  487. }
  488. ]
  489. },
  490. {
  491. "id": 161227167719496,
  492. "parentId": 0,
  493. "label": "角色服务",
  494. "path": "role",
  495. "description": "",
  496. "enabled": true,
  497. "childs": [
  498. {
  499. "id": 161227168170054,
  500. "parentId": 161227167719496,
  501. "label": "查询角色",
  502. "path": "/api/admin/role/get",
  503. "httpMethods": "get",
  504. "description": "",
  505. "enabled": true,
  506. "childs": []
  507. },
  508. {
  509. "id": 161227168170055,
  510. "parentId": 161227167719496,
  511. "label": "查询角色列表",
  512. "path": "/api/admin/role/get-page",
  513. "httpMethods": "post",
  514. "description": "",
  515. "enabled": true,
  516. "childs": []
  517. },
  518. {
  519. "id": 161227168174149,
  520. "parentId": 161227167719496,
  521. "label": "新增",
  522. "path": "/api/admin/role/add",
  523. "httpMethods": "post",
  524. "description": "",
  525. "enabled": true,
  526. "childs": []
  527. },
  528. {
  529. "id": 161227168178245,
  530. "parentId": 161227167719496,
  531. "label": "修改",
  532. "path": "/api/admin/role/update",
  533. "httpMethods": "put",
  534. "description": "",
  535. "enabled": true,
  536. "childs": []
  537. },
  538. {
  539. "id": 161227168178246,
  540. "parentId": 161227167719496,
  541. "label": "删除",
  542. "path": "/api/admin/role/soft-delete",
  543. "httpMethods": "delete",
  544. "description": "",
  545. "enabled": true,
  546. "childs": []
  547. },
  548. {
  549. "id": 161227168182341,
  550. "parentId": 161227167719496,
  551. "label": "批量删除",
  552. "path": "/api/admin/role/batch-soft-delete",
  553. "httpMethods": "put",
  554. "description": "",
  555. "enabled": true,
  556. "childs": []
  557. },
  558. {
  559. "id": 271618651926604,
  560. "parentId": 161227167719496,
  561. "label": "彻底删除",
  562. "path": "/api/admin/role/delete",
  563. "httpMethods": "delete",
  564. "description": "",
  565. "enabled": true,
  566. "childs": []
  567. }
  568. ]
  569. },
  570. {
  571. "id": 161227167719497,
  572. "parentId": 0,
  573. "label": "用户服务",
  574. "path": "user",
  575. "description": "",
  576. "enabled": true,
  577. "childs": [
  578. {
  579. "id": 161227168182342,
  580. "parentId": 161227167719497,
  581. "label": "查询用户基本信息",
  582. "path": "/api/admin/user/get-basic",
  583. "httpMethods": "get",
  584. "description": "",
  585. "enabled": true,
  586. "childs": []
  587. },
  588. {
  589. "id": 161227168182343,
  590. "parentId": 161227167719497,
  591. "label": "查询用户",
  592. "path": "/api/admin/user/get",
  593. "httpMethods": "get",
  594. "description": "",
  595. "enabled": true,
  596. "childs": []
  597. },
  598. {
  599. "id": 161227168186437,
  600. "parentId": 161227167719497,
  601. "label": "查询分页",
  602. "path": "/api/admin/user/get-page",
  603. "httpMethods": "post",
  604. "description": "",
  605. "enabled": true,
  606. "childs": []
  607. },
  608. {
  609. "id": 161227168186438,
  610. "parentId": 161227167719497,
  611. "label": "新增用户",
  612. "path": "/api/admin/user/add",
  613. "httpMethods": "post",
  614. "description": "",
  615. "enabled": true,
  616. "childs": []
  617. },
  618. {
  619. "id": 161227168190533,
  620. "parentId": 161227167719497,
  621. "label": "修改用户",
  622. "path": "/api/admin/user/update",
  623. "httpMethods": "put",
  624. "description": "",
  625. "enabled": true,
  626. "childs": []
  627. },
  628. {
  629. "id": 161227168190534,
  630. "parentId": 161227167719497,
  631. "label": "删除用户",
  632. "path": "/api/admin/user/soft-delete",
  633. "httpMethods": "delete",
  634. "description": "",
  635. "enabled": true,
  636. "childs": []
  637. },
  638. {
  639. "id": 161227168190535,
  640. "parentId": 161227167719497,
  641. "label": "批量删除用户",
  642. "path": "/api/admin/user/batch-soft-delete",
  643. "httpMethods": "put",
  644. "description": "",
  645. "enabled": true,
  646. "childs": []
  647. },
  648. {
  649. "id": 161227168194629,
  650. "parentId": 161227167719497,
  651. "label": "修改用户密码",
  652. "path": "/api/admin/user/change-password",
  653. "httpMethods": "put",
  654. "description": "",
  655. "enabled": true,
  656. "childs": []
  657. },
  658. {
  659. "id": 161227168194630,
  660. "parentId": 161227167719497,
  661. "label": "更新用户基本信息",
  662. "path": "/api/admin/user/update-basic",
  663. "httpMethods": "put",
  664. "description": "",
  665. "enabled": true,
  666. "childs": []
  667. },
  668. {
  669. "id": 161227168194631,
  670. "parentId": 161227167719497,
  671. "label": "上传头像",
  672. "path": "/api/admin/user/avatar-upload",
  673. "httpMethods": "post",
  674. "description": "",
  675. "enabled": true,
  676. "childs": []
  677. },
  678. {
  679. "id": 189095453691973,
  680. "parentId": 161227167719497,
  681. "label": "查询下拉数据",
  682. "path": "/api/admin/user/get-select",
  683. "httpMethods": "get",
  684. "description": "",
  685. "enabled": true,
  686. "childs": []
  687. },
  688. {
  689. "id": 271618651926605,
  690. "parentId": 161227167719497,
  691. "label": "查询登录用户信息",
  692. "path": "/api/admin/user/get-login-user",
  693. "httpMethods": "get",
  694. "description": "",
  695. "enabled": true,
  696. "childs": []
  697. },
  698. {
  699. "id": 271618651926606,
  700. "parentId": 161227167719497,
  701. "label": "查询用户权限信息",
  702. "path": "/api/admin/user/get-permissions",
  703. "httpMethods": "get",
  704. "description": "",
  705. "enabled": true,
  706. "childs": []
  707. },
  708. {
  709. "id": 271618651926607,
  710. "parentId": 161227167719497,
  711. "label": "彻底删除用户",
  712. "path": "/api/admin/user/delete",
  713. "httpMethods": "delete",
  714. "description": "",
  715. "enabled": true,
  716. "childs": []
  717. }
  718. ]
  719. },
  720. {
  721. "id": 161227167719498,
  722. "parentId": 0,
  723. "label": "视图服务",
  724. "path": "view",
  725. "description": "",
  726. "enabled": true,
  727. "childs": [
  728. {
  729. "id": 161227168198725,
  730. "parentId": 161227167719498,
  731. "label": "查询视图",
  732. "path": "/api/admin/view/get",
  733. "httpMethods": "get",
  734. "description": "",
  735. "enabled": true,
  736. "childs": []
  737. },
  738. {
  739. "id": 161227168198726,
  740. "parentId": 161227167719498,
  741. "label": "查询列表",
  742. "path": "/api/admin/view/get-list",
  743. "httpMethods": "get",
  744. "description": "",
  745. "enabled": true,
  746. "childs": []
  747. },
  748. {
  749. "id": 161227168202821,
  750. "parentId": 161227167719498,
  751. "label": "查询分页视图",
  752. "path": "/api/admin/view/get-page",
  753. "httpMethods": "post",
  754. "description": "",
  755. "childs": []
  756. },
  757. {
  758. "id": 161227168202822,
  759. "parentId": 161227167719498,
  760. "label": "新增",
  761. "path": "/api/admin/view/add",
  762. "httpMethods": "post",
  763. "description": "",
  764. "enabled": true,
  765. "childs": []
  766. },
  767. {
  768. "id": 161227168202823,
  769. "parentId": 161227167719498,
  770. "label": "修改",
  771. "path": "/api/admin/view/update",
  772. "httpMethods": "put",
  773. "description": "",
  774. "enabled": true,
  775. "childs": []
  776. },
  777. {
  778. "id": 161227168206917,
  779. "parentId": 161227167719498,
  780. "label": "删除",
  781. "path": "/api/admin/view/soft-delete",
  782. "httpMethods": "delete",
  783. "description": "",
  784. "enabled": true,
  785. "childs": []
  786. },
  787. {
  788. "id": 161227168206918,
  789. "parentId": 161227167719498,
  790. "label": "批量删除",
  791. "path": "/api/admin/view/batch-soft-delete",
  792. "httpMethods": "put",
  793. "description": "",
  794. "enabled": true,
  795. "childs": []
  796. },
  797. {
  798. "id": 161227168206919,
  799. "parentId": 161227167719498,
  800. "label": "同步",
  801. "path": "/api/admin/view/sync",
  802. "httpMethods": "post",
  803. "description": "",
  804. "enabled": true,
  805. "childs": []
  806. },
  807. {
  808. "id": 271618651926608,
  809. "parentId": 161227167719498,
  810. "label": "彻底删除",
  811. "path": "/api/admin/view/delete",
  812. "httpMethods": "delete",
  813. "description": "",
  814. "enabled": true,
  815. "childs": []
  816. }
  817. ]
  818. },
  819. {
  820. "id": 161227167723589,
  821. "parentId": 0,
  822. "label": "缓存服务",
  823. "path": "cache",
  824. "description": "",
  825. "enabled": true,
  826. "childs": [
  827. {
  828. "id": 161227168211013,
  829. "parentId": 161227167723589,
  830. "label": "查询列表",
  831. "path": "/api/admin/cache/get-list",
  832. "httpMethods": "get",
  833. "description": "",
  834. "enabled": true,
  835. "childs": []
  836. },
  837. {
  838. "id": 161227168211014,
  839. "parentId": 161227167723589,
  840. "label": "清除缓存",
  841. "path": "/api/admin/cache/clear",
  842. "httpMethods": "delete",
  843. "description": "",
  844. "enabled": true,
  845. "childs": []
  846. }
  847. ]
  848. },
  849. {
  850. "id": 161227167723590,
  851. "parentId": 0,
  852. "label": "登录日志服务",
  853. "path": "login-log",
  854. "description": "",
  855. "enabled": true,
  856. "childs": [
  857. {
  858. "id": 161227168215109,
  859. "parentId": 161227167723590,
  860. "label": "查询登录日志列表",
  861. "path": "/api/admin/login-log/get-page",
  862. "httpMethods": "post",
  863. "description": "",
  864. "enabled": true,
  865. "childs": []
  866. },
  867. {
  868. "id": 271618651926601,
  869. "parentId": 161227167723590,
  870. "label": "新增",
  871. "path": "/api/admin/login-log/add",
  872. "httpMethods": "post",
  873. "description": "",
  874. "enabled": true,
  875. "childs": []
  876. }
  877. ]
  878. },
  879. {
  880. "id": 161227167723591,
  881. "parentId": 0,
  882. "label": "操作日志服务",
  883. "path": "opration-log",
  884. "description": "",
  885. "enabled": true,
  886. "childs": [
  887. {
  888. "id": 161227168215110,
  889. "parentId": 161227167723591,
  890. "label": "查询操作日志列表",
  891. "path": "/api/admin/opration-log/get-page",
  892. "httpMethods": "post",
  893. "description": "",
  894. "enabled": true,
  895. "childs": []
  896. },
  897. {
  898. "id": 271618651926602,
  899. "parentId": 161227167723591,
  900. "label": "新增",
  901. "path": "/api/admin/opration-log/add",
  902. "httpMethods": "post",
  903. "description": "",
  904. "enabled": true,
  905. "childs": []
  906. }
  907. ]
  908. },
  909. {
  910. "id": 161227167723592,
  911. "parentId": 0,
  912. "label": "文档服务",
  913. "path": "document",
  914. "description": "",
  915. "enabled": true,
  916. "childs": [
  917. {
  918. "id": 161227168215111,
  919. "parentId": 161227167723592,
  920. "label": "查询文档列表",
  921. "path": "/api/admin/document/get-list",
  922. "httpMethods": "get",
  923. "description": "",
  924. "enabled": true,
  925. "childs": []
  926. },
  927. {
  928. "id": 161227168219205,
  929. "parentId": 161227167723592,
  930. "label": "查询分组",
  931. "path": "/api/admin/document/get-group",
  932. "httpMethods": "get",
  933. "description": "",
  934. "enabled": true,
  935. "childs": []
  936. },
  937. {
  938. "id": 161227168219206,
  939. "parentId": 161227167723592,
  940. "label": "查询菜单",
  941. "path": "/api/admin/document/get-menu",
  942. "httpMethods": "get",
  943. "description": "",
  944. "enabled": true,
  945. "childs": []
  946. },
  947. {
  948. "id": 161227168223301,
  949. "parentId": 161227167723592,
  950. "label": "查询精简文档列表",
  951. "path": "/api/admin/document/get-plain-list",
  952. "httpMethods": "get",
  953. "description": "",
  954. "enabled": true,
  955. "childs": []
  956. },
  957. {
  958. "id": 161227168223302,
  959. "parentId": 161227167723592,
  960. "label": "新增分组",
  961. "path": "/api/admin/document/add-group",
  962. "httpMethods": "post",
  963. "description": "",
  964. "enabled": true,
  965. "childs": []
  966. },
  967. {
  968. "id": 161227168227397,
  969. "parentId": 161227167723592,
  970. "label": "新增菜单",
  971. "path": "/api/admin/document/add-menu",
  972. "httpMethods": "post",
  973. "description": "",
  974. "enabled": true,
  975. "childs": []
  976. },
  977. {
  978. "id": 161227168227398,
  979. "parentId": 161227167723592,
  980. "label": "修改分组",
  981. "path": "/api/admin/document/update-group",
  982. "httpMethods": "put",
  983. "description": "",
  984. "enabled": true,
  985. "childs": []
  986. },
  987. {
  988. "id": 161227168231493,
  989. "parentId": 161227167723592,
  990. "label": "修改菜单",
  991. "path": "/api/admin/document/update-menu",
  992. "httpMethods": "put",
  993. "description": "",
  994. "enabled": true,
  995. "childs": []
  996. },
  997. {
  998. "id": 161227168231494,
  999. "parentId": 161227167723592,
  1000. "label": "删除文档",
  1001. "path": "/api/admin/document/soft-delete",
  1002. "httpMethods": "delete",
  1003. "description": "",
  1004. "enabled": true,
  1005. "childs": []
  1006. },
  1007. {
  1008. "id": 161227168235589,
  1009. "parentId": 161227167723592,
  1010. "label": "查询文档内容",
  1011. "path": "/api/admin/document/get-content",
  1012. "httpMethods": "get",
  1013. "description": "",
  1014. "enabled": true,
  1015. "childs": []
  1016. },
  1017. {
  1018. "id": 161227168235590,
  1019. "parentId": 161227167723592,
  1020. "label": "修改文档内容",
  1021. "path": "/api/admin/document/update-content",
  1022. "httpMethods": "put",
  1023. "description": "",
  1024. "enabled": true,
  1025. "childs": []
  1026. },
  1027. {
  1028. "id": 161227168235591,
  1029. "parentId": 161227167723592,
  1030. "label": "上传文档图片",
  1031. "path": "/api/admin/document/upload-image",
  1032. "httpMethods": "post",
  1033. "description": "",
  1034. "enabled": true,
  1035. "childs": []
  1036. },
  1037. {
  1038. "id": 161227168239685,
  1039. "parentId": 161227167723592,
  1040. "label": "查询图片列表",
  1041. "path": "/api/admin/document/get-image-list",
  1042. "httpMethods": "get",
  1043. "description": "",
  1044. "enabled": true,
  1045. "childs": []
  1046. },
  1047. {
  1048. "id": 161227168239686,
  1049. "parentId": 161227167723592,
  1050. "label": "彻底删除图片",
  1051. "path": "/api/admin/document/delete-image",
  1052. "httpMethods": "delete",
  1053. "description": "",
  1054. "enabled": true,
  1055. "childs": []
  1056. },
  1057. {
  1058. "id": 271618651926598,
  1059. "parentId": 161227167723592,
  1060. "label": "查询文档",
  1061. "path": "/api/admin/document/get",
  1062. "httpMethods": "get",
  1063. "description": "",
  1064. "enabled": true,
  1065. "childs": []
  1066. },
  1067. {
  1068. "id": 271618651926599,
  1069. "parentId": 161227167723592,
  1070. "label": "新增图片",
  1071. "path": "/api/admin/document/add-image",
  1072. "httpMethods": "post",
  1073. "description": "",
  1074. "enabled": true,
  1075. "childs": []
  1076. },
  1077. {
  1078. "id": 271618651926600,
  1079. "parentId": 161227167723592,
  1080. "label": "彻底删除文档",
  1081. "path": "/api/admin/document/delete",
  1082. "httpMethods": "delete",
  1083. "description": "",
  1084. "enabled": true,
  1085. "childs": []
  1086. }
  1087. ]
  1088. },
  1089. {
  1090. "id": 161227167723593,
  1091. "parentId": 0,
  1092. "label": "租户服务",
  1093. "path": "tenant",
  1094. "description": "",
  1095. "enabled": true,
  1096. "childs": [
  1097. {
  1098. "id": 161227168243781,
  1099. "parentId": 161227167723593,
  1100. "label": "查询租户",
  1101. "path": "/api/admin/tenant/get",
  1102. "httpMethods": "get",
  1103. "description": "",
  1104. "enabled": true,
  1105. "childs": []
  1106. },
  1107. {
  1108. "id": 161227168243782,
  1109. "parentId": 161227167723593,
  1110. "label": "查询租户列表",
  1111. "path": "/api/admin/tenant/get-page",
  1112. "httpMethods": "post",
  1113. "description": "",
  1114. "enabled": true,
  1115. "childs": []
  1116. },
  1117. {
  1118. "id": 161227168243783,
  1119. "parentId": 161227167723593,
  1120. "label": "新增",
  1121. "path": "/api/admin/tenant/add",
  1122. "httpMethods": "post",
  1123. "description": "",
  1124. "enabled": true,
  1125. "childs": []
  1126. },
  1127. {
  1128. "id": 161227168247877,
  1129. "parentId": 161227167723593,
  1130. "label": "修改",
  1131. "path": "/api/admin/tenant/update",
  1132. "httpMethods": "put",
  1133. "description": "",
  1134. "enabled": true,
  1135. "childs": []
  1136. },
  1137. {
  1138. "id": 161227168247878,
  1139. "parentId": 161227167723593,
  1140. "label": "删除",
  1141. "path": "/api/admin/tenant/soft-delete",
  1142. "httpMethods": "delete",
  1143. "description": "",
  1144. "enabled": true,
  1145. "childs": []
  1146. },
  1147. {
  1148. "id": 161227168251973,
  1149. "parentId": 161227167723593,
  1150. "label": "批量删除",
  1151. "path": "/api/admin/tenant/batch-soft-delete",
  1152. "httpMethods": "put",
  1153. "description": "",
  1154. "enabled": true,
  1155. "childs": []
  1156. },
  1157. {
  1158. "id": 163579785756741,
  1159. "parentId": 161227167723593,
  1160. "label": "彻底删除",
  1161. "path": "/api/admin/tenant/delete",
  1162. "httpMethods": "delete",
  1163. "description": "",
  1164. "enabled": true,
  1165. "childs": []
  1166. }
  1167. ]
  1168. },
  1169. {
  1170. "id": 174219034701893,
  1171. "parentId": 0,
  1172. "label": "员工管理",
  1173. "path": "employee",
  1174. "description": "",
  1175. "enabled": true,
  1176. "childs": [
  1177. {
  1178. "id": 174219034734666,
  1179. "parentId": 174219034701893,
  1180. "label": "查询员工",
  1181. "path": "/api/admin/employee/get",
  1182. "httpMethods": "get",
  1183. "description": "",
  1184. "enabled": true,
  1185. "childs": []
  1186. },
  1187. {
  1188. "id": 174219034734667,
  1189. "parentId": 174219034701893,
  1190. "label": "查询员工列表",
  1191. "path": "/api/admin/employee/getpage",
  1192. "httpMethods": "post",
  1193. "description": "",
  1194. "enabled": true,
  1195. "childs": []
  1196. },
  1197. {
  1198. "id": 174219034734668,
  1199. "parentId": 174219034701893,
  1200. "label": "新增员工",
  1201. "path": "/api/admin/employee/add",
  1202. "httpMethods": "post",
  1203. "description": "",
  1204. "enabled": true,
  1205. "childs": []
  1206. },
  1207. {
  1208. "id": 174219034734669,
  1209. "parentId": 174219034701893,
  1210. "label": "修改员工",
  1211. "path": "/api/admin/employee/update",
  1212. "httpMethods": "put",
  1213. "description": "",
  1214. "enabled": true,
  1215. "childs": []
  1216. },
  1217. {
  1218. "id": 174219034734670,
  1219. "parentId": 174219034701893,
  1220. "label": "删除员工",
  1221. "path": "/api/admin/employee/softdelete",
  1222. "httpMethods": "delete",
  1223. "description": "",
  1224. "enabled": true,
  1225. "childs": []
  1226. },
  1227. {
  1228. "id": 174219034734671,
  1229. "parentId": 174219034701893,
  1230. "label": "批量删除员工",
  1231. "path": "/api/admin/employee/batchsoftdelete",
  1232. "httpMethods": "put",
  1233. "description": "",
  1234. "enabled": true,
  1235. "childs": []
  1236. }
  1237. ]
  1238. },
  1239. {
  1240. "id": 174219034718277,
  1241. "parentId": 0,
  1242. "label": "组织架构",
  1243. "path": "organization",
  1244. "description": "",
  1245. "enabled": true,
  1246. "childs": [
  1247. {
  1248. "id": 174219034734672,
  1249. "parentId": 174219034718277,
  1250. "label": "查询组织架构",
  1251. "path": "/api/admin/organization/get",
  1252. "httpMethods": "get",
  1253. "description": "",
  1254. "enabled": true,
  1255. "childs": []
  1256. },
  1257. {
  1258. "id": 174219034734674,
  1259. "parentId": 174219034718277,
  1260. "label": "新增组织架构",
  1261. "path": "/api/admin/organization/add",
  1262. "httpMethods": "post",
  1263. "description": "",
  1264. "enabled": true,
  1265. "childs": []
  1266. },
  1267. {
  1268. "id": 174219034738757,
  1269. "parentId": 174219034718277,
  1270. "label": "修改组织架构",
  1271. "path": "/api/admin/organization/update",
  1272. "httpMethods": "put",
  1273. "description": "",
  1274. "enabled": true,
  1275. "childs": []
  1276. },
  1277. {
  1278. "id": 174219034738758,
  1279. "parentId": 174219034718277,
  1280. "label": "删除组织架构",
  1281. "path": "/api/admin/organization/softdelete",
  1282. "httpMethods": "delete",
  1283. "description": "",
  1284. "enabled": true,
  1285. "childs": []
  1286. },
  1287. {
  1288. "id": 188049296683077,
  1289. "parentId": 174219034718277,
  1290. "label": "查询组织架构列表",
  1291. "path": "/api/admin/organization/getlist",
  1292. "httpMethods": "get",
  1293. "description": "",
  1294. "enabled": true,
  1295. "childs": []
  1296. }
  1297. ]
  1298. },
  1299. {
  1300. "id": 174219034718279,
  1301. "parentId": 0,
  1302. "label": "字典类型服务",
  1303. "path": "dictionary-type",
  1304. "description": "",
  1305. "enabled": true,
  1306. "childs": [
  1307. {
  1308. "id": 174219034734661,
  1309. "parentId": 174219034718279,
  1310. "label": "查询字典类型",
  1311. "path": "/api/admin/dictionary-type/get",
  1312. "httpMethods": "get",
  1313. "description": "",
  1314. "enabled": true,
  1315. "childs": []
  1316. },
  1317. {
  1318. "id": 174219034734662,
  1319. "parentId": 174219034718279,
  1320. "label": "查询字典类型列表",
  1321. "path": "/api/admin/dictionary-type/get-page",
  1322. "httpMethods": "post",
  1323. "description": "",
  1324. "enabled": true,
  1325. "childs": []
  1326. },
  1327. {
  1328. "id": 174219034734663,
  1329. "parentId": 174219034718279,
  1330. "label": "新增",
  1331. "path": "/api/admin/dictionary-type/add",
  1332. "httpMethods": "post",
  1333. "description": "",
  1334. "enabled": true,
  1335. "childs": []
  1336. },
  1337. {
  1338. "id": 174219034734664,
  1339. "parentId": 174219034718279,
  1340. "label": "修改",
  1341. "path": "/api/admin/dictionary-type/update",
  1342. "httpMethods": "put",
  1343. "description": "",
  1344. "enabled": true,
  1345. "childs": []
  1346. },
  1347. {
  1348. "id": 174219034734665,
  1349. "parentId": 174219034718279,
  1350. "label": "删除",
  1351. "path": "/api/admin/dictionary-type/soft-delete",
  1352. "httpMethods": "delete",
  1353. "description": "",
  1354. "enabled": true,
  1355. "childs": []
  1356. },
  1357. {
  1358. "id": 184100551532613,
  1359. "parentId": 174219034718279,
  1360. "label": "批量删除",
  1361. "path": "/api/admin/dictionary-type/batch-soft-delete",
  1362. "httpMethods": "put",
  1363. "description": "",
  1364. "enabled": true,
  1365. "childs": []
  1366. },
  1367. {
  1368. "id": 271618651926597,
  1369. "parentId": 174219034718279,
  1370. "label": "彻底删除",
  1371. "path": "/api/admin/dictionary-type/delete",
  1372. "httpMethods": "delete",
  1373. "description": "",
  1374. "enabled": true,
  1375. "childs": []
  1376. }
  1377. ]
  1378. }
  1379. ]