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
97494aaf
Commit
97494aaf
authored
Aug 28, 2020
by
任晓松
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
e37f99bc
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
55 additions
and
0 deletions
+55
-0
center-channel/app/front/entry/public/apidoc/opTrademark/newicbcSearch.md
+55
-0
No files found.
center-channel/app/front/entry/public/apidoc/opTrademark/newicbcSearch.md
View file @
97494aaf
...
...
@@ -4,6 +4,7 @@
1.
[
企业详情
](
#getDetailByCompanyName
)
1.
[
企业变更记录查询
](
#getCompanyChangeByName
)
1.
[
工商icp证照查询
](
#getCompanyIcpByName
)
1.
[
企业资质证书查询
](
#searchCertification
)
## **<a name="getCompanyListByVague"> 企业模糊查询</a>**
[
返回到目录
](
#menu
)
...
...
@@ -304,4 +305,57 @@
"requestId"
:
"e4e69fac26b74fb7958c0a71fc30d21d"
}
```
## **<a name="searchCertification"> 企业资质证书查询</a>**
[
返回到目录
](
#menu
)
##### URL
[
/action/icbcTools/springBoard
]
#### 参数格式 `JSON`
#### HTTP请求方式 `POST`
#### 渠道执行的类型 actionType:searchCertification
```
javascript
{
"companyName"
:
"海南椰利园食品有限公司"
}
```
#### 返回结果
```
javascript
{
"status"
:
0
,
"msg"
:
"操作成功"
,
"data"
:
[
{
"EndDate"
:
"2020-11-12 00:00:00"
,
"Id"
:
"69466fbd54a6942f7644d9a8079cad91_6"
,
"Name"
:
"食品生产许可证"
,
"No"
:
"SC10646010800036"
,
"StartDate"
:
"2015-11-13 00:00:00"
,
"Type"
:
"C_997_91"
},
{
"EndDate"
:
"2014-11-28 00:00:00"
,
"Id"
:
"e8ee5244-4ffa-4289-ad27-204be9b5ee6d"
,
"Name"
:
"其他食品(椰纤果)"
,
"No"
:
"QS460028010044"
,
"StartDate"
:
"2011-11-22 00:00:00"
,
"Type"
:
"C_997_95"
},
{
"EndDate"
:
"2014-12-22 00:00:00"
,
"Id"
:
"a94341c7-5569-4dfd-9ee9-b988e957a5b5"
,
"Name"
:
"罐头食品(果蔬罐头)"
,
"No"
:
"QS460009013129"
,
"StartDate"
:
"2011-11-22 00:00:00"
,
"Type"
:
"C_997_95"
}
],
"requestId"
:
"e4e69fac26b74fb7958c0a71fc30d21d"
}
```
\ 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