产品详情
API参数 企业工商全维度版 调用地址: http,https://business4.api.bdymkt.com/business4/get 请求方式: GET 支持格式: application/json;charset=UTF-8 调用工具: 去调试 请求参数(Headers) 请求参数(Query)
- 名称
- 类型
- 是否必须
- 示例值
- 描述
- keyword
- string
- true
- null
- 关键字,公司名全称、注册号、社会统一信用代码
<dependency>
<groupId>com.baidubce</groupId>
<artifactId>api-explorer-sdk</artifactId>
<version>1.0.0</version>
</dependency>
import com.baidubce.http.ApiExplorerClient;
import com.baidubce.http.AppSigner;
import com.baidubce.http.HttpMethodName;
import com.baidubce.model.ApiExplorerRequest;
import com.baidubce.model.ApiExplorerResponse;
// 企业工商全维度版 Java示例代码
public class RequestDemo {
public static void main(String[] args) {
String path = "http://gwgp-j2jfn9vezde.n.bdcloudapi.com/business4/get";
ApiExplorerRequest request = new ApiExplorerRequest(HttpMethodName.GET, path);
request.setCredentials("您的 access key", "您的 secret key");
request.addHeaderParameter("Content-Type", "application/json;charset=UTF-8");
request.addQueryParameter("keyword", "");
ApiExplorerClient client = new ApiExplorerClient(new AppSigner());
try {
ApiExplorerResponse response = client.sendRequest(request);
// 返回结果格式为Json字符串
System.out.println(response.getResult());
} catch (Exception e) {
e.printStackTrace();
}
}
}
点击复制代码
正常返回示例 {
"msg": "成功",
"success": true,
"code": 200,
"data": {
"orderNo": "344643449731777644",
"data": {
"allows": [],
"liquidation": null,
"contactInfo": {
"website": [],
"phoneNumber": "15867176651",
"email": ""
},
"taxCredits": [],
"zhiXingItems": [],
"changes": [
{
"changeField": "投资人(股权)备案",
"changeDate": "2018-10-26 00:00:00",
"changeAfter": "姓名: 刘贵龙; 出资额: ***万; 百分比: ***%",
"changeBefore": "姓名: 刘贵龙; 出资额: ***万; 百分比: **%\n姓名: 肖阳; 出资额: *万; 百分比: *%"
},
{
"changeField": "经营范围变更",
"changeDate": "2018-01-19 00:00:00",
"changeAfter": "服务:计算机软硬件、网络信息技术的技术开发、技术服务、技术咨询、成果转让;计算机系统集成服务,网页设计,企业征信(除个人征信业务),企业管理服务;批发、零售:计算机软硬件,数码产品,通讯器材,电子产品(除电子出版物)。(依法须经批准的项目,经相关部门批准后方可开展经营活动)",
"changeBefore": "服务:计算机软硬件、网络信息技术的技术开发、技术服务、技术咨询、成果转让,计算机系统集成,网页设计;批发、零售:计算机软硬件,数码产品,通讯器材、电子产品(除专控)。"
},
{
"changeField": "高级管理人员备案",
"changeDate": "2018-01-19 00:00:00",
"changeAfter": "姓名: 刘贵龙; 证件号码: ******************; 职位: 执行董事兼总经理\n姓名: 张启达; 证件号码: ******************; 职位: 监事",
"changeBefore": "姓名: 刘贵龙; 证件号码: ******************; 职位: 执行董事兼总经理\n姓名: 皮林伦; 证件号码: ******************; 职位: 监事"
},
{
"changeField": "住所(营业场所、地址)变更",
"changeDate": "2017-04-26 00:00:00",
"changeAfter": "浙江省杭州市余杭区仓前街道良睦路1399号22号楼2207室",
"changeBefore": "杭州市西湖区文三路259号昌地火炬大厦1幢1803-78室"
}
],
"industry": {
"industryL1Name": "信息传输、软件和信息技术服务业",
"industryL2Name": "软件和信息技术服务业",
"industryL3Code": "659",
"industryL2Code": "65",
"industryL4Code": "6599",
"industryL1Code": "I",
"industryL4Name": "其他未列明信息技术服务业",
"industryL3Name": "其他信息技术服务业"
},
"branches": [],
"punishes": [],
"spotChecks": [],
"exceptions": [],
"mpledges": [],
"originalName": [],
"partners": [
{
"investType": "以个人财产出资",
"capiDate": null,
"stockName": "刘贵龙",
"stockPercent": "1.0",
"shoudDate": null,
"stockType": "自然人股东",
"stockCapital": "500.0",
"investName": null,
"stockRealcapital": null
}
],
"pledges": [],
"employees": [
{
"employeeName": "肖阳",
"position": "监事"
},
{
"employeeName": "刘贵龙",
"position": "执行董事兼总经理"
}
],
"shiXinItems": [],
"base": {
"companyCode": "330106000568842",
"businessDateFrom": "2016-12-20 00:00:00",
"capital": "500.000000万人民币",
"stockNumber": null,
"realCaptical": null,
"companyType": "有限责任公司(自然人独资)",
"stockType": null,
"companyName": "杭州数脉科技有限公司",
"companyStatus": "存续",
"businessScope": "服务:计算机软硬件、网络信息技术的技术开发、技术服务、技术咨询、成果转让;计算机系统集成服务,网页设计,企业征信(除个人征信业务),企业管理服务;批发、零售:计算机软硬件,数码产品,通讯器材,电子产品(除电子出版物)。(依法须经批准的项目,经相关部门批准后方可开展经营活动)",
"updatedDate": "2020-08-23 06:26:06",
"revokeDate": null,
"establishDate": "2016-12-20 00:00:00",
"logoUrl": null,
"isOnStock": null,
"keyNo": "9ae7806eeae5a4467d9cc7eedaa7d76e",
"province": "浙江省",
"businessDateTo": null,
"orgCode": "MA280U472",
"legalPerson": "刘贵龙",
"authority": "杭州市余杭区市场监督管理局",
"companyAddress": "浙江省杭州市余杭区仓前街道良睦路1399号22号楼2207室",
"creditNo": "91330106MA280U472B",
"issueDate": "2018-10-26 00:00:00"
}
}
}
}
失败返回示例 {
"msg": "入参错误,
"success": false,
"code": 400,
"data": { }
}
错误码定义
