目今位置:
企业资质盘问接口
接口信息
| 参数名称 | 类型 | 长度限制 | 是否必填 | 参数说明 |
| enterpriseName | string | 200 | 是 | 企业名称 |
| honorName | string | 200 | 是 | 声誉名称 |
| honorYear | string | 4 | 是 | 声誉年度 |
| 参数名称 | 类型 | 长度限制 | 标签 | 参数说明 |
| enterpriseName | string | 200 | enterpriseName | 企业名称 |
| honorName | string | 200 | honorName | 声誉名称 |
| honorYear | string | 4 | honorYear | 声誉年度 |
| honorGrade | string | 10 | honorGrade | 声誉品级 |
| honorDate | string | 10 | honorDate | 宣布日期 |
{
"status": 200,
"message": "盘问乐成!",
"data": [{
"enterpriseName": "山东东岳未来氢能质料股份有限公司",
"honorName": "山东省手艺发明奖",
"honorGrade": "特等奖",
"honorYear": "2022",
"honorDate": "2023年3月1日"
}]
}