Commit 97494aaf by 任晓松

update

parent e37f99bc
......@@ -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
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