You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

442 lines
15 KiB

3 months ago
  1. [
  2. {
  3. "index": 0,
  4. "name": "Admin管理员 密码操作",
  5. "desc": "Authorization Admin",
  6. "add_time": 1597369015,
  7. "up_time": 1597369015,
  8. "list": [
  9. {
  10. "query_path": {
  11. "path": "/api/public/auth/test/account/encode",
  12. "params": []
  13. },
  14. "edit_uid": 0,
  15. "status": "undone",
  16. "type": "static",
  17. "req_body_is_json_schema": true,
  18. "res_body_is_json_schema": true,
  19. "api_opened": false,
  20. "index": 0,
  21. "tag": [],
  22. "_id": 7178,
  23. "method": "POST",
  24. "title": "密码加密",
  25. "path": "/api/public/auth/test/account/encode",
  26. "req_params": [],
  27. "req_body_form": [],
  28. "req_headers": [
  29. {
  30. "required": "1",
  31. "_id": "5f35eab7bc7e8e560914fbe9",
  32. "name": "Content-Type",
  33. "value": "application/json"
  34. }
  35. ],
  36. "req_query": [
  37. {
  38. "required": "0",
  39. "_id": "5f35eab7bc7e8e560914fbeb",
  40. "name": "account",
  41. "desc": "账号"
  42. },
  43. {
  44. "required": "0",
  45. "_id": "5f35eab7bc7e8e560914fbea",
  46. "name": "password",
  47. "desc": "密码"
  48. }
  49. ],
  50. "req_body_type": "json",
  51. "res_body_type": "json",
  52. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«Map»\",\n \"$$ref\": \"#/definitions/CommonResult«Map»\"\n}",
  53. "project_id": 55,
  54. "catid": 4838,
  55. "uid": 93,
  56. "add_time": 1597369015,
  57. "up_time": 1597369015,
  58. "__v": 0
  59. },
  60. {
  61. "query_path": {
  62. "path": "/api/public/auth/test/account/decode",
  63. "params": []
  64. },
  65. "edit_uid": 0,
  66. "status": "undone",
  67. "type": "static",
  68. "req_body_is_json_schema": true,
  69. "res_body_is_json_schema": true,
  70. "api_opened": false,
  71. "index": 0,
  72. "tag": [],
  73. "_id": 7176,
  74. "method": "POST",
  75. "title": "破解密码",
  76. "path": "/api/public/auth/test/account/decode",
  77. "req_params": [],
  78. "req_body_form": [],
  79. "req_headers": [
  80. {
  81. "required": "1",
  82. "_id": "5f35eab7bc7e8e560914fbe6",
  83. "name": "Content-Type",
  84. "value": "application/json"
  85. }
  86. ],
  87. "req_query": [
  88. {
  89. "required": "0",
  90. "_id": "5f35eab7bc7e8e560914fbe8",
  91. "name": "account",
  92. "desc": "账号"
  93. },
  94. {
  95. "required": "0",
  96. "_id": "5f35eab7bc7e8e560914fbe7",
  97. "name": "encodeString",
  98. "desc": "加密字符串"
  99. }
  100. ],
  101. "req_body_type": "json",
  102. "res_body_type": "json",
  103. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«Map»\",\n \"$$ref\": \"#/definitions/CommonResult«Map»\"\n}",
  104. "project_id": 55,
  105. "catid": 4838,
  106. "uid": 93,
  107. "add_time": 1597369015,
  108. "up_time": 1597369015,
  109. "__v": 0
  110. }
  111. ]
  112. },
  113. {
  114. "index": 0,
  115. "name": "Redis测试操作",
  116. "desc": "Redis Test Controller",
  117. "add_time": 1597369015,
  118. "up_time": 1597369015,
  119. "list": [
  120. {
  121. "query_path": {
  122. "path": "/api/public/test/redis/delete",
  123. "params": []
  124. },
  125. "edit_uid": 0,
  126. "status": "undone",
  127. "type": "static",
  128. "req_body_is_json_schema": false,
  129. "res_body_is_json_schema": true,
  130. "api_opened": false,
  131. "index": 0,
  132. "tag": [],
  133. "_id": 7182,
  134. "method": "GET",
  135. "title": "删除",
  136. "path": "/api/public/test/redis/delete",
  137. "req_params": [],
  138. "req_body_form": [],
  139. "req_headers": [],
  140. "req_query": [
  141. {
  142. "required": "0",
  143. "_id": "5f35eab8bc7e8e560914fbed",
  144. "name": "key",
  145. "desc": "redis key"
  146. }
  147. ],
  148. "req_body_type": "raw",
  149. "res_body_type": "json",
  150. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«object»\",\n \"$$ref\": \"#/definitions/CommonResult«object»\"\n}",
  151. "project_id": 55,
  152. "catid": 4847,
  153. "uid": 93,
  154. "add_time": 1597369016,
  155. "up_time": 1597369016,
  156. "__v": 0
  157. },
  158. {
  159. "query_path": {
  160. "path": "/api/public/test/redis/set",
  161. "params": []
  162. },
  163. "edit_uid": 0,
  164. "status": "undone",
  165. "type": "static",
  166. "req_body_is_json_schema": true,
  167. "res_body_is_json_schema": true,
  168. "api_opened": false,
  169. "index": 0,
  170. "tag": [],
  171. "_id": 7186,
  172. "method": "POST",
  173. "title": "新增",
  174. "path": "/api/public/test/redis/set",
  175. "req_params": [],
  176. "req_body_form": [],
  177. "req_headers": [
  178. {
  179. "required": "1",
  180. "_id": "5f35eab8bc7e8e560914fbef",
  181. "name": "Content-Type",
  182. "value": "application/json"
  183. }
  184. ],
  185. "req_query": [
  186. {
  187. "required": "0",
  188. "_id": "5f35eab8bc7e8e560914fbf1",
  189. "name": "key",
  190. "desc": "redis key"
  191. },
  192. {
  193. "required": "0",
  194. "_id": "5f35eab8bc7e8e560914fbf0",
  195. "name": "value",
  196. "desc": "内容"
  197. }
  198. ],
  199. "req_body_type": "json",
  200. "res_body_type": "json",
  201. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«object»\",\n \"$$ref\": \"#/definitions/CommonResult«object»\"\n}",
  202. "project_id": 55,
  203. "catid": 4847,
  204. "uid": 93,
  205. "add_time": 1597369016,
  206. "up_time": 1597369016,
  207. "__v": 0
  208. },
  209. {
  210. "query_path": {
  211. "path": "/api/public/test/redis/get",
  212. "params": []
  213. },
  214. "edit_uid": 0,
  215. "status": "undone",
  216. "type": "static",
  217. "req_body_is_json_schema": false,
  218. "res_body_is_json_schema": true,
  219. "api_opened": false,
  220. "index": 0,
  221. "tag": [],
  222. "_id": 7184,
  223. "method": "GET",
  224. "title": "查询",
  225. "path": "/api/public/test/redis/get",
  226. "req_params": [],
  227. "req_body_form": [],
  228. "req_headers": [],
  229. "req_query": [
  230. {
  231. "required": "0",
  232. "_id": "5f35eab8bc7e8e560914fbee",
  233. "name": "key",
  234. "desc": "redis key"
  235. }
  236. ],
  237. "req_body_type": "raw",
  238. "res_body_type": "json",
  239. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«object»\",\n \"$$ref\": \"#/definitions/CommonResult«object»\"\n}",
  240. "project_id": 55,
  241. "catid": 4847,
  242. "uid": 93,
  243. "add_time": 1597369016,
  244. "up_time": 1597369016,
  245. "__v": 0
  246. }
  247. ]
  248. },
  249. {
  250. "index": 0,
  251. "name": "企业微信消息推送",
  252. "desc": "We Chat Push Controller",
  253. "add_time": 1597369015,
  254. "up_time": 1597369015,
  255. "list": [
  256. {
  257. "query_path": {
  258. "path": "/api/public/wechat/gitlab",
  259. "params": []
  260. },
  261. "edit_uid": 0,
  262. "status": "undone",
  263. "type": "static",
  264. "req_body_is_json_schema": true,
  265. "res_body_is_json_schema": true,
  266. "api_opened": false,
  267. "index": 0,
  268. "tag": [],
  269. "_id": 7188,
  270. "method": "POST",
  271. "title": "gitlab钩子",
  272. "path": "/api/public/wechat/gitlab",
  273. "req_params": [],
  274. "req_body_form": [],
  275. "req_headers": [
  276. {
  277. "required": "1",
  278. "_id": "5f35eab8bc7e8e560914fbf2",
  279. "name": "Content-Type",
  280. "value": "application/json"
  281. }
  282. ],
  283. "req_query": [
  284. {
  285. "required": "0",
  286. "_id": "5f35eab8bc7e8e560914fbf3",
  287. "name": "token",
  288. "desc": "企业微信群token"
  289. }
  290. ],
  291. "req_body_type": "json",
  292. "res_body_type": "json",
  293. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«object»\",\n \"$$ref\": \"#/definitions/CommonResult«object»\"\n}",
  294. "req_body_other": "{\n \"type\": \"string\"\n}",
  295. "project_id": 55,
  296. "catid": 4856,
  297. "uid": 93,
  298. "add_time": 1597369016,
  299. "up_time": 1597369016,
  300. "__v": 0
  301. },
  302. {
  303. "query_path": {
  304. "path": "/api/public/wechat/push",
  305. "params": []
  306. },
  307. "edit_uid": 0,
  308. "status": "undone",
  309. "type": "static",
  310. "req_body_is_json_schema": false,
  311. "res_body_is_json_schema": true,
  312. "api_opened": false,
  313. "index": 0,
  314. "tag": [],
  315. "_id": 7192,
  316. "method": "GET",
  317. "title": "消息推送",
  318. "path": "/api/public/wechat/push",
  319. "req_params": [],
  320. "req_body_form": [],
  321. "req_headers": [],
  322. "req_query": [
  323. {
  324. "required": "0",
  325. "_id": "5f35eab8bc7e8e560914fbf6",
  326. "name": "message",
  327. "desc": "推送消息内容"
  328. },
  329. {
  330. "required": "0",
  331. "_id": "5f35eab8bc7e8e560914fbf5",
  332. "name": "token",
  333. "desc": "企业微信群token"
  334. }
  335. ],
  336. "req_body_type": "raw",
  337. "res_body_type": "json",
  338. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«object»\",\n \"$$ref\": \"#/definitions/CommonResult«object»\"\n}",
  339. "project_id": 55,
  340. "catid": 4856,
  341. "uid": 93,
  342. "add_time": 1597369016,
  343. "up_time": 1597369016,
  344. "__v": 0
  345. }
  346. ]
  347. },
  348. {
  349. "index": 0,
  350. "name": "图片操作",
  351. "desc": "Image Merge Controller",
  352. "add_time": 1597369015,
  353. "up_time": 1597369015,
  354. "list": [
  355. {
  356. "query_path": {
  357. "path": "/api/public/qrcode/mergeList",
  358. "params": []
  359. },
  360. "edit_uid": 0,
  361. "status": "undone",
  362. "type": "static",
  363. "req_body_is_json_schema": true,
  364. "res_body_is_json_schema": true,
  365. "api_opened": false,
  366. "index": 0,
  367. "tag": [],
  368. "_id": 7180,
  369. "method": "POST",
  370. "title": "合并图片返回文件",
  371. "path": "/api/public/qrcode/mergeList",
  372. "req_params": [],
  373. "req_body_form": [],
  374. "req_headers": [
  375. {
  376. "required": "1",
  377. "_id": "5f35eab7bc7e8e560914fbec",
  378. "name": "Content-Type",
  379. "value": "application/json"
  380. }
  381. ],
  382. "req_query": [],
  383. "req_body_type": "json",
  384. "res_body_type": "json",
  385. "res_body": "{\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"data\": {\n \"type\": \"object\",\n \"additionalProperties\": {\n \"type\": \"string\"\n }\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"title\": \"CommonResult«Map«string,string»»\",\n \"$$ref\": \"#/definitions/CommonResult«Map«string,string»»\"\n}",
  386. "req_body_other": "{\n \"type\": \"array\",\n \"items\": {\n \"type\": \"object\",\n \"required\": [\n \"path\",\n \"x\",\n \"y\"\n ],\n \"properties\": {\n \"path\": {\n \"type\": \"string\",\n \"description\": \"图片地址\"\n },\n \"x\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"x轴\"\n },\n \"y\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"description\": \"y轴\"\n }\n },\n \"title\": \"ImageMergeUtilVo\",\n \"$$ref\": \"#/definitions/ImageMergeUtilVo\"\n }\n}",
  387. "project_id": 55,
  388. "catid": 4865,
  389. "uid": 93,
  390. "add_time": 1597369015,
  391. "up_time": 1597369015,
  392. "__v": 0
  393. }
  394. ]
  395. },
  396. {
  397. "index": 0,
  398. "name": "微信开放平台 -- 消息",
  399. "desc": "We Chat Message Controller",
  400. "add_time": 1597369015,
  401. "up_time": 1597369015,
  402. "list": [
  403. {
  404. "query_path": {
  405. "path": "/api/public/wechat/message/webHook",
  406. "params": []
  407. },
  408. "edit_uid": 0,
  409. "status": "undone",
  410. "type": "static",
  411. "req_body_is_json_schema": true,
  412. "res_body_is_json_schema": true,
  413. "api_opened": false,
  414. "index": 0,
  415. "tag": [],
  416. "_id": 7190,
  417. "method": "POST",
  418. "title": "接受微信推送过来的消息",
  419. "path": "/api/public/wechat/message/webHook",
  420. "req_params": [],
  421. "req_body_form": [],
  422. "req_headers": [
  423. {
  424. "required": "1",
  425. "_id": "5f35eab8bc7e8e560914fbf4",
  426. "name": "Content-Type",
  427. "value": "application/json"
  428. }
  429. ],
  430. "req_query": [],
  431. "req_body_type": "json",
  432. "res_body_type": "json",
  433. "res_body": "{\n \"type\": \"string\"\n}",
  434. "project_id": 55,
  435. "catid": 4874,
  436. "uid": 93,
  437. "add_time": 1597369016,
  438. "up_time": 1597369016,
  439. "__v": 0
  440. }
  441. ]
  442. }
  443. ]