LinkController.html 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <meta http-equiv="content-type" content="text/html;charset=UTF-8">
  5. <style type="text/css">
  6. <!--
  7. @import url(md.css);
  8. -->
  9. </style></head><body>
  10. <p>链接管理控制器 </p>
  11. <h1 id="/sbl/link/getById/v1_POST">1 查询链接</h1>
  12. <p>查询链接</p>
  13. <h2>1.1 请求部分<h2>
  14. <ul><li><p>接口URI</p> <pre><code>/sbl/link/getById/v1 POST</code></pre></li><li><p>接口参数</p>
  15. <pre><code>String link_id
  16. </code></pre></li></ul>
  17. <h2>1.2 响应部分</h2> <p>空</p>
  18. <hr>
  19. <h1 id="/sbl/link/getByCode/v1_POST">2 查询链接</h1>
  20. <p>查询链接</p>
  21. <h2>2.1 请求部分<h2>
  22. <ul><li><p>接口URI</p> <pre><code>/sbl/link/getByCode/v1 POST</code></pre></li><li><p>接口参数</p>
  23. <pre><code>String code
  24. </code></pre></li></ul>
  25. <h2>2.2 响应部分</h2> <p>空</p>
  26. <hr>
  27. <h1 id="/sbl/link/getByPurpose/v1_POST">3 查询链接</h1>
  28. <p>查询链接</p>
  29. <h2>3.1 请求部分<h2>
  30. <ul><li><p>接口URI</p> <pre><code>/sbl/link/getByPurpose/v1 POST</code></pre></li><li><p>接口参数</p>
  31. <pre><code>String purpose
  32. </code></pre></li></ul>
  33. <h2>3.2 响应部分</h2> <p>空</p>
  34. <hr>
  35. <script src="md.js"></script></body></html>