社保信息
请求Header:
名称 | 值 | |
---|---|---|
Content-Type | application/x-www-form-urlencoded |
请求参数说明:
名称 | 必填 | 类型 | 说明 | |
---|---|---|---|---|
key | 是 | string | 在个人中心->我的数据,接口名称上方查看 | |
keyword | 是 | String | 企业全名/注册号/统一社会信用代码 |
请求代码示例:
curl -k -i "http://v.juhe.cn/enterprise/App/SocialSecurityByName/query.php?key=key&keyword=xxx"
返回参数说明:
名称 | 类型 | 说明 | |
---|---|---|---|
error_code | int | 状态码 | |
reason | string | 说明 | |
sign | string | 数据签名 | |
result | object | 结果 | |
result.total | Integer | 返回列表中记录总数 | |
result.items | Array | 年报信息 | |
items.report_year | String | 年报年份 | |
items.report_date | String | 发布日期 | |
items.name | String | 企业名称 | |
items.social_security | Object | - | |
social_security.unenployment_insurance | String | 单位参加失业保险缴费基数 | |
social_security.endownment_insurance_amount | String | 单位参加城镇职工基本养老保险累计欠缴金额 | |
social_security.actual_lost_amount | String | 参加失业保险本期实际缴费金额 | |
social_security.base_medical_down_balance | String | 单位参加职工基本医疗保险累计欠缴金额 | |
social_security.unenployment_num | String | 失业保险人数 | |
social_security.endownment_base_amount | String | 单位参加城镇职工基本养老保险缴费基数 | |
social_security.injury_insurance_amount | String | 单位参加工伤保险缴费基数 | |
social_security.insurance_num | String | 职工基本医疗保险人 | |
social_security.birth_amount | String | 单位参加生育保险累计欠缴金额 | |
social_security.birth_insurance_count | String | 单位参加生育保险缴费基数 | |
social_security.actual_medical_amount | String | 参加职工基本医疗保险本期实际缴费金额 | |
social_security.actual_injury_amount | String | 参加工伤保险本期实际缴费金额 | |
social_security.company_injury_down_balance | String | 单位参加工伤保险累计欠缴金额 | |
social_security.birth_num | String | 生育保险人数 | |
social_security.birth_actual_amount | String | 参加生育保险本期实际缴费金额 | |
social_security.basic_endownment_num | String | 城镇职工基本养老保险人数 | |
social_security.injury_insurance_num | String | 工伤保险人数 | |
social_security.unenployment_down_balance | String | 单位参加失业保险累计欠缴金额 | |
social_security.actual_endownment_amount | String | 参加城镇职工基本养老保险本期实际缴费金额 | |
social_security.basic_medical_amount | String | 单位参加职工基本医疗保险缴费基数 |
JSON返回示例:JSON在线格式化工具 >
{
"result": {
"total": 7,
"items": [
{
"report_year": "2019",
"name": "小米科技有限责任公司",
"social_security": {
"base_medical_down_balance": "0万元",
"actual_endownment_amount": "47.014208万元",
"injury_insurance_num": "168人",
"injury_insurance_amount": "-",
"insurance_num": "168人",
"birth_num": "168人",
"basic_medical_amount": "314.1832万元",
"unenployment_insurance": "293.8388万元",
"basic_endownment_num": "168人",
"birth_insurance_count": "0万元",
"unenployment_num": "168人",
"birth_amount": "0万元",
"actual_injury_amount": "2.065392万元",
"endownment_base_amount": "293.8388万元",
"birth_actual_amount": "0万元",
"actual_medical_amount": "33.931795万元",
"endownment_insurance_amount": "0万元",
"actual_lost_amount": "2.350704万元",
"unenployment_down_balance": "0万元",
"company_injury_down_balance": "0万元"
},
"report_date": "2020-06-24"
}
]
},
"reason": "success",
"sign": "219c5402f730409e82a9694693108f65",
"error_code": 0
}
服务级错误码参照(error_code):
错误码 | 说明 | |
---|---|---|
258500 | 网络超时,请稍后再试 | |
258501 | 参数缺失 | |
258502 | 参数不合法 | |
258503 | 内部错误 | |
258504 | 查询无结果 | |
258505 | 未知错误 |
系统级错误码参照:
错误码 | 说明 | 旧版本(resultcode) | |
---|---|---|---|
10001 | 错误的请求KEY | 101 | |
10002 | 该KEY无请求权限 | 102 | |
10003 | KEY过期 | 103 | |
10004 | 错误的OPENID | 104 | |
10005 | 应用未审核超时,请提交认证 | 105 | |
10007 | 未知的请求源 | 107 | |
10008 | 被禁止的IP | 108 | |
10009 | 被禁止的KEY | 109 | |
10011 | 当前IP请求超过限制 | 111 | |
10012 | 请求超过次数限制 | 112 | |
10013 | 测试KEY超过请求限制 | 113 | |
10014 | 系统内部异常(调用充值类业务时,请务必联系客服或通过订单查询接口检测订单,避免造成损失) | 114 | |
10020 | 接口维护 | 120 | |
10021 | 接口停用 | 121 |
错误码格式说明(示例:200201):
2 | 002 | 01 | |
---|---|---|---|
服务级错误(1为系统级错误) | 服务模块代码(即数据ID) | 具体错误代码 |