QueryController.html 1.1 KB

1234567891011121314151617181920212223242526272829303132
  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/city/query/v1_">1 加载所有的查询配置数据</h1>
  12. <p>加载所有的查询配置数据</p>
  13. <h2>1.1 请求部分<h2>
  14. <ul><li><p>接口URI</p> <pre><code>/sbl/city/query/v1 </code></pre></li><li><p>接口参数</p>
  15. <pre><code>不需要参数</code></pre></li></ul>
  16. <h2>1.2 响应部分</h2> <ul><li> 响应字段
  17. <pre><code>int cid
  18. String city_name 城市名称
  19. String shebao_site 社保官网网址
  20. String shebao_wx 社保微信公众号
  21. String shebao_tel 社保官方电话
  22. String fund_site 公积金官网网址
  23. String fund_wx 公积金微信公众号
  24. String fund_tel 公积金官方电话
  25. String notice 备注
  26. boolean hot 是否热门
  27. </code></pre></li></ul> <p></p>
  28. <hr>
  29. <script src="md.js"></script></body></html>