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.

852 lines
29 KiB

3 months ago
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>crmeb_java_public</title>
  5. <meta charset="utf-8" />
  6. <style>@charset "UTF-8";
  7. html,
  8. body,
  9. h1,
  10. h2,
  11. h3,
  12. h4,
  13. h5,
  14. h6,
  15. p,
  16. blockquote {
  17. margin: 0;
  18. padding: 0;
  19. font-weight: normal;
  20. -webkit-font-smoothing: antialiased;
  21. }
  22. /* 设置滚动条的样式 */
  23. ::-webkit-scrollbar {
  24. width: 6px;
  25. }
  26. /* 外层轨道 */
  27. ::-webkit-scrollbar-track {
  28. -webkit-box-shadow: inset006pxrgba(255, 0, 0, 0.3);
  29. background: rgba(0, 0, 0, 0.1);
  30. }
  31. /* 滚动条滑块 */
  32. ::-webkit-scrollbar-thumb {
  33. border-radius: 4px;
  34. background: rgba(0, 0, 0, 0.2);
  35. -webkit-box-shadow: inset006pxrgba(0, 0, 0, 0.5);
  36. }
  37. ::-webkit-scrollbar-thumb:window-inactive {
  38. background: rgba(0, 0, 0, 0.2);
  39. }
  40. body {
  41. font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", SimSun, sans-serif;
  42. font-size: 13px;
  43. line-height: 25px;
  44. color: #393838;
  45. position: relative;
  46. }
  47. table {
  48. margin: 10px 0 15px 0;
  49. border-collapse: collapse;
  50. }
  51. td,
  52. th {
  53. border: 1px solid #ddd;
  54. padding: 3px 10px;
  55. }
  56. th {
  57. padding: 5px 10px;
  58. }
  59. a, a:link, a:visited {
  60. color: #34495e;
  61. text-decoration: none;
  62. }
  63. a:hover, a:focus {
  64. color: #59d69d;
  65. text-decoration: none;
  66. }
  67. a img {
  68. border: none;
  69. }
  70. p {
  71. padding-left: 10px;
  72. margin-bottom: 9px;
  73. }
  74. h1,
  75. h2,
  76. h3,
  77. h4,
  78. h5,
  79. h6 {
  80. color: #404040;
  81. line-height: 36px;
  82. }
  83. h1 {
  84. color: #2c3e50;
  85. font-weight: 600;
  86. margin-bottom: 16px;
  87. font-size: 32px;
  88. padding-bottom: 16px;
  89. border-bottom: 1px solid #ddd;
  90. line-height: 50px;
  91. }
  92. h2 {
  93. font-size: 28px;
  94. padding-top: 10px;
  95. padding-bottom: 10px;
  96. }
  97. h3 {
  98. clear: both;
  99. font-weight: 400;
  100. margin-top: 20px;
  101. margin-bottom: 20px;
  102. border-left: 3px solid #59d69d;
  103. padding-left: 8px;
  104. font-size: 18px;
  105. }
  106. h4 {
  107. font-size: 16px;
  108. }
  109. h5 {
  110. font-size: 14px;
  111. }
  112. h6 {
  113. font-size: 13px;
  114. }
  115. hr {
  116. margin: 0 0 19px;
  117. border: 0;
  118. border-bottom: 1px solid #ccc;
  119. }
  120. blockquote {
  121. padding: 13px 13px 21px 15px;
  122. margin-bottom: 18px;
  123. font-family: georgia, serif;
  124. font-style: italic;
  125. }
  126. blockquote:before {
  127. font-size: 40px;
  128. margin-left: -10px;
  129. font-family: georgia, serif;
  130. color: #eee;
  131. }
  132. blockquote p {
  133. font-size: 14px;
  134. font-weight: 300;
  135. line-height: 18px;
  136. margin-bottom: 0;
  137. font-style: italic;
  138. }
  139. code,
  140. pre {
  141. font-family: Monaco, Andale Mono, Courier New, monospace;
  142. }
  143. code {
  144. background-color: #fee9cc;
  145. color: rgba(0, 0, 0, 0.75);
  146. padding: 1px 3px;
  147. font-size: 12px;
  148. -webkit-border-radius: 3px;
  149. -moz-border-radius: 3px;
  150. border-radius: 3px;
  151. }
  152. pre {
  153. display: block;
  154. padding: 14px;
  155. margin: 0 0 18px;
  156. line-height: 16px;
  157. font-size: 11px;
  158. border: 1px solid #d9d9d9;
  159. white-space: pre-wrap;
  160. word-wrap: break-word;
  161. background: #f6f6f6;
  162. }
  163. pre code {
  164. background-color: #f6f6f6;
  165. color: #737373;
  166. font-size: 11px;
  167. padding: 0;
  168. }
  169. sup {
  170. font-size: 0.83em;
  171. vertical-align: super;
  172. line-height: 0;
  173. }
  174. * {
  175. -webkit-print-color-adjust: exact;
  176. }
  177. @media print {
  178. body,
  179. code,
  180. pre code,
  181. h1,
  182. h2,
  183. h3,
  184. h4,
  185. h5,
  186. h6 {
  187. color: black;
  188. }
  189. table,
  190. pre {
  191. page-break-inside: avoid;
  192. }
  193. }
  194. html,
  195. body {
  196. height: 100%;
  197. }
  198. .table-of-contents {
  199. position: fixed;
  200. top: 61px;
  201. left: 0;
  202. bottom: 0;
  203. overflow-x: hidden;
  204. overflow-y: auto;
  205. width: 260px;
  206. }
  207. .table-of-contents > ul > li > a {
  208. font-size: 20px;
  209. margin-bottom: 16px;
  210. margin-top: 16px;
  211. }
  212. .table-of-contents ul {
  213. overflow: auto;
  214. margin: 0px;
  215. height: 100%;
  216. padding: 0px 0px;
  217. box-sizing: border-box;
  218. list-style-type: none;
  219. }
  220. .table-of-contents ul li {
  221. padding-left: 20px;
  222. }
  223. .table-of-contents a {
  224. padding: 2px 0px;
  225. display: block;
  226. text-decoration: none;
  227. }
  228. .content-right {
  229. max-width: 700px;
  230. margin-left: 290px;
  231. padding-left: 70px;
  232. flex-grow: 1;
  233. }
  234. .content-right h2:target {
  235. padding-top: 80px;
  236. }
  237. body > p {
  238. margin-left: 30px;
  239. }
  240. body > table {
  241. margin-left: 30px;
  242. }
  243. body > pre {
  244. margin-left: 30px;
  245. }
  246. .curProject {
  247. position: fixed;
  248. top: 20px;
  249. font-size: 25px;
  250. color: black;
  251. margin-left: -240px;
  252. width: 240px;
  253. padding: 5px;
  254. line-height: 25px;
  255. box-sizing: border-box;
  256. }
  257. .g-doc {
  258. margin-top: 56px;
  259. padding-top: 24px;
  260. display: flex;
  261. }
  262. .curproject-name {
  263. font-size: 42px;
  264. }
  265. .m-header {
  266. background: #32363a;
  267. height: 56px;
  268. line-height: 56px;
  269. padding-left: 60px;
  270. display: flex;
  271. align-items: center;
  272. position: fixed;
  273. z-index: 9;
  274. top: 0;
  275. left: 0;
  276. right: 0;
  277. }
  278. .m-header .title {
  279. font-size: 22px;
  280. color: #fff;
  281. font-weight: normal;
  282. -webkit-font-smoothing: antialiased;
  283. margin: 0;
  284. margin-left: 16px;
  285. padding: 0;
  286. line-height: 56px;
  287. border: none;
  288. }
  289. .m-header .nav {
  290. color: #fff;
  291. font-size: 16px;
  292. position: absolute;
  293. right: 32px;
  294. top: 0;
  295. }
  296. .m-header .nav a {
  297. color: #fff;
  298. margin-left: 16px;
  299. padding: 8px;
  300. transition: color .2s;
  301. }
  302. .m-header .nav a:hover {
  303. color: #59d69d;
  304. }
  305. .m-footer {
  306. border-top: 1px solid #ddd;
  307. padding-top: 16px;
  308. padding-bottom: 16px;
  309. }
  310. /*# sourceMappingURL=defaultTheme.css.map */
  311. </style>
  312. </head>
  313. <body>
  314. <div class="m-header">
  315. <a href="#" style="display: inherit;"><svg class="svg" width="32px" height="32px" viewBox="0 0 64 64" version="1.1"><title>Icon</title><desc>Created with Sketch.</desc><defs><linearGradient x1="50%" y1="0%" x2="50%" y2="100%" id="linearGradient-1"><stop stop-color="#FFFFFF" offset="0%"></stop><stop stop-color="#F2F2F2" offset="100%"></stop></linearGradient><circle id="path-2" cx="31.9988602" cy="31.9988602" r="2.92886048"></circle><filter x="-85.4%" y="-68.3%" width="270.7%" height="270.7%" filterUnits="objectBoundingBox" id="filter-3"><feOffset dx="0" dy="1" in="SourceAlpha" result="shadowOffsetOuter1"></feOffset><feGaussianBlur stdDeviation="1.5" in="shadowOffsetOuter1" result="shadowBlurOuter1"></feGaussianBlur><feColorMatrix values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.159703351 0" type="matrix" in="shadowBlurOuter1"></feColorMatrix></filter></defs><g id="首页" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g id="大屏幕"><g id="Icon"><circle id="Oval-1" fill="url(#linearGradient-1)" cx="32" cy="32" r="32"></circle><path d="M36.7078009,31.8054514 L36.7078009,51.7110548 C36.7078009,54.2844537 34.6258634,56.3695395 32.0579205,56.3695395 C29.4899777,56.3695395 27.4099998,54.0704461 27.4099998,51.7941246 L27.4099998,31.8061972 C27.4099998,29.528395 29.4909575,27.218453 32.0589004,27.230043 C34.6268432,27.241633 36.7078009,29.528395 36.7078009,31.8054514 Z" id="blue" fill="#2359F1" fill-rule="nonzero"></path><path d="M45.2586091,17.1026914 C45.2586091,17.1026914 45.5657231,34.0524383 45.2345291,37.01141 C44.9033351,39.9703817 43.1767091,41.6667796 40.6088126,41.6667796 C38.040916,41.6667796 35.9609757,39.3676862 35.9609757,37.0913646 L35.9609757,17.1034372 C35.9609757,14.825635 38.0418959,12.515693 40.6097924,12.527283 C43.177689,12.538873 45.2586091,14.825635 45.2586091,17.1026914 Z" id="green" fill="#57CF27" fill-rule="nonzero" transform="translate(40.674608, 27.097010) rotate(60.000000) translate(-40.674608, -27.097010) "></path><path d="M28.0410158,17.0465598 L28.0410158,36.9521632 C28.0410158,39.525562 25.9591158,41.6106479 23.3912193,41.6106479 C20.8233227,41.6106479 18.7433824,39.3115545 18.7433824,37.035233 L18.7433824,17.0473055 C18.7433824,14.7695034 20.8243026,12.4595614 23.3921991,12.4711513 C25.9600956,12.4827413 28.0410158,14.7695034 28.0410158,17.0465598 Z" id="red" fill="#FF561B" fill-rule="nonzero" transform="translate(23.392199, 27.040878) rotate(-60.000000) translate(-23.392199, -27.040878) "></path><g id="inner-round"><use fill="black" fill-opacity="1" filter="url(#filter-3)" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#path-2"></use><use fill="#F7F7F7" fill-rule="evenodd" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#path-2"></use></g></g></g></g></svg></a>
  316. <a href="#"><h1 class="title">YAPI 接口文档</h1></a>
  317. <div class="nav">
  318. <a href="https://yapi.ymfe.org/">YApi</a>
  319. </div>
  320. </div>
  321. <div class="g-doc">
  322. <div class="table-of-contents"><ul><li><a href="#adminu7ba1u7406u545820u5bc6u7801u64cdu4f5c">Admin管理员 密码操作</a><ul><li><a href="#u5bc6u7801u52a0u5bc60a3ca20id3du5bc6u7801u52a0u5bc63e203ca3e">密码加密
  323. <a id=密码加密> </a></a></li><li><a href="#u7834u89e3u5bc6u78010a3ca20id3du7834u89e3u5bc6u78013e203ca3e">破解密码
  324. <a id=破解密码> </a></a></li></ul></li><li><a href="#redisu6d4bu8bd5u64cdu4f5c">Redis测试操作</a><ul><li><a href="#u5220u96640a3ca20id3du5220u96643e203ca3e">删除
  325. <a id=删除> </a></a></li><li><a href="#u65b0u589e0a3ca20id3du65b0u589e3e203ca3e">新增
  326. <a id=新增> </a></a></li><li><a href="#u67e5u8be20a3ca20id3du67e5u8be23e203ca3e">查询
  327. <a id=查询> </a></a></li></ul></li><li><a href="#u4f01u4e1au5faeu4fe1u6d88u606fu63a8u9001">企业微信消息推送</a><ul><li><a href="#gitlabu94a9u5b500a3ca20id3dgitlabu94a9u5b503e203ca3e">gitlab钩子
  328. <a id=gitlab钩子> </a></a></li><li><a href="#u6d88u606fu63a8u90010a3ca20id3du6d88u606fu63a8u90013e203ca3e">消息推送
  329. <a id=消息推送> </a></a></li></ul></li><li><a href="#u56feu7247u64cdu4f5c">图片操作</a><ul><li><a href="#u5408u5e76u56feu7247u8fd4u56deu6587u4ef60a3ca20id3du5408u5e76u56feu7247u8fd4u56deu6587u4ef63e203ca3e">合并图片返回文件
  330. <a id=合并图片返回文件> </a></a></li></ul></li><li><a href="#u5faeu4fe1u5f00u653eu5e73u53f020-20u6d88u606f">微信开放平台 -- 消息</a><ul><li><a href="#u63a5u53d7u5faeu4fe1u63a8u9001u8fc7u6765u7684u6d88u606f0a3ca20id3du63a5u53d7u5faeu4fe1u63a8u9001u8fc7u6765u7684u6d88u606f3e203ca3e">接受微信推送过来的消息
  331. <a id=接受微信推送过来的消息> </a></a></li></ul></li></ul></div>
  332. <div id="right" class="content-right">
  333. <h1 class="curproject-name"> crmeb_java_public </h1>
  334. crmeb_java_public
  335. <h1 id="adminu7ba1u7406u545820u5bc6u7801u64cdu4f5c">Admin管理员 密码操作</h1>
  336. <p></p>
  337. <h2 id="u5bc6u7801u52a0u5bc60a3ca20id3du5bc6u7801u52a0u5bc63e203ca3e">密码加密
  338. <a id=密码加密> </a></h2>
  339. <p></p>
  340. <h3 id="">基本信息</h3>
  341. <p><strong>Path:</strong> /api/public/auth/test/account/encode</p>
  342. <p><strong>Method:</strong> POST</p>
  343. <p><strong>接口描述:</strong></p>
  344. <h3 id="-2">请求参数</h3>
  345. <p><strong>Headers</strong></p>
  346. <table>
  347. <thead>
  348. <tr>
  349. <th>参数名称</th>
  350. <th>参数值</th>
  351. <th>是否必须</th>
  352. <th>示例</th>
  353. <th>备注</th>
  354. </tr>
  355. </thead>
  356. <tbody>
  357. <tr>
  358. <td>Content-Type</td>
  359. <td>application/json</td>
  360. <td></td>
  361. <td></td>
  362. <td></td>
  363. </tr>
  364. </tbody>
  365. </table>
  366. <p><strong>Query</strong></p>
  367. <table>
  368. <thead>
  369. <tr>
  370. <th>参数名称</th>
  371. <th>是否必须</th>
  372. <th>示例</th>
  373. <th>备注</th>
  374. </tr>
  375. </thead>
  376. <tbody>
  377. <tr>
  378. <td>account</td>
  379. <td></td>
  380. <td></td>
  381. <td>账号</td>
  382. </tr>
  383. <tr>
  384. <td>password</td>
  385. <td></td>
  386. <td></td>
  387. <td>密码</td>
  388. </tr>
  389. </tbody>
  390. </table>
  391. <h3 id="-3">返回数据</h3>
  392. <table>
  393. <thead class="ant-table-thead">
  394. <tr>
  395. <th key=name>名称</th><th key=type>类型</th><th key=required>是否必须</th><th key=default>默认值</th><th key=desc>备注</th><th key=sub>其他信息</th>
  396. </tr>
  397. </thead><tbody className="ant-table-tbody"><tr key=0-0><td key=0><span style="padding-left: 0px"><span style="color: #8c8a8a"></span> code</span></td><td key=1><span>integer</span></td><td key=2>非必须</td><td key=3></td><td key=4><span style="white-space: pre-wrap"></span></td><td key=5><p key=2><span style="font-weight: '700'">format: </span><span>int64</span></p></td></tr><tr key=0-1><td key=0><span style="padding-left: 0px"><span style="color: #8c8a8a"></span> data</span></td><td key=1><span>object</span></td><td key=2>非必须</td><td key=3></td><td key=4><span style="white-space: pre-wrap"></span></td><td key=5></td></tr><tr key=0-2><td key=0><span style="padding-left: 0px"><span style="color: #8c8a8a"></span> message</span></td><td key=1><span>string</span></td><td key=2>非必须</td><td key=3></td><td key=4><span style="white-space: pre-wrap"></span></td><td key=5></td></tr>
  398. </tbody>
  399. </table>
  400. <h2 id="u7834u89e3u5bc6u78010a3ca20id3du7834u89e3u5bc6u78013e203ca3e">破解密码
  401. <a id=破解密码> </a></h2>
  402. <p></p>
  403. <h3 id="-4">基本信息</h3>
  404. <p><strong>Path:</strong> /api/public/auth/test/account/decode</p>
  405. <p><strong>Method:</strong> POST</p>
  406. <p><strong>接口描述:</strong></p>
  407. <h3 id="-5">请求参数</h3>
  408. <p><strong>Headers</strong></p>
  409. <table>
  410. <thead>
  411. <tr>
  412. <th>参数名称</th>
  413. <th>参数值</th>
  414. <th>是否必须</th>
  415. <th>示例</th>
  416. <th>备注</th>
  417. </tr>
  418. </thead>
  419. <tbody>
  420. <tr>
  421. <td>Content-Type</td>
  422. <td>application/json</td>
  423. <td></td>
  424. <td></td>
  425. <td></td>
  426. </tr>
  427. </tbody>
  428. </table>
  429. <p><strong>Query</strong></p>
  430. <table>
  431. <thead>
  432. <tr>
  433. <th>参数名称</th>
  434. <th>是否必须</th>
  435. <th>示例</th>
  436. <th>备注</th>
  437. </tr>
  438. </thead>
  439. <tbody>
  440. <tr>
  441. <td>account</td>
  442. <td></td>
  443. <td></td>
  444. <td>账号</td>
  445. </tr>
  446. <tr>
  447. <td>encodeString</td>
  448. <td></td>
  449. <td></td>
  450. <td>加密字符串</td>
  451. </tr>
  452. </tbody>
  453. </table>
  454. <h3 id="-6">返回数据</h3>
  455. <table>
  456. <thead class="ant-table-thead">
  457. <tr>
  458. <th key=name>名称</th><th key=type>类型</th><th key=required>是否必须</th><th key=default>默认值</th><th key=desc>备注</th><th key=sub>其他信息</th>
  459. </tr>
  460. </thead><tbody className="ant-table-tbody"><tr key=0-0><td key=0><span style="padding-left: 0px"><span style="color: #8c8a8a"></span> code</span></td><td key=1><span>integer</span></td><td key=2>非必须</td><td key=3></td><td key=4><span style="white-space: pre-wrap"></span></td><td key=5><p key=2><span style="font-weight: '700'">format: </span><span>int64</span></p></td></tr><tr key=0-1><td key=0><span style="padding-left: 0px"><span style="color: #8c8a8a"></span> data</span></td><td key=1><span>object</span></td><td key=2>非必须</td><td key=3></td><td key=4><span style="white-space: pre-wrap"></span></td><td key=5></td></tr><tr key=0-2><td key=0><span style="padding-left: 0px"><span style="color: #8c8a8a"></span> message</span></td><td key=1><span>string</span></td><td key=2>非必须</td><td key=3></td><td key=4><span style="white-space: pre-wrap"></span></td><td key=5></td></tr>
  461. </tbody>
  462. </table>
  463. <h1 id="redisu6d4bu8bd5u64cdu4f5c">Redis测试操作</h1>
  464. <p></p>
  465. <h2 id="u5220u96640a3ca20id3du5220u96643e203ca3e">删除
  466. <a id=删除> </a></h2>
  467. <p></p>
  468. <h3 id="-7">基本信息</h3>
  469. <p><strong>Path:</strong> /api/public/test/redis/delete</p>
  470. <p><strong>Method:</strong> GET</p>
  471. <p><strong>接口描述:</strong></p>
  472. <h3 id="-8">请求参数</h3>
  473. <p><strong>Query</strong></p>
  474. <table>
  475. <thead>
  476. <tr>
  477. <th>参数名称</th>
  478. <th>是否必须</th>
  479. <th>示例</th>
  480. <th>备注</th>
  481. </tr>
  482. </thead>
  483. <tbody>
  484. <tr>
  485. <td>key</td>
  486. <td></td>
  487. <td></td>
  488. <td>redis key</td>
  489. </tr>
  490. </tbody>
  491. </table>
  492. <h3 id="-9">返回数据</h3>
  493. <table>
  494. <thead class="ant-table-thead">
  495. <tr>
  496. <th key=name>名称</th><th key=type>类型</th><th key=required>是否必须</th><th key=default>默认值</th><th key=desc>备注</th><th key=sub>其他信息</th>
  497. </tr>
  498. </thead><tbody className="ant-table-tbody"><tr key=0-0><td key=0><span style="padding-left: 0px"><span style="color: #8c8a8a"></span> code</span></td><td key=1><span>integer</span></td><td key=2>非必须</td><td key=3></td><td key=4><span style="white-space: pre-wrap"></span></td><td key=5><p key=2><span style="font-weight: '700'">format: </span><span>int64</span></p></td></tr><tr key=0-1><td key=0><span style="padding-left: 0px"><span style="color: #8c8a8a"></span> data</span></td><td key=1><span>object</span></td><td key=2>非必须</td><td key=3></td><td key=4><span style="white-space: pre-wrap"></span></td><td key=5></td></tr><tr key=0-2><td key=0><span style="padding-left: 0px"><span style="color: #8c8a8a"></span> message</span></td><td key=1><span>string</span></td><td key=2>非必须</td><td key=3></td><td key=4><span style="white-space: pre-wrap"></span></td><td key=5></td></tr>
  499. </tbody>
  500. </table>
  501. <h2 id="u65b0u589e0a3ca20id3du65b0u589e3e203ca3e">新增
  502. <a id=新增> </a></h2>
  503. <p></p>
  504. <h3 id="-10">基本信息</h3>
  505. <p><strong>Path:</strong> /api/public/test/redis/set</p>
  506. <p><strong>Method:</strong> POST</p>
  507. <p><strong>接口描述:</strong></p>
  508. <h3 id="-11">请求参数</h3>
  509. <p><strong>Headers</strong></p>
  510. <table>
  511. <thead>
  512. <tr>
  513. <th>参数名称</th>
  514. <th>参数值</th>
  515. <th>是否必须</th>
  516. <th>示例</th>
  517. <th>备注</th>
  518. </tr>
  519. </thead>
  520. <tbody>
  521. <tr>
  522. <td>Content-Type</td>
  523. <td>application/json</td>
  524. <td></td>
  525. <td></td>
  526. <td></td>
  527. </tr>
  528. </tbody>
  529. </table>
  530. <p><strong>Query</strong></p>
  531. <table>
  532. <thead>
  533. <tr>
  534. <th>参数名称</th>
  535. <th>是否必须</th>
  536. <th>示例</th>
  537. <th>备注</th>
  538. </tr>
  539. </thead>
  540. <tbody>
  541. <tr>
  542. <td>key</td>
  543. <td></td>
  544. <td></td>
  545. <td>redis key</td>
  546. </tr>
  547. <tr>
  548. <td>value</td>
  549. <td></td>
  550. <td></td>
  551. <td>内容</td>
  552. </tr>
  553. </tbody>
  554. </table>
  555. <h3 id="-12">返回数据</h3>
  556. <table>
  557. <thead class="ant-table-thead">
  558. <tr>
  559. <th key=name>名称</th><th key=type>类型</th><th key=required>是否必须</th><th key=default>默认值</th><th key=desc>备注</th><th key=sub>其他信息</th>
  560. </tr>
  561. </thead><tbody className="ant-table-tbody"><tr key=0-0><td key=0><span style="padding-left: 0px"><span style="color: #8c8a8a"></span> code</span></td><td key=1><span>integer</span></td><td key=2>非必须</td><td key=3></td><td key=4><span style="white-space: pre-wrap"></span></td><td key=5><p key=2><span style="font-weight: '700'">format: </span><span>int64</span></p></td></tr><tr key=0-1><td key=0><span style="padding-left: 0px"><span style="color: #8c8a8a"></span> data</span></td><td key=1><span>object</span></td><td key=2>非必须</td><td key=3></td><td key=4><span style="white-space: pre-wrap"></span></td><td key=5></td></tr><tr key=0-2><td key=0><span style="padding-left: 0px"><span style="color: #8c8a8a"></span> message</span></td><td key=1><span>string</span></td><td key=2>非必须</td><td key=3></td><td key=4><span style="white-space: pre-wrap"></span></td><td key=5></td></tr>
  562. </tbody>
  563. </table>
  564. <h2 id="u67e5u8be20a3ca20id3du67e5u8be23e203ca3e">查询
  565. <a id=查询> </a></h2>
  566. <p></p>
  567. <h3 id="-13">基本信息</h3>
  568. <p><strong>Path:</strong> /api/public/test/redis/get</p>
  569. <p><strong>Method:</strong> GET</p>
  570. <p><strong>接口描述:</strong></p>
  571. <h3 id="-14">请求参数</h3>
  572. <p><strong>Query</strong></p>
  573. <table>
  574. <thead>
  575. <tr>
  576. <th>参数名称</th>
  577. <th>是否必须</th>
  578. <th>示例</th>
  579. <th>备注</th>
  580. </tr>
  581. </thead>
  582. <tbody>
  583. <tr>
  584. <td>key</td>
  585. <td></td>
  586. <td></td>
  587. <td>redis key</td>
  588. </tr>
  589. </tbody>
  590. </table>
  591. <h3 id="-15">返回数据</h3>
  592. <table>
  593. <thead class="ant-table-thead">
  594. <tr>
  595. <th key=name>名称</th><th key=type>类型</th><th key=required>是否必须</th><th key=default>默认值</th><th key=desc>备注</th><th key=sub>其他信息</th>
  596. </tr>
  597. </thead><tbody className="ant-table-tbody"><tr key=0-0><td key=0><span style="padding-left: 0px"><span style="color: #8c8a8a"></span> code</span></td><td key=1><span>integer</span></td><td key=2>非必须</td><td key=3></td><td key=4><span style="white-space: pre-wrap"></span></td><td key=5><p key=2><span style="font-weight: '700'">format: </span><span>int64</span></p></td></tr><tr key=0-1><td key=0><span style="padding-left: 0px"><span style="color: #8c8a8a"></span> data</span></td><td key=1><span>object</span></td><td key=2>非必须</td><td key=3></td><td key=4><span style="white-space: pre-wrap"></span></td><td key=5></td></tr><tr key=0-2><td key=0><span style="padding-left: 0px"><span style="color: #8c8a8a"></span> message</span></td><td key=1><span>string</span></td><td key=2>非必须</td><td key=3></td><td key=4><span style="white-space: pre-wrap"></span></td><td key=5></td></tr>
  598. </tbody>
  599. </table>
  600. <h1 id="u4f01u4e1au5faeu4fe1u6d88u606fu63a8u9001">企业微信消息推送</h1>
  601. <p></p>
  602. <h2 id="gitlabu94a9u5b500a3ca20id3dgitlabu94a9u5b503e203ca3e">gitlab钩子
  603. <a id=gitlab钩子> </a></h2>
  604. <p></p>
  605. <h3 id="-16">基本信息</h3>
  606. <p><strong>Path:</strong> /api/public/wechat/gitlab</p>
  607. <p><strong>Method:</strong> POST</p>
  608. <p><strong>接口描述:</strong></p>
  609. <h3 id="-17">请求参数</h3>
  610. <p><strong>Headers</strong></p>
  611. <table>
  612. <thead>
  613. <tr>
  614. <th>参数名称</th>
  615. <th>参数值</th>
  616. <th>是否必须</th>
  617. <th>示例</th>
  618. <th>备注</th>
  619. </tr>
  620. </thead>
  621. <tbody>
  622. <tr>
  623. <td>Content-Type</td>
  624. <td>application/json</td>
  625. <td></td>
  626. <td></td>
  627. <td></td>
  628. </tr>
  629. </tbody>
  630. </table>
  631. <p><strong>Query</strong></p>
  632. <table>
  633. <thead>
  634. <tr>
  635. <th>参数名称</th>
  636. <th>是否必须</th>
  637. <th>示例</th>
  638. <th>备注</th>
  639. </tr>
  640. </thead>
  641. <tbody>
  642. <tr>
  643. <td>token</td>
  644. <td></td>
  645. <td></td>
  646. <td>企业微信群token</td>
  647. </tr>
  648. </tbody>
  649. </table>
  650. <p><strong>Body</strong></p>
  651. <table>
  652. <thead class="ant-table-thead">
  653. <tr>
  654. <th key=name>名称</th><th key=type>类型</th><th key=required>是否必须</th><th key=default>默认值</th><th key=desc>备注</th><th key=sub>其他信息</th>
  655. </tr>
  656. </thead><tbody className="ant-table-tbody"><tr key=0><td key=0><span style="padding-left: 0px"><span style="color: #8c8a8a"></span> </span></td><td key=1><span>string</span></td><td key=2>非必须</td><td key=3></td><td key=4><span style="white-space: pre-wrap"></span></td><td key=5></td></tr>
  657. </tbody>
  658. </table>
  659. <h3 id="-18">返回数据</h3>
  660. <table>
  661. <thead class="ant-table-thead">
  662. <tr>
  663. <th key=name>名称</th><th key=type>类型</th><th key=required>是否必须</th><th key=default>默认值</th><th key=desc>备注</th><th key=sub>其他信息</th>
  664. </tr>
  665. </thead><tbody className="ant-table-tbody"><tr key=0-0><td key=0><span style="padding-left: 0px"><span style="color: #8c8a8a"></span> code</span></td><td key=1><span>integer</span></td><td key=2>非必须</td><td key=3></td><td key=4><span style="white-space: pre-wrap"></span></td><td key=5><p key=2><span style="font-weight: '700'">format: </span><span>int64</span></p></td></tr><tr key=0-1><td key=0><span style="padding-left: 0px"><span style="color: #8c8a8a"></span> data</span></td><td key=1><span>object</span></td><td key=2>非必须</td><td key=3></td><td key=4><span style="white-space: pre-wrap"></span></td><td key=5></td></tr><tr key=0-2><td key=0><span style="padding-left: 0px"><span style="color: #8c8a8a"></span> message</span></td><td key=1><span>string</span></td><td key=2>非必须</td><td key=3></td><td key=4><span style="white-space: pre-wrap"></span></td><td key=5></td></tr>
  666. </tbody>
  667. </table>
  668. <h2 id="u6d88u606fu63a8u90010a3ca20id3du6d88u606fu63a8u90013e203ca3e">消息推送
  669. <a id=消息推送> </a></h2>
  670. <p></p>
  671. <h3 id="-19">基本信息</h3>
  672. <p><strong>Path:</strong> /api/public/wechat/push</p>
  673. <p><strong>Method:</strong> GET</p>
  674. <p><strong>接口描述:</strong></p>
  675. <h3 id="-20">请求参数</h3>
  676. <p><strong>Query</strong></p>
  677. <table>
  678. <thead>
  679. <tr>
  680. <th>参数名称</th>
  681. <th>是否必须</th>
  682. <th>示例</th>
  683. <th>备注</th>
  684. </tr>
  685. </thead>
  686. <tbody>
  687. <tr>
  688. <td>message</td>
  689. <td></td>
  690. <td></td>
  691. <td>推送消息内容</td>
  692. </tr>
  693. <tr>
  694. <td>token</td>
  695. <td></td>
  696. <td></td>
  697. <td>企业微信群token</td>
  698. </tr>
  699. </tbody>
  700. </table>
  701. <h3 id="-21">返回数据</h3>
  702. <table>
  703. <thead class="ant-table-thead">
  704. <tr>
  705. <th key=name>名称</th><th key=type>类型</th><th key=required>是否必须</th><th key=default>默认值</th><th key=desc>备注</th><th key=sub>其他信息</th>
  706. </tr>
  707. </thead><tbody className="ant-table-tbody"><tr key=0-0><td key=0><span style="padding-left: 0px"><span style="color: #8c8a8a"></span> code</span></td><td key=1><span>integer</span></td><td key=2>非必须</td><td key=3></td><td key=4><span style="white-space: pre-wrap"></span></td><td key=5><p key=2><span style="font-weight: '700'">format: </span><span>int64</span></p></td></tr><tr key=0-1><td key=0><span style="padding-left: 0px"><span style="color: #8c8a8a"></span> data</span></td><td key=1><span>object</span></td><td key=2>非必须</td><td key=3></td><td key=4><span style="white-space: pre-wrap"></span></td><td key=5></td></tr><tr key=0-2><td key=0><span style="padding-left: 0px"><span style="color: #8c8a8a"></span> message</span></td><td key=1><span>string</span></td><td key=2>非必须</td><td key=3></td><td key=4><span style="white-space: pre-wrap"></span></td><td key=5></td></tr>
  708. </tbody>
  709. </table>
  710. <h1 id="u56feu7247u64cdu4f5c">图片操作</h1>
  711. <p></p>
  712. <h2 id="u5408u5e76u56feu7247u8fd4u56deu6587u4ef60a3ca20id3du5408u5e76u56feu7247u8fd4u56deu6587u4ef63e203ca3e">合并图片返回文件
  713. <a id=合并图片返回文件> </a></h2>
  714. <p></p>
  715. <h3 id="-22">基本信息</h3>
  716. <p><strong>Path:</strong> /api/public/qrcode/mergeList</p>
  717. <p><strong>Method:</strong> POST</p>
  718. <p><strong>接口描述:</strong></p>
  719. <h3 id="-23">请求参数</h3>
  720. <p><strong>Headers</strong></p>
  721. <table>
  722. <thead>
  723. <tr>
  724. <th>参数名称</th>
  725. <th>参数值</th>
  726. <th>是否必须</th>
  727. <th>示例</th>
  728. <th>备注</th>
  729. </tr>
  730. </thead>
  731. <tbody>
  732. <tr>
  733. <td>Content-Type</td>
  734. <td>application/json</td>
  735. <td></td>
  736. <td></td>
  737. <td></td>
  738. </tr>
  739. </tbody>
  740. </table>
  741. <p><strong>Body</strong></p>
  742. <table>
  743. <thead class="ant-table-thead">
  744. <tr>
  745. <th key=name>名称</th><th key=type>类型</th><th key=required>是否必须</th><th key=default>默认值</th><th key=desc>备注</th><th key=sub>其他信息</th>
  746. </tr>
  747. </thead><tbody className="ant-table-tbody"><tr key=0><td key=0><span style="padding-left: 0px"><span style="color: #8c8a8a"></span> </span></td><td key=1><span>object []</span></td><td key=2>非必须</td><td key=3></td><td key=4><span style="white-space: pre-wrap"></span></td><td key=5><p key=3><span style="font-weight: '700'">item 类型: </span><span>object</span></p></td></tr><tr key=0-0><td key=0><span style="padding-left: 20px"><span style="color: #8c8a8a">├─</span> path</span></td><td key=1><span>string</span></td><td key=2>必须</td><td key=3></td><td key=4><span style="white-space: pre-wrap">图片地址</span></td><td key=5></td></tr><tr key=0-1><td key=0><span style="padding-left: 20px"><span style="color: #8c8a8a">├─</span> x</span></td><td key=1><span>integer</span></td><td key=2>必须</td><td key=3></td><td key=4><span style="white-space: pre-wrap">x轴</span></td><td key=5><p key=2><span style="font-weight: '700'">format: </span><span>int32</span></p></td></tr><tr key=0-2><td key=0><span style="padding-left: 20px"><span style="color: #8c8a8a">├─</span> y</span></td><td key=1><span>integer</span></td><td key=2>必须</td><td key=3></td><td key=4><span style="white-space: pre-wrap">y轴</span></td><td key=5><p key=2><span style="font-weight: '700'">format: </span><span>int32</span></p></td></tr>
  748. </tbody>
  749. </table>
  750. <h3 id="-24">返回数据</h3>
  751. <table>
  752. <thead class="ant-table-thead">
  753. <tr>
  754. <th key=name>名称</th><th key=type>类型</th><th key=required>是否必须</th><th key=default>默认值</th><th key=desc>备注</th><th key=sub>其他信息</th>
  755. </tr>
  756. </thead><tbody className="ant-table-tbody"><tr key=0-0><td key=0><span style="padding-left: 0px"><span style="color: #8c8a8a"></span> code</span></td><td key=1><span>integer</span></td><td key=2>非必须</td><td key=3></td><td key=4><span style="white-space: pre-wrap"></span></td><td key=5><p key=2><span style="font-weight: '700'">format: </span><span>int64</span></p></td></tr><tr key=0-1><td key=0><span style="padding-left: 0px"><span style="color: #8c8a8a"></span> data</span></td><td key=1><span>object</span></td><td key=2>非必须</td><td key=3></td><td key=4><span style="white-space: pre-wrap"></span></td><td key=5></td></tr><tr key=0-2><td key=0><span style="padding-left: 0px"><span style="color: #8c8a8a"></span> message</span></td><td key=1><span>string</span></td><td key=2>非必须</td><td key=3></td><td key=4><span style="white-space: pre-wrap"></span></td><td key=5></td></tr>
  757. </tbody>
  758. </table>
  759. <h1 id="u5faeu4fe1u5f00u653eu5e73u53f020-20u6d88u606f">微信开放平台 -- 消息</h1>
  760. <p></p>
  761. <h2 id="u63a5u53d7u5faeu4fe1u63a8u9001u8fc7u6765u7684u6d88u606f0a3ca20id3du63a5u53d7u5faeu4fe1u63a8u9001u8fc7u6765u7684u6d88u606f3e203ca3e">接受微信推送过来的消息
  762. <a id=接受微信推送过来的消息> </a></h2>
  763. <p></p>
  764. <h3 id="-25">基本信息</h3>
  765. <p><strong>Path:</strong> /api/public/wechat/message/webHook</p>
  766. <p><strong>Method:</strong> POST</p>
  767. <p><strong>接口描述:</strong></p>
  768. <h3 id="-26">请求参数</h3>
  769. <p><strong>Headers</strong></p>
  770. <table>
  771. <thead>
  772. <tr>
  773. <th>参数名称</th>
  774. <th>参数值</th>
  775. <th>是否必须</th>
  776. <th>示例</th>
  777. <th>备注</th>
  778. </tr>
  779. </thead>
  780. <tbody>
  781. <tr>
  782. <td>Content-Type</td>
  783. <td>application/json</td>
  784. <td></td>
  785. <td></td>
  786. <td></td>
  787. </tr>
  788. </tbody>
  789. </table>
  790. <h3 id="-27">返回数据</h3>
  791. <table>
  792. <thead class="ant-table-thead">
  793. <tr>
  794. <th key=name>名称</th><th key=type>类型</th><th key=required>是否必须</th><th key=default>默认值</th><th key=desc>备注</th><th key=sub>其他信息</th>
  795. </tr>
  796. </thead><tbody className="ant-table-tbody"><tr key=0><td key=0><span style="padding-left: 0px"><span style="color: #8c8a8a"></span> </span></td><td key=1><span>string</span></td><td key=2>非必须</td><td key=3></td><td key=4><span style="white-space: pre-wrap"></span></td><td key=5></td></tr>
  797. </tbody>
  798. </table>
  799. <footer class="m-footer">
  800. <p>Build by <a href="https://ymfe.org/">YMFE</a>.</p>
  801. </footer>
  802. </div>
  803. </div>
  804. </body>
  805. </html>