企业工商全维度版
<h3>接口描述</h3>
<ul>
<li>根据公司名全称、注册号、组织机构代码、社会统一信用代码查询企业信息</li>
</ul>
<h3>请求地址</h3>
<p><code>https://api.jumdata.com/enterprise/business/all</code></p>
<h3>请求方式</h3>
<ul>
<li>GET/POST</li>
</ul>
<h3>请求格式</h3>
<ul>
<li>x-www-form-urlencoded</li>
</ul>
<h3>请求参数</h3>
<table>
<thead>
<tr>
<th>名称</th>
<th>类型</th>
<th>必须</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td>appId</td>
<td>String</td>
<td>是</td>
<td>服务商分配的唯一标识</td>
</tr>
<tr>
<td>timestamp</td>
<td>long</td>
<td>是</td>
<td>当前时间的毫秒数</td>
</tr>
<tr>
<td>sign</td>
<td>String</td>
<td>是</td>
<td>签名,详见签名算法说明</td>
</tr>
<tr>
<td>keyword</td>
<td>String</td>
<td>是</td>
<td>关键字,公司名或社会统一信用代码</td>
</tr>
</tbody>
</table>
<h3>签名算法说明</h3>
<p><code>sign = sha256(appId + appSecret + timestamp)</code></p>
<p>用服务商分配的 appId、服务商分配的 appSecret,当前时间毫秒数 timestamp,按上述顺序拼接成字符串,再进行 sha256 哈希得到。如下:</p>
<pre><code class="language-java">String appId = &quot;xyzxy2121zxyz&quot;;
String timestamp = &quot;1555378976238&quot;;
String appSecret = &quot;efcefcef1121cefcefc1212121&quot;;
String str = appId + appSecret + timestamp;
String sign = sha256(str);</code></pre>
<h3>成功返回样例</h3>
<pre><code class="language-json">{
&quot;code&quot;: 200,
&quot;msg&quot;: &quot;成功&quot;,
&quot;charge&quot;: true, //计费标记 true-计费 false-不计费
&quot;taskNo&quot;: &quot;24734830306816485241&quot;,
&quot;data&quot;: {
&quot;Changes&quot;: [ //企业变更
{
&quot;ChangeAfter&quot;: &quot;浙江省杭州市余杭区仓前街道龙泉路*号***室&quot;, //变更后内容
&quot;ChangeDate&quot;: &quot;2021-05-12 00:00:00&quot;, //变更日期
&quot;ChangeField&quot;: &quot;住所变更&quot;, //变更事项
&quot;ChangeBefore&quot;: &quot;浙江省杭州市余杭区余杭街道禹航商城**-*、**-*号二层-*&quot; //变更前内容
}
],
&quot;ShiXinItems&quot;: [ //失信
{
&quot;Iname&quot;:&quot;&quot;, //公司名称
&quot;RegDate&quot;:&quot;&quot;, //立案日期
&quot;CaseCode&quot;:&quot;&quot;, //立案文书号
&quot;CardNum&quot;:&quot;&quot;, //组织机构代码
&quot;GistCid&quot;:&quot;&quot;, //执行依据文号
&quot;PublishDate&quot;:&quot;&quot;, //发布时间
&quot;Performance&quot;:&quot;&quot;, //被执行人的履约情况
&quot;DisreputTypeName&quot;:&quot;&quot;,//行为备注
&quot;CourtName&quot;:&quot;&quot; //执行法院
}
],
&quot;Branches&quot;: [ //分支机构
{
&quot;CompanyCode&quot;:&quot;&quot;, //注册号
&quot;CompanyName&quot;:&quot;&quot;, //注册号
&quot;Authority&quot;:&quot;&quot;, //登记机关
&quot;CreditNo&quot;:&quot;&quot;, //社会统一信用代码
&quot;LegalPerson&quot;:&quot;&quot; //法人姓名
}
],
&quot;Pledges&quot;: [//股权出质
{
&quot;RegistNo&quot;:&quot;&quot;, //质权登记编号
&quot;Pledgor&quot;:&quot;&quot;, //出质人
&quot;PledgorNo&quot;:&quot;&quot;, //出质人证照编号
&quot;Pledgee&quot;:&quot;&quot;, //质权人
&quot;PledgeeNo&quot;:&quot;&quot;, //质权人证照编号
&quot;PledgedAmount&quot;:&quot;&quot;, //出质股权数额
&quot;RegDate&quot;:&quot;&quot;, //股权出质设立登记日期
&quot;PublicDate&quot;:&quot;&quot;, //公示时间
&quot;Status&quot;:&quot;&quot; //出质状态
}
],
&quot;Employees&quot;: [ //企业高管
{
&quot;Position&quot;: &quot;执行董事兼总经理&quot;, //职位
&quot;EmployeeName&quot;: &quot;薛梅&quot; //姓名
}
],
&quot;OriginalName&quot;: [ //曾用名
{
&quot;Name&quot;: &quot;&quot;, //曾用名
&quot;ChangeDate&quot;: &quot;&quot; //变更日期
}
],
&quot;TaxCreditItems&quot;: [ //纳税信息
{
&quot;TaxPayerNo&quot;: &quot;&quot;, //纳税人识别号
&quot;TaxPayerName&quot;: &quot;&quot;, //纳税人名称
&quot;Year&quot;: &quot;&quot;, //评价年度
&quot;Level&quot;: &quot;&quot; //信用等级
}
],
&quot;Base&quot;: { //工商基本信息
&quot;BusinessDateFrom&quot;: &quot;2018-05-23 00:00:00&quot;, //营业开始日期
&quot;Authority&quot;: &quot;杭州市余杭区市场监督管理局&quot;, //登记机关
&quot;CompanyStatus&quot;: &quot;存续&quot;, //企业状态
&quot;BusinessScope&quot;: &quot;一般项目:人工智能应用软件开发。&quot;, //经营范围
&quot;IssueDate&quot;: &quot;2021-05-12 00:00:00&quot;, //发照日期
&quot;BusinessDateTo&quot;: &quot;9999-09-08 16:00:00&quot;, //营业结束日期
&quot;Capital&quot;: &quot;1000.000000万人民币&quot;, //注册资本
&quot;CompanyType&quot;: &quot;有限责任公司(自然人独资)&quot;, //企业类型
&quot;LegalPerson&quot;: &quot;薛梅&quot;, //法人名
&quot;EstablishDate&quot;: &quot;2018-05-23 00:00:00&quot;, //成立日期
&quot;Province&quot;: &quot;ZJ&quot;, //省份
&quot;KeyNo&quot;: &quot;c206b9acb76398542fbeca71ca0178c6&quot;, //内部keyNo
&quot;CompanyAddress&quot;: &quot;浙江省杭州市余杭区仓前街道龙泉路3号507室&quot;, //地址
&quot;CompanyName&quot;: &quot;杭州安那其科技有限公司&quot;, //公司名称
&quot;OrgCode&quot;: &quot;MA2CC1X50&quot;, //组织机构代码
&quot;IsOnStock&quot;: &quot;0&quot;, //是否上市(0为未上市,1为上市)
&quot;CreditNo&quot;: &quot;91330110MA2CC1X505&quot;, //社会统一信用代码
&quot;CompanyCode&quot;: &quot;330184000798156&quot;, //注册号
&quot;RevokeDate&quot;:&quot;&quot;, //吊销日期
&quot;StockNumber&quot;:&quot;&quot;, //上市公司代码
&quot;StockType&quot;:&quot;&quot;, //上市类型
&quot;StockStatus&quot;:&quot;&quot; //是否退市(值为:上市、退市)
},
&quot;Industry&quot;: { //行业信息
&quot;Industry&quot;: &quot;信息传输、软件和信息技术服务业&quot;, //国民经济行业分类大类名称
&quot;SubIndustry&quot;: &quot;软件和信息技术服务业&quot; //国民经济行业分类小类名称
},
&quot;Partners&quot;: [ //股东信息
{
&quot;ShouldDate&quot;: &quot;2049-02-13 00:00:00&quot;, //认缴出资时间
&quot;StockName&quot;: &quot;薛梅&quot;, //股东
&quot;StockType&quot;: &quot;自然人股东&quot;, //股东类型
&quot;StockPercent&quot;: &quot;1.0000&quot;, //出资比例
&quot;StockCapital&quot;: &quot;1000&quot;, //认缴出资额
&quot;StockRealCapital&quot;: &quot;0&quot;, //实缴出资额
&quot;InvestType&quot;: &quot;&quot;, //认缴出资方式
&quot;CapiDate&quot;: &quot;&quot;, //实缴时间
&quot;InvestName&quot;: &quot;&quot; //实际出资方式
}
],
&quot;Penalties&quot;: [ //行政处罚
{
&quot;DocNo&quot;: &quot;&quot;, //行政处罚决定书文号
&quot;PenaltyType&quot;: &quot;&quot;, //违法行为类型
&quot;OfficeName&quot;: &quot;&quot;, //行政处罚决定机关名称
&quot;Content&quot;: &quot;&quot;, //行政处罚内容
&quot;PenaltyDate&quot;: &quot;&quot;, //作出行政处罚决定日期
&quot;PublicDate&quot;: &quot;&quot;, //作出行政公示日期
&quot;Remark&quot;: &quot;&quot; //备注
}
],
&quot;ZhiXingItems&quot;: [ //被执行
{
&quot;CaseState&quot;: &quot;&quot;, //状态
&quot;PartyCardnum&quot;: &quot;&quot;, //身份证号码/组织机构代码
&quot;ZxId&quot;: &quot;&quot;, //官网系统ID
&quot;Pname&quot;: &quot;&quot;, //名称
&quot;CaseCreateTime&quot;: &quot;&quot;, //立案时间
&quot;CaseCode&quot;: &quot;&quot;, //立案号
&quot;ExecCourtName&quot;: &quot;&quot;, //执行法院
&quot;ExecMoney&quot;: &quot;&quot; //标的
}
],
&quot;Exceptions&quot;: [ //经营异常
{
&quot;AddReason&quot;: &quot;&quot;, //列入经营异常名录原因
&quot;AddDate&quot;: &quot;&quot;, //列入日期
&quot;RemoveReason&quot;: &quot;&quot;, //移出经营异常名录原因
&quot;RemoveDate&quot;: &quot;&quot;, //移出日期
&quot;DecisionOffice&quot;: &quot;&quot;, //作出决定机关
&quot;CasRemoveDecisionOfficeeCode&quot;: &quot;&quot; //移除决定机关
}
],
&quot;Permissions&quot;: [ //行政许可
{
&quot;Name&quot;: &quot;&quot;, //项目名称
&quot;Province&quot;: &quot;&quot;, //地域
&quot;Liandate&quot;: &quot;&quot;, //决定日期
&quot;CaseNo&quot;: &quot;&quot; //决定文书号
}
],
&quot;ContactInfo&quot;: { //联系信息
&quot;Website&quot;: [
{
&quot;Url&quot;: &quot;www.jumdata.com&quot;, //网站地址
&quot;Name&quot;: &quot;聚美智数&quot; //网站名称
}
],
&quot;PhoneNumber&quot;: &quot;057188382829&quot;, //联系电话
&quot;Email&quot;: &quot;&quot; //联系邮箱
},
&quot;MPledges&quot;: [ //动产抵押
{
&quot;RegisterNo&quot;: &quot;&quot;, //登记编号
&quot;RegisterDate&quot;: &quot;&quot;, //登记时间
&quot;PublicDate&quot;: &quot;&quot;, //公示时间
&quot;RegisterOffice&quot;: &quot;&quot;, //登记机关
&quot;DebtSecuredAmount&quot;: &quot;&quot;, //被担保债权数额
&quot;Status&quot;: &quot;&quot; //状态
}
],
&quot;SpotChecks&quot;: [ //企业抽查检查
{
&quot;No&quot;: &quot;&quot;, //登记编号
&quot;ExecutiveOrg&quot;: &quot;&quot;, //检查实施机关
&quot;Type&quot;: &quot;&quot;, //类型
&quot;Date&quot;: &quot;&quot;, //日期
&quot;Consequence&quot;: &quot;&quot;, //结果
&quot;Remark&quot;: &quot;&quot; //备注
}
]
}
}</code></pre>
<h3>失败返回样例</h3>
<pre><code class="language-json">{
&quot;code&quot;: 400,
&quot;msg&quot;: &quot;关键字不能为空&quot;,
&quot;charge&quot;: false //计费标记 true-计费 false-不计费
}</code></pre>
<h3>返回字段说明</h3>
<table>
<thead>
<tr>
<th>字段名</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td>code</td>
<td>返回码,详见返回码说明</td>
</tr>
<tr>
<td>msg</td>
<td>code对应的描述</td>
</tr>
<tr>
<td>charge</td>
<td>计费标志</td>
</tr>
<tr>
<td>taskNo</td>
<td>本次请求号</td>
</tr>
<tr>
<td>data</td>
<td>返回具体结果,详见成功返回样例</td>
</tr>
</tbody>
</table>
<h4>code返回码说明</h4>
<table>
<thead>
<tr>
<th>code</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td>200</td>
<td>成功 (计费)</td>
</tr>
<tr>
<td>400</td>
<td>参数错误</td>
</tr>
<tr>
<td>404</td>
<td>接口地址不正确</td>
</tr>
<tr>
<td>500</td>
<td>系统维护,请稍候再试</td>
</tr>
<tr>
<td>601</td>
<td>接口未开通</td>
</tr>
<tr>
<td>602</td>
<td>账号停用</td>
</tr>
<tr>
<td>603</td>
<td>余额不足请充值</td>
</tr>
<tr>
<td>604</td>
<td>接口停用</td>
</tr>
<tr>
<td>606</td>
<td>调用超限,请稍候再试</td>
</tr>
<tr>
<td>607</td>
<td>ip不在白名单</td>
</tr>
<tr>
<td>609</td>
<td>请求过于频繁,请稍候再试</td>
</tr>
<tr>
<td>701</td>
<td>查询无结果</td>
</tr>
<tr>
<td>999</td>
<td>其他,以实际返回为准</td>
</tr>
</tbody>
</table>