1
0

ad_api.json 38 KB

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