Commit b0351ea8 by 高宇强

gyq

parent 50a76835
......@@ -37,6 +37,7 @@ class EnterpriseQueryAPI extends APIBase {
case "ipCountByAuthor"://获取企业域名信息数量
case "ipListByAuthor"://获取企业域名信息列表
case "getQccBranches"://获取企业的分支机构(从企查查获取)
case "getcountAll"://获取企业所有证照数量
opResult = await this.enterSve.opReqResult(pobj, req);
break;
default:
......
......@@ -9,6 +9,7 @@
1. [获取企业域名信息数量](#ipCountByAuthor)
1. [获取企业域名信息列表](#ipListByAuthor)
1. [获取企业的分支机构(从企查查获取)](#getQccBranches)
1. [获取企业所有证照数量](#getcountAll)
## **<a name="getLicenses"> 根据公司得到推荐要办的证书</a>**
[返回到目录](#menu)
......@@ -353,4 +354,54 @@
"bizmsg": "empty",
"requestId": "aef807873b8d4d0da53e3866bfba132d"
}
```
## **<a name="getcountAll"> 获取企业所有证照数量</a>**
[返回到目录](#menu)
##### URL
[/action/enterpriseQuery/getcountAll]
#### 参数格式 `JSON`
#### HTTP请求方式 `POST`
#### 渠道执行的类型 actionType:getcountAll
``` javascript
{
"author": "中国专利信息中心"//公司名称
}
```
#### 返回结果
```javascript
{
"status": 0,
"msg": "操作成功",
"data": [
{
"CompanyId": "0e0a10f1836581a149f94d5acc8b6e57",
"RegNo": "913301000536684269",
"Name": "淘宝(中国)软件有限公司杭州分公司",
"BelongOrg": "杭州市市场监督管理局",
"CreditCode": null,
"OperName": null
},
{
"CompanyId": "71778d7fbdff57abbee278e176ea5177",
"RegNo": "F07696",
"Name": "淘宝(中国)软件有限公司北京分公司",
"BelongOrg": "北京市工商行政管理局",
"CreditCode": null,
"OperName": null
},
{
"CompanyId": "eeeb65c2f4db65f7fc741976eba86e55",
"RegNo": "9111010568690357X0",
"Name": "北京朝阳分公司",
"BelongOrg": "北京市工商行政管理局朝阳分局",
"CreditCode": null,
"OperName": null
}
],
"bizmsg": "empty",
"requestId": "aef807873b8d4d0da53e3866bfba132d"
}
```
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment