五险一金配置数据
五险一金配置数据 城市的五险一金补缴配置数据 与 销量
接口URI
/sbl/shebao/setting/v2
接口参数
Integer city_code 城市代码
Integer type 社保(1) 公积金(2)
int id
int city_code
String shebao_type
double shebao_charge
double shebao_card_charge
double fund_charge
double package_charge
int month
int nums
boolean pack
int inc_date
boolean fund_buy
boolean fund_buy2 是否开放公积金购买 2019-04-25
String shebao_note
String fund_note
double added_charge
short addeds_num
short addedf_num
boolean hk_addr
int firstM
boolean sb_wage
String shebao_desc
String fund_desc
List shebaos
Integer hukou_type
List data
Integer i
String n
double p
List funds
Integer hukou_type
double max
double min
double e
double p
boolean flow_flag
int flow_end 流水最高金额
int flow_charge 服务费
String remark 说明
int flow_fee 建议的流水金额
{
"wxyj": List,
"flow": WageFlowResp,
"sb_vol": 9800,
"fund_vol" : 3100
}
补缴配置数据 城市的五险一金补缴配置数据 与 销量
接口URI
/sbl/shebao/added/setting/v2
接口参数
Integer city_code 城市代码
Integer type 社保(1)还是公积金(2)
int id
int city_code
String shebao_type
double shebao_charge
double shebao_card_charge
double fund_charge
double package_charge
int month
int nums
boolean pack
int inc_date
boolean fund_buy
boolean fund_buy2 是否开放公积金购买 2019-04-25
String shebao_note
String fund_note
double added_charge
short addeds_num
short addedf_num
boolean hk_addr
int firstM
boolean sb_wage
String shebao_desc
String fund_desc
List shebaos
Integer hukou_type
List data
Integer i
String n
double p
List funds
Integer hukou_type
double max
double min
double e
double p
{
"wxyj": List,
"sb_vol": 9800,
"fund_vol" : 3100
}
社保计算器主界面 获取指定城市的配置信息,用于计算器页面上选择或填写
接口URI
/sbl/shebao/calculator/main/v1 GET
接口参数
int city_code
int id
String shebao_type
float shebao_min
float shebao_max
float fund_min
float fund_max
List hukouItemList
int hukou
List itemDataList
int i
String n
float min
float max
float pp
float ep
boolean yearPay
计算器需要的数据
个税计算器计算社保个人总金额
接口URI
/sbl/shebao/calculator/tax/v1 POST
接口参数
Integer cid 档位ID
Integer hukou_type 户口类型 (1~4)
Float shebao_salary 社保基数
社保个人部分金额 或 其它异常信息.
200 成功计算出金额
500 计算时的异常信息
600 参数异常