1234567891011121314151617181920212223242526272829303132 |
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <meta http-equiv="content-type" content="text/html;charset=UTF-8">
- <style type="text/css">
- <!--
- @import url(md.css);
- -->
- </style></head><body>
- <p>社保、公积金官方查询 </p>
- <h1 id="/sbl/city/query/v1_">1 加载所有的查询配置数据</h1>
- <p>加载所有的查询配置数据</p>
- <h2>1.1 请求部分<h2>
- <ul><li><p>接口URI</p> <pre><code>/sbl/city/query/v1 </code></pre></li><li><p>接口参数</p>
- <pre><code>不需要参数</code></pre></li></ul>
- <h2>1.2 响应部分</h2> <ul><li> 响应字段
- <pre><code>int cid
- String city_name 城市名称
- String shebao_site 社保官网网址
- String shebao_wx 社保微信公众号
- String shebao_tel 社保官方电话
- String fund_site 公积金官网网址
- String fund_wx 公积金微信公众号
- String fund_tel 公积金官方电话
- String notice 备注
- boolean hot 是否热门
- </code></pre></li></ul> <p></p>
- <hr>
- <script src="md.js"></script></body></html>
|