Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Z
zhichan
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
蒋勇
zhichan
Commits
b0351ea8
Commit
b0351ea8
authored
Jan 16, 2020
by
高宇强
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gyq
parent
50a76835
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
53 additions
and
0 deletions
+53
-0
center-channel/app/base/api/impl/action/enterpriseQuery.js
+1
-0
center-channel/app/front/entry/public/apidoc/licensesDesc/license.md
+52
-0
No files found.
center-channel/app/base/api/impl/action/enterpriseQuery.js
View file @
b0351ea8
...
...
@@ -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
:
...
...
center-channel/app/front/entry/public/apidoc/licensesDesc/license.md
View file @
b0351ea8
...
...
@@ -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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment