3指定城市的社保数据.html 31 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893
  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>
  10. </head>
  11. <body>
  12. <h1>3指定城市的社保数据</h1>
  13. <blockquote>
  14. <p>加载城市的社保数据(五险一金等) 由于管理后台配置数据时社保和公积金是分开配置的,有可能会出现返回的公积金是空的。</p>
  15. </blockquote>
  16. <ul>
  17. <li>2018-12-06 增加是否需要社保流水的字段 <code>sb_wage</code></li>
  18. <li>2018-11-20 增加 两个销量字段 <code>sb_vol, fund_vol</code></li>
  19. <li>2016-10-31 增加 预收费用字段 <code>pre_charge</code></li>
  20. <li>2016-09-20 增加补缴的接口</li>
  21. <li>2016-08-19 增加两个字段 <code>shebao_desc 、fund_desc</code></li>
  22. <li>2016-05-16 增加新接口--一个城市可以有多个配置方案</li>
  23. <li>2016-04-21 增加补缴服务费和社保、公积金的补缴月份数。补缴不支持打包了</li>
  24. <li>2016-04-01 增加补缴说明 </li>
  25. <li>2016-03-22 增加公积金比例</li>
  26. <li>2016-03-09 增加能否单独购买公积金字段(fund_buy)</li>
  27. </ul>
  28. <h2>请求</h2>
  29. <blockquote>
  30. <p>URI</p>
  31. </blockquote>
  32. <pre><code>/sbl/shebao/added/setting/v2 GET、POST 2018-11-20 起用 补缴时调用
  33. /sbl/shebao/setting/v2 GET、POST 2018-11-20 起用
  34. </code></pre>
  35. <blockquote>
  36. <p>参数</p>
  37. </blockquote>
  38. <pre><code> Integer city_code; 城市代码(id)
  39. Integer type; 取两值:1:社保、2:公积金 参考[公共数据]的pay_for
  40. </code></pre>
  41. <h2>响应</h2>
  42. <blockquote>
  43. <p>状态码</p>
  44. </blockquote>
  45. <pre><code>600 城市代码值为空
  46. </code></pre>
  47. <blockquote>
  48. <p>V2响应字段描述</p>
  49. </blockquote>
  50. <ul>
  51. <li><p>data字段说明</p>
  52. <pre><code>Map
  53. sb_vol int // 社保销量数
  54. fund_vol int // 公积金销量数
  55. wxyj List // 五险一金配置数据
  56. </code></pre></li>
  57. <li><p>wxyj字段说明 </p>
  58. <pre><code>List
  59. int id; // 主表ID 即其它接口中的cid
  60. int city_code; // 城市代码
  61. String shebao_type; // 类型名称
  62. double shebao_charge; // 社保服务费
  63. double shebao_card_charge; // 社保办卡服务费
  64. double fund_charge; // 公积金服务费
  65. double package_charge; // 社保、公积金打包服务费
  66. int month; // 可购买起始月份 201509、201511
  67. int nums; // 一单需要购买的月份数 默认:1 有可能大于默认值。
  68. boolean pack; // 是否能打包购买
  69. int inc_date; // 增员截止日(结合month提供月份截止提示)
  70. boolean fund_buy; // 公积金能否单独购买 true:能
  71. String shebao_note; // 社保补缴说明
  72. String fund_note; // 公积金补缴说明
  73. double added_charge; // 补缴的服务费,补缴不支持打包了。
  74. short addeds_num; // 社保补缴月份数, 0为不可补缴
  75. short addedf_num; // 公积金补缴月份数, 0为不可补缴
  76. boolean hk_addr; // 是否需要户藉地址。
  77. boolean sb_wage; // 是否需要社保流水。
  78. int firstM; // 增员首次月份数
  79. String shebao_desc; // 社保购买描述
  80. String fund_desc; // 公积金购买描述
  81. List&lt;ShebaoCityDataItem&gt; shebaos; // 各户籍的社保数据
  82. Integer hukou_type; // 户籍性质
  83. List&lt;ShebaoNamePrice&gt; data // 险种数据
  84. Integer i; // 显示索引
  85. String n; // 险种名称
  86. double p; // 险种价格
  87. List&lt;FundCityDataItem&gt; funds; // 公积金数据
  88. Integer hukou_type; // 户籍性质
  89. double max; // 最大额度
  90. double min; // 最低额度
  91. double e; // 企业百分比例
  92. double p; // 个人百分比例
  93. </code></pre></li>
  94. </ul>
  95. <blockquote>
  96. <p>范例</p>
  97. </blockquote>
  98. <pre><code>{
  99. &quot;msg&quot;: &quot;&quot;,
  100. &quot;data&quot;: {
  101. &quot;sb_vol&quot;: 30,
  102. &quot;wxyj&quot;: [{
  103. &quot;id&quot;: 1,
  104. &quot;city_code&quot;: 1001,
  105. &quot;shebao_type&quot;: &quot;标准&quot;,
  106. &quot;shebao_charge&quot;: 0.01,
  107. &quot;shebao_card_charge&quot;: 66.0,
  108. &quot;fund_charge&quot;: 69.0,
  109. &quot;package_charge&quot;: 99.0,
  110. &quot;month&quot;: 201811,
  111. &quot;nums&quot;: 2,
  112. &quot;pack&quot;: true,
  113. &quot;inc_date&quot;: 20,
  114. &quot;fund_buy&quot;: true,
  115. &quot;shebao_note&quot;: &quot;1.可补缴最近1个月。下补缴单前请先下一个正常月份的单,然后再点击补缴社保。补缴月份跟正常缴费月份必须连续。\r\n2.空&quot;,
  116. &quot;fund_note&quot;: &quot;~可补缴最近6个月(补金额不补年限)。下补缴单前请先下一个正常月份的单,然后再点击公积金补缴。补缴月份跟正常缴费月份必须连续。\r\n~空&quot;,
  117. &quot;added_charge&quot;: 299.0,
  118. &quot;addeds_num&quot;: 1,
  119. &quot;addedf_num&quot;: 6,
  120. &quot;hk_addr&quot;: true,
  121. &quot;sb_wage&quot;: false,
  122. &quot;firstM&quot;: 2,
  123. &quot;shebao_desc&quot;: &quot;1. 第一个提示\r\n\r\n2. 第二个提示\r\n3. 第三个提示\r\n4. 第四个提示&quot;,
  124. &quot;fund_desc&quot;: &quot;1. 广州地区公积金中心不出公积金卡和对账簿,请在公积金中心前台设置密码后网上查询即可。(多行)\r\n2. 第二条提示(单行)&quot;,
  125. &quot;shebaos&quot;: [{
  126. &quot;hukou_type&quot;: 1,
  127. &quot;data&quot;: [{
  128. &quot;i&quot;: 20,
  129. &quot;n&quot;: &quot;预收费用&quot;,
  130. &quot;p&quot;: 0.1
  131. }]
  132. },
  133. {
  134. &quot;hukou_type&quot;: 2,
  135. &quot;data&quot;: [{
  136. &quot;i&quot;: 1,
  137. &quot;n&quot;: &quot;养老部分&quot;,
  138. &quot;p&quot;: 697.4
  139. },
  140. {
  141. &quot;i&quot;: 2,
  142. &quot;n&quot;: &quot;基本医疗&quot;,
  143. &quot;p&quot;: 400.95
  144. },
  145. {
  146. &quot;i&quot;: 3,
  147. &quot;n&quot;: &quot;失业部分&quot;,
  148. &quot;p&quot;: 15.92
  149. },
  150. {
  151. &quot;i&quot;: 4,
  152. &quot;n&quot;: &quot;生育部分&quot;,
  153. &quot;p&quot;: 37.87
  154. },
  155. {
  156. &quot;i&quot;: 5,
  157. &quot;n&quot;: &quot;工伤部分&quot;,
  158. &quot;p&quot;: 3.79
  159. },
  160. {
  161. &quot;i&quot;: 11,
  162. &quot;n&quot;: &quot;重大疾病&quot;,
  163. &quot;p&quot;: 19.31
  164. },
  165. {
  166. &quot;i&quot;: 15,
  167. &quot;n&quot;: &quot;残保金&quot;,
  168. &quot;p&quot;: 82.1
  169. }]
  170. },
  171. {
  172. &quot;hukou_type&quot;: 3,
  173. &quot;data&quot;: [{
  174. &quot;i&quot;: 1,
  175. &quot;n&quot;: &quot;养老部分&quot;,
  176. &quot;p&quot;: 697.4
  177. },
  178. {
  179. &quot;i&quot;: 2,
  180. &quot;n&quot;: &quot;基本医疗&quot;,
  181. &quot;p&quot;: 400.95
  182. },
  183. {
  184. &quot;i&quot;: 3,
  185. &quot;n&quot;: &quot;失业部分&quot;,
  186. &quot;p&quot;: 15.92
  187. },
  188. {
  189. &quot;i&quot;: 4,
  190. &quot;n&quot;: &quot;生育部分&quot;,
  191. &quot;p&quot;: 37.87
  192. },
  193. {
  194. &quot;i&quot;: 5,
  195. &quot;n&quot;: &quot;工伤部分&quot;,
  196. &quot;p&quot;: 3.79
  197. },
  198. {
  199. &quot;i&quot;: 11,
  200. &quot;n&quot;: &quot;重大疾病&quot;,
  201. &quot;p&quot;: 19.31
  202. },
  203. {
  204. &quot;i&quot;: 15,
  205. &quot;n&quot;: &quot;残保金&quot;,
  206. &quot;p&quot;: 82.1
  207. }]
  208. },
  209. {
  210. &quot;hukou_type&quot;: 4,
  211. &quot;data&quot;: [{
  212. &quot;i&quot;: 1,
  213. &quot;n&quot;: &quot;养老部分&quot;,
  214. &quot;p&quot;: 697.4
  215. },
  216. {
  217. &quot;i&quot;: 2,
  218. &quot;n&quot;: &quot;基本医疗&quot;,
  219. &quot;p&quot;: 400.95
  220. },
  221. {
  222. &quot;i&quot;: 3,
  223. &quot;n&quot;: &quot;失业部分&quot;,
  224. &quot;p&quot;: 15.92
  225. },
  226. {
  227. &quot;i&quot;: 4,
  228. &quot;n&quot;: &quot;生育部分&quot;,
  229. &quot;p&quot;: 37.87
  230. },
  231. {
  232. &quot;i&quot;: 5,
  233. &quot;n&quot;: &quot;工伤部分&quot;,
  234. &quot;p&quot;: 3.79
  235. },
  236. {
  237. &quot;i&quot;: 11,
  238. &quot;n&quot;: &quot;重大疾病&quot;,
  239. &quot;p&quot;: 19.31
  240. },
  241. {
  242. &quot;i&quot;: 15,
  243. &quot;n&quot;: &quot;残保金&quot;,
  244. &quot;p&quot;: 82.1
  245. }]
  246. }],
  247. &quot;funds&quot;: [{
  248. &quot;hukou_type&quot;: 1,
  249. &quot;max&quot;: 3000.0,
  250. &quot;min&quot;: 190.0,
  251. &quot;e&quot;: 5.0,
  252. &quot;p&quot;: 5.0
  253. },
  254. {
  255. &quot;hukou_type&quot;: 2,
  256. &quot;max&quot;: 3000.0,
  257. &quot;min&quot;: 190.0,
  258. &quot;e&quot;: 5.0,
  259. &quot;p&quot;: 5.0
  260. },
  261. {
  262. &quot;hukou_type&quot;: 3,
  263. &quot;max&quot;: 3000.0,
  264. &quot;min&quot;: 190.0,
  265. &quot;e&quot;: 5.0,
  266. &quot;p&quot;: 5.0
  267. },
  268. {
  269. &quot;hukou_type&quot;: 4,
  270. &quot;max&quot;: 3000.0,
  271. &quot;min&quot;: 190.0,
  272. &quot;e&quot;: 5.0,
  273. &quot;p&quot;: 5.0
  274. }]
  275. }],
  276. &quot;fund_vol&quot;: 35
  277. },
  278. &quot;code&quot;: 200
  279. }
  280. </code></pre>
  281. <hr>
  282. <h1>2. v1 旧请求接口(20181120起停用)</h1>
  283. <blockquote>
  284. <p>URI</p>
  285. </blockquote>
  286. <pre><code>/sbl/shebao/added/setting/v1 GET、POST 2016-09-20 补缴时调用
  287. /sbl/shebao/setting/v1 GET、POST 2016-05-16 起用
  288. </code></pre>
  289. <blockquote>
  290. <p>参数</p>
  291. </blockquote>
  292. <pre><code> Integer city_code; 城市代码(id)
  293. Integer type; 取两值:1:社保、2:公积金 参考[公共数据]的pay_for
  294. </code></pre>
  295. <h2>响应</h2>
  296. <blockquote>
  297. <p>状态码</p>
  298. </blockquote>
  299. <pre><code>600 城市代码值为空
  300. </code></pre>
  301. <blockquote>
  302. <p>响应字段描述</p>
  303. </blockquote>
  304. <pre><code>List
  305. int id; // 主表ID 即其它接口中的cid
  306. int city_code; // 城市代码
  307. String shebao_type; // 类型名称
  308. double shebao_charge; // 社保服务费
  309. double shebao_card_charge; // 社保办卡服务费
  310. double fund_charge; // 公积金服务费
  311. double package_charge; // 社保、公积金打包服务费
  312. int month; // 可购买起始月份 201509、201511
  313. int nums; // 一单需要购买的月份数 默认:1 有可能大于默认值。
  314. boolean pack; // 是否能打包购买
  315. int inc_date; // 增员截止日(结合month提供月份截止提示)
  316. boolean fund_buy; // 公积金能否单独购买 true:能
  317. String shebao_note; // 社保补缴说明
  318. String fund_note; // 公积金补缴说明
  319. double added_charge; // 补缴的服务费,补缴不支持打包了。
  320. short addeds_num; // 社保补缴月份数, 0为不可补缴
  321. short addedf_num; // 公积金补缴月份数, 0为不可补缴
  322. boolean hk_addr; // 是否需要户藉地址。
  323. int firstM; // 增员首次月份数
  324. String shebao_desc; // 社保购买描述
  325. String fund_desc; // 公积金购买描述
  326. List&lt;ShebaoCityDataItem&gt; shebaos; // 各户籍的社保数据
  327. Integer hukou_type; // 户籍性质
  328. List&lt;ShebaoNamePrice&gt; data // 险种数据
  329. Integer i; // 显示索引
  330. String n; // 险种名称
  331. double p; // 险种价格
  332. List&lt;FundCityDataItem&gt; funds; // 公积金数据
  333. Integer hukou_type; // 户籍性质
  334. double max; // 最大额度
  335. double min; // 最低额度
  336. double e; // 企业百分比例
  337. double p; // 个人百分比例
  338. </code></pre>
  339. <blockquote>
  340. <p>范例</p>
  341. </blockquote>
  342. <pre><code>{
  343. &quot;data&quot;: [{
  344. &quot;id&quot;: 1,
  345. &quot;city_code&quot;: 1001,
  346. &quot;shebao_type&quot;: &quot;标准&quot;,
  347. &quot;shebao_charge&quot;: 69.0,
  348. &quot;shebao_card_charge&quot;: 66.0,
  349. &quot;fund_charge&quot;: 69.0,
  350. &quot;package_charge&quot;: 99.0,
  351. &quot;month&quot;: 201611,
  352. &quot;nums&quot;: 1,
  353. &quot;pack&quot;: true,
  354. &quot;inc_date&quot;: 13,
  355. &quot;fund_buy&quot;: true,
  356. &quot;shebao_note&quot;: &quot;可补缴最近1个月。下补缴单前请先下一个正常月份的单,然后再点击补缴社保。补缴月份跟正常缴费月份必须连续。&quot;,
  357. &quot;fund_note&quot;: &quot;可补缴最近6个月(补金额不补年限)。下补缴单前请先下一个正常月份的单,然后再点击补缴社保。补缴月份跟正常缴费月份必须连续。&quot;,
  358. &quot;added_charge&quot;: 99.0,
  359. &quot;addeds_num&quot;: 1,
  360. &quot;addedf_num&quot;: 1,
  361. &quot;hk_addr&quot;: true,
  362. &quot;firstM&quot;: 2,
  363. &quot;shebao_desc&quot;: &quot;这里是广州测试社保购买信息&quot;,
  364. &quot;fund_desc&quot;: &quot;这里是广州测试公积金购买信息2这里是广州测试公积金购买信息3这里是广州测试公积金购买信息4这里是广州测试公积金购买信息&quot;,
  365. &quot;shebaos&quot;: [{
  366. &quot;hukou_type&quot;: 1,
  367. &quot;data&quot;: [{
  368. &quot;i&quot;: 1,
  369. &quot;n&quot;: &quot;养老保险&quot;,
  370. &quot;p&quot;: 639.32
  371. },
  372. {
  373. &quot;i&quot;: 2,
  374. &quot;n&quot;: &quot;基本医疗&quot;,
  375. &quot;p&quot;: 365.22
  376. },
  377. {
  378. &quot;i&quot;: 3,
  379. &quot;n&quot;: &quot;失业保险&quot;,
  380. &quot;p&quot;: 15.92
  381. },
  382. {
  383. &quot;i&quot;: 4,
  384. &quot;n&quot;: &quot;生育保险&quot;,
  385. &quot;p&quot;: 34.49
  386. },
  387. {
  388. &quot;i&quot;: 5,
  389. &quot;n&quot;: &quot;工伤保险&quot;,
  390. &quot;p&quot;: 3.79
  391. },
  392. {
  393. &quot;i&quot;: 11,
  394. &quot;n&quot;: &quot;重大疾病&quot;,
  395. &quot;p&quot;: 17.59
  396. },
  397. {
  398. &quot;i&quot;: 15,
  399. &quot;n&quot;: &quot;残保金&quot;,
  400. &quot;p&quot;: 45.37
  401. },
  402. {
  403. &quot;i&quot;: 20,
  404. &quot;n&quot;: &quot;预收费用&quot;,
  405. &quot;p&quot;: 10.0
  406. }]
  407. },
  408. {
  409. &quot;hukou_type&quot;: 2,
  410. &quot;data&quot;: [{
  411. &quot;i&quot;: 1,
  412. &quot;n&quot;: &quot;养老保险&quot;,
  413. &quot;p&quot;: 639.32
  414. },
  415. {
  416. &quot;i&quot;: 2,
  417. &quot;n&quot;: &quot;基本医疗&quot;,
  418. &quot;p&quot;: 365.22
  419. },
  420. {
  421. &quot;i&quot;: 3,
  422. &quot;n&quot;: &quot;失业保险&quot;,
  423. &quot;p&quot;: 15.92
  424. },
  425. {
  426. &quot;i&quot;: 4,
  427. &quot;n&quot;: &quot;生育保险&quot;,
  428. &quot;p&quot;: 34.49
  429. },
  430. {
  431. &quot;i&quot;: 5,
  432. &quot;n&quot;: &quot;工伤保险&quot;,
  433. &quot;p&quot;: 3.79
  434. },
  435. {
  436. &quot;i&quot;: 11,
  437. &quot;n&quot;: &quot;重大疾病&quot;,
  438. &quot;p&quot;: 17.59
  439. },
  440. {
  441. &quot;i&quot;: 15,
  442. &quot;n&quot;: &quot;残保金&quot;,
  443. &quot;p&quot;: 45.37
  444. },
  445. {
  446. &quot;i&quot;: 20,
  447. &quot;n&quot;: &quot;预收费用&quot;,
  448. &quot;p&quot;: 10.0
  449. }]
  450. },
  451. {
  452. &quot;hukou_type&quot;: 3,
  453. &quot;data&quot;: [{
  454. &quot;i&quot;: 1,
  455. &quot;n&quot;: &quot;养老保险&quot;,
  456. &quot;p&quot;: 639.32
  457. },
  458. {
  459. &quot;i&quot;: 2,
  460. &quot;n&quot;: &quot;基本医疗&quot;,
  461. &quot;p&quot;: 365.22
  462. },
  463. {
  464. &quot;i&quot;: 3,
  465. &quot;n&quot;: &quot;失业保险&quot;,
  466. &quot;p&quot;: 15.92
  467. },
  468. {
  469. &quot;i&quot;: 4,
  470. &quot;n&quot;: &quot;生育保险&quot;,
  471. &quot;p&quot;: 34.49
  472. },
  473. {
  474. &quot;i&quot;: 5,
  475. &quot;n&quot;: &quot;工伤保险&quot;,
  476. &quot;p&quot;: 3.79
  477. },
  478. {
  479. &quot;i&quot;: 11,
  480. &quot;n&quot;: &quot;重大疾病&quot;,
  481. &quot;p&quot;: 17.59
  482. },
  483. {
  484. &quot;i&quot;: 15,
  485. &quot;n&quot;: &quot;残保金&quot;,
  486. &quot;p&quot;: 45.37
  487. },
  488. {
  489. &quot;i&quot;: 20,
  490. &quot;n&quot;: &quot;预收费用&quot;,
  491. &quot;p&quot;: 10.0
  492. }]
  493. },
  494. {
  495. &quot;hukou_type&quot;: 4,
  496. &quot;data&quot;: [{
  497. &quot;i&quot;: 1,
  498. &quot;n&quot;: &quot;养老保险&quot;,
  499. &quot;p&quot;: 639.32
  500. },
  501. {
  502. &quot;i&quot;: 2,
  503. &quot;n&quot;: &quot;基本医疗&quot;,
  504. &quot;p&quot;: 365.22
  505. },
  506. {
  507. &quot;i&quot;: 3,
  508. &quot;n&quot;: &quot;失业保险&quot;,
  509. &quot;p&quot;: 15.92
  510. },
  511. {
  512. &quot;i&quot;: 4,
  513. &quot;n&quot;: &quot;生育保险&quot;,
  514. &quot;p&quot;: 34.49
  515. },
  516. {
  517. &quot;i&quot;: 5,
  518. &quot;n&quot;: &quot;工伤保险&quot;,
  519. &quot;p&quot;: 3.79
  520. },
  521. {
  522. &quot;i&quot;: 11,
  523. &quot;n&quot;: &quot;重大疾病&quot;,
  524. &quot;p&quot;: 17.59
  525. },
  526. {
  527. &quot;i&quot;: 15,
  528. &quot;n&quot;: &quot;残保金&quot;,
  529. &quot;p&quot;: 45.37
  530. },
  531. {
  532. &quot;i&quot;: 20,
  533. &quot;n&quot;: &quot;预收费用&quot;,
  534. &quot;p&quot;: 10.0
  535. }]
  536. }],
  537. &quot;funds&quot;: [{
  538. &quot;hukou_type&quot;: 1,
  539. &quot;max&quot;: 3382.0,
  540. &quot;min&quot;: 190.0,
  541. &quot;e&quot;: 5.0,
  542. &quot;p&quot;: 5.0
  543. },
  544. {
  545. &quot;hukou_type&quot;: 2,
  546. &quot;max&quot;: 3382.0,
  547. &quot;min&quot;: 190.0,
  548. &quot;e&quot;: 5.0,
  549. &quot;p&quot;: 5.0
  550. },
  551. {
  552. &quot;hukou_type&quot;: 3,
  553. &quot;max&quot;: 3382.0,
  554. &quot;min&quot;: 190.0,
  555. &quot;e&quot;: 5.0,
  556. &quot;p&quot;: 5.0
  557. },
  558. {
  559. &quot;hukou_type&quot;: 4,
  560. &quot;max&quot;: 3382.0,
  561. &quot;min&quot;: 190.0,
  562. &quot;e&quot;: 5.0,
  563. &quot;p&quot;: 5.0
  564. }]
  565. }],
  566. &quot;msg&quot;: &quot;&quot;,
  567. &quot;code&quot;: 200
  568. }
  569. </code></pre>
  570. <hr>
  571. <h1>3. v1 旧请求</h1>
  572. <blockquote>
  573. <p>URI</p>
  574. </blockquote>
  575. <pre><code>/sbl/shebao/city/v1 2015-11-20 起停用 X
  576. /sbl/shebao/city/v2 2016-05-16 起停用 X
  577. GET、POST
  578. </code></pre>
  579. <blockquote>
  580. <p>参数</p>
  581. </blockquote>
  582. <pre><code>v1:
  583. Integer city_code; 城市代码(id)
  584. v2:
  585. Integer city_code; 城市代码(id)
  586. Integer type; 取两值:1:社保、2:公积金 参考[公共数据]的pay_for
  587. </code></pre>
  588. <h2>响应</h2>
  589. <blockquote>
  590. <p>状态码</p>
  591. </blockquote>
  592. <pre><code>600 城市代码值为空
  593. </code></pre>
  594. <blockquote>
  595. <p>响应字段</p>
  596. </blockquote>
  597. <pre><code>int id; // 主表ID 即其它接口中的cid
  598. int city_code; // 城市代码
  599. String shebao_type; // 类型名称
  600. double shebao_charge; // 社保服务费
  601. double shebao_card_charge; // 社保办卡服务费
  602. double fund_charge; // 公积金服务费
  603. double package_charge; // 社保、公积金打包服务费
  604. int month; // 可购买起始月份 201509、201511
  605. int nums; // 一单需要购买的月份数 默认:1 有可能大于默认值。
  606. boolean pack; // 是否能打包购买
  607. int inc_date; // 增员截止日(结合month提供月份截止提示)
  608. boolean fund_buy; // 公积金能否单独购买 true:能
  609. String shebao_note; // 社保补缴说明
  610. String fund_note; // 公积金补缴说明
  611. double added_charge; // 补缴的服务费,补缴不支持打包了。
  612. short addeds_num; // 社保补缴月份数, 0为不可补缴
  613. short addedf_num; // 公积金补缴月份数, 0为不可补缴
  614. List&lt;ShebaoCityDataItem&gt; shebaos; // 各户籍的社保数据
  615. Integer hukou_type; // 户籍性质
  616. List&lt;ShebaoNamePrice&gt; data // 险种数据
  617. Integer i; // 显示索引
  618. String n; // 险种名称
  619. double p; // 险种价格
  620. List&lt;FundCityDataItem&gt; funds; // 公积金数据
  621. Integer hukou_type; // 户籍性质
  622. double max; // 最大额度
  623. double min; // 最低额度
  624. double e; // 企业百分比例
  625. double p; // 个人百分比例
  626. </code></pre>
  627. <blockquote>
  628. <p>范例</p>
  629. </blockquote>
  630. <pre><code>{
  631. &quot;data&quot;: {
  632. &quot;id&quot;: 1,
  633. &quot;city_code&quot;: 1001,
  634. &quot;shebao_type&quot;: &quot;标准&quot;,
  635. &quot;shebao_charge&quot;: 59.0,
  636. &quot;shebao_card_charge&quot;: 0.0,
  637. &quot;fund_charge&quot;: 59.0,
  638. &quot;package_charge&quot;: 99.0,
  639. &quot;month&quot;: 201605,
  640. &quot;nums&quot;: 1,
  641. &quot;pack&quot;: true,
  642. &quot;inc_date&quot;: 18,
  643. &quot;fund_buy&quot;: false,
  644. &quot;shebao_note&quot;: &quot;可补缴最近3个月。补缴前请确保您已成功购买至少一个月非补缴社保。&quot;,
  645. &quot;fund_note&quot;: &quot;可以补缴6个月。&quot;,
  646. &quot;added_charge&quot;: 99.0,
  647. &quot;addeds_num&quot;: 1,
  648. &quot;addedf_num&quot;: 2,
  649. &quot;shebaos&quot;: [{
  650. &quot;hukou_type&quot;: 1,
  651. &quot;data&quot;: [{
  652. &quot;i&quot;: 1,
  653. &quot;n&quot;: &quot;养老保险&quot;,
  654. &quot;p&quot;: 529.76
  655. },
  656. {
  657. &quot;i&quot;: 2,
  658. &quot;n&quot;: &quot;基本医疗&quot;,
  659. &quot;p&quot;: 371.2
  660. },
  661. {
  662. &quot;i&quot;: 3,
  663. &quot;n&quot;: &quot;失业保险&quot;,
  664. &quot;p&quot;: 32.22
  665. },
  666. {
  667. &quot;i&quot;: 4,
  668. &quot;n&quot;: &quot;生育保险&quot;,
  669. &quot;p&quot;: 31.55
  670. },
  671. {
  672. &quot;i&quot;: 5,
  673. &quot;n&quot;: &quot;工伤保险&quot;,
  674. &quot;p&quot;: 7.58
  675. },
  676. {
  677. &quot;i&quot;: 11,
  678. &quot;n&quot;: &quot;重大疾病&quot;,
  679. &quot;p&quot;: 16.09
  680. },
  681. {
  682. &quot;i&quot;: 15,
  683. &quot;n&quot;: &quot;残保金&quot;,
  684. &quot;p&quot;: 45.37
  685. }]
  686. },
  687. {
  688. &quot;hukou_type&quot;: 2,
  689. &quot;data&quot;: [{
  690. &quot;i&quot;: 1,
  691. &quot;n&quot;: &quot;养老保险&quot;,
  692. &quot;p&quot;: 529.76
  693. },
  694. {
  695. &quot;i&quot;: 2,
  696. &quot;n&quot;: &quot;基本医疗&quot;,
  697. &quot;p&quot;: 371.2
  698. },
  699. {
  700. &quot;i&quot;: 3,
  701. &quot;n&quot;: &quot;失业保险&quot;,
  702. &quot;p&quot;: 32.22
  703. },
  704. {
  705. &quot;i&quot;: 4,
  706. &quot;n&quot;: &quot;生育保险&quot;,
  707. &quot;p&quot;: 31.55
  708. },
  709. {
  710. &quot;i&quot;: 5,
  711. &quot;n&quot;: &quot;工伤保险&quot;,
  712. &quot;p&quot;: 7.58
  713. },
  714. {
  715. &quot;i&quot;: 11,
  716. &quot;n&quot;: &quot;重大疾病&quot;,
  717. &quot;p&quot;: 16.09
  718. },
  719. {
  720. &quot;i&quot;: 15,
  721. &quot;n&quot;: &quot;残保金&quot;,
  722. &quot;p&quot;: 45.37
  723. }]
  724. },
  725. {
  726. &quot;hukou_type&quot;: 3,
  727. &quot;data&quot;: [{
  728. &quot;i&quot;: 1,
  729. &quot;n&quot;: &quot;养老保险&quot;,
  730. &quot;p&quot;: 529.76
  731. },
  732. {
  733. &quot;i&quot;: 2,
  734. &quot;n&quot;: &quot;基本医疗&quot;,
  735. &quot;p&quot;: 371.2
  736. },
  737. {
  738. &quot;i&quot;: 3,
  739. &quot;n&quot;: &quot;失业保险&quot;,
  740. &quot;p&quot;: 32.22
  741. },
  742. {
  743. &quot;i&quot;: 4,
  744. &quot;n&quot;: &quot;生育保险&quot;,
  745. &quot;p&quot;: 31.55
  746. },
  747. {
  748. &quot;i&quot;: 5,
  749. &quot;n&quot;: &quot;工伤保险&quot;,
  750. &quot;p&quot;: 7.58
  751. },
  752. {
  753. &quot;i&quot;: 11,
  754. &quot;n&quot;: &quot;重大疾病&quot;,
  755. &quot;p&quot;: 16.09
  756. },
  757. {
  758. &quot;i&quot;: 15,
  759. &quot;n&quot;: &quot;残保金&quot;,
  760. &quot;p&quot;: 45.37
  761. }]
  762. },
  763. {
  764. &quot;hukou_type&quot;: 4,
  765. &quot;data&quot;: [{
  766. &quot;i&quot;: 1,
  767. &quot;n&quot;: &quot;养老保险&quot;,
  768. &quot;p&quot;: 529.76
  769. },
  770. {
  771. &quot;i&quot;: 2,
  772. &quot;n&quot;: &quot;基本医疗&quot;,
  773. &quot;p&quot;: 371.2
  774. },
  775. {
  776. &quot;i&quot;: 3,
  777. &quot;n&quot;: &quot;失业保险&quot;,
  778. &quot;p&quot;: 32.22
  779. },
  780. {
  781. &quot;i&quot;: 4,
  782. &quot;n&quot;: &quot;生育保险&quot;,
  783. &quot;p&quot;: 31.55
  784. },
  785. {
  786. &quot;i&quot;: 5,
  787. &quot;n&quot;: &quot;工伤保险&quot;,
  788. &quot;p&quot;: 7.58
  789. },
  790. {
  791. &quot;i&quot;: 11,
  792. &quot;n&quot;: &quot;重大疾病&quot;,
  793. &quot;p&quot;: 16.09
  794. },
  795. {
  796. &quot;i&quot;: 15,
  797. &quot;n&quot;: &quot;残保金&quot;,
  798. &quot;p&quot;: 45.37
  799. }]
  800. }],
  801. &quot;funds&quot;: [{
  802. &quot;hukou_type&quot;: 1,
  803. &quot;max&quot;: 4646.4,
  804. &quot;min&quot;: 304.0,
  805. &quot;e&quot;: 8.0,
  806. &quot;p&quot;: 8.0
  807. },
  808. {
  809. &quot;hukou_type&quot;: 2,
  810. &quot;max&quot;: 4646.4,
  811. &quot;min&quot;: 304.0,
  812. &quot;e&quot;: 8.0,
  813. &quot;p&quot;: 8.0
  814. },
  815. {
  816. &quot;hukou_type&quot;: 3,
  817. &quot;max&quot;: 4646.4,
  818. &quot;min&quot;: 304.0,
  819. &quot;e&quot;: 8.0,
  820. &quot;p&quot;: 8.0
  821. },
  822. {
  823. &quot;hukou_type&quot;: 4,
  824. &quot;max&quot;: 4646.4,
  825. &quot;min&quot;: 304.0,
  826. &quot;e&quot;: 8.0,
  827. &quot;p&quot;: 8.0
  828. }]
  829. },
  830. &quot;msg&quot;: &quot;&quot;,
  831. &quot;code&quot;: 200
  832. }
  833. </code></pre>
  834. <hr>
  835. <script src="md.js"></script>
  836. </body>
  837. </html>