加载城市的社保数据(五险一金等) 由于管理后台配置数据时社保和公积金是分开配置的,有可能会出现返回的公积金是空的。
sb_wage
sb_vol, fund_vol
pre_charge
shebao_desc 、fund_desc
URI
/sbl/shebao/added/setting/v2 GET、POST 2018-11-20 起用 补缴时调用
/sbl/shebao/setting/v2 GET、POST 2018-11-20 起用
参数
Integer city_code; 城市代码(id)
Integer type; 取两值:1:社保、2:公积金 参考[公共数据]的pay_for
状态码
600 城市代码值为空
V2响应字段描述
data字段说明
Map
sb_vol int // 社保销量数
fund_vol int // 公积金销量数
wxyj List // 五险一金配置数据
wxyj字段说明
List
int id; // 主表ID 即其它接口中的cid
int city_code; // 城市代码
String shebao_type; // 类型名称
double shebao_charge; // 社保服务费
double shebao_card_charge; // 社保办卡服务费
double fund_charge; // 公积金服务费
double package_charge; // 社保、公积金打包服务费
int month; // 可购买起始月份 201509、201511
int nums; // 一单需要购买的月份数 默认:1 有可能大于默认值。
boolean pack; // 是否能打包购买
int inc_date; // 增员截止日(结合month提供月份截止提示)
boolean fund_buy; // 公积金能否单独购买 true:能
String shebao_note; // 社保补缴说明
String fund_note; // 公积金补缴说明
double added_charge; // 补缴的服务费,补缴不支持打包了。
short addeds_num; // 社保补缴月份数, 0为不可补缴
short addedf_num; // 公积金补缴月份数, 0为不可补缴
boolean hk_addr; // 是否需要户藉地址。
boolean sb_wage; // 是否需要社保流水。
int firstM; // 增员首次月份数
String shebao_desc; // 社保购买描述
String fund_desc; // 公积金购买描述
List<ShebaoCityDataItem> shebaos; // 各户籍的社保数据
Integer hukou_type; // 户籍性质
List<ShebaoNamePrice> data // 险种数据
Integer i; // 显示索引
String n; // 险种名称
double p; // 险种价格
List<FundCityDataItem> funds; // 公积金数据
Integer hukou_type; // 户籍性质
double max; // 最大额度
double min; // 最低额度
double e; // 企业百分比例
double p; // 个人百分比例
范例
{
"msg": "",
"data": {
"sb_vol": 30,
"wxyj": [{
"id": 1,
"city_code": 1001,
"shebao_type": "标准",
"shebao_charge": 0.01,
"shebao_card_charge": 66.0,
"fund_charge": 69.0,
"package_charge": 99.0,
"month": 201811,
"nums": 2,
"pack": true,
"inc_date": 20,
"fund_buy": true,
"shebao_note": "1.可补缴最近1个月。下补缴单前请先下一个正常月份的单,然后再点击补缴社保。补缴月份跟正常缴费月份必须连续。\r\n2.空",
"fund_note": "~可补缴最近6个月(补金额不补年限)。下补缴单前请先下一个正常月份的单,然后再点击公积金补缴。补缴月份跟正常缴费月份必须连续。\r\n~空",
"added_charge": 299.0,
"addeds_num": 1,
"addedf_num": 6,
"hk_addr": true,
"sb_wage": false,
"firstM": 2,
"shebao_desc": "1. 第一个提示\r\n\r\n2. 第二个提示\r\n3. 第三个提示\r\n4. 第四个提示",
"fund_desc": "1. 广州地区公积金中心不出公积金卡和对账簿,请在公积金中心前台设置密码后网上查询即可。(多行)\r\n2. 第二条提示(单行)",
"shebaos": [{
"hukou_type": 1,
"data": [{
"i": 20,
"n": "预收费用",
"p": 0.1
}]
},
{
"hukou_type": 2,
"data": [{
"i": 1,
"n": "养老部分",
"p": 697.4
},
{
"i": 2,
"n": "基本医疗",
"p": 400.95
},
{
"i": 3,
"n": "失业部分",
"p": 15.92
},
{
"i": 4,
"n": "生育部分",
"p": 37.87
},
{
"i": 5,
"n": "工伤部分",
"p": 3.79
},
{
"i": 11,
"n": "重大疾病",
"p": 19.31
},
{
"i": 15,
"n": "残保金",
"p": 82.1
}]
},
{
"hukou_type": 3,
"data": [{
"i": 1,
"n": "养老部分",
"p": 697.4
},
{
"i": 2,
"n": "基本医疗",
"p": 400.95
},
{
"i": 3,
"n": "失业部分",
"p": 15.92
},
{
"i": 4,
"n": "生育部分",
"p": 37.87
},
{
"i": 5,
"n": "工伤部分",
"p": 3.79
},
{
"i": 11,
"n": "重大疾病",
"p": 19.31
},
{
"i": 15,
"n": "残保金",
"p": 82.1
}]
},
{
"hukou_type": 4,
"data": [{
"i": 1,
"n": "养老部分",
"p": 697.4
},
{
"i": 2,
"n": "基本医疗",
"p": 400.95
},
{
"i": 3,
"n": "失业部分",
"p": 15.92
},
{
"i": 4,
"n": "生育部分",
"p": 37.87
},
{
"i": 5,
"n": "工伤部分",
"p": 3.79
},
{
"i": 11,
"n": "重大疾病",
"p": 19.31
},
{
"i": 15,
"n": "残保金",
"p": 82.1
}]
}],
"funds": [{
"hukou_type": 1,
"max": 3000.0,
"min": 190.0,
"e": 5.0,
"p": 5.0
},
{
"hukou_type": 2,
"max": 3000.0,
"min": 190.0,
"e": 5.0,
"p": 5.0
},
{
"hukou_type": 3,
"max": 3000.0,
"min": 190.0,
"e": 5.0,
"p": 5.0
},
{
"hukou_type": 4,
"max": 3000.0,
"min": 190.0,
"e": 5.0,
"p": 5.0
}]
}],
"fund_vol": 35
},
"code": 200
}