工具 API

search_cert

查询企业资质证书 :param company_name: 公司名称 :param page_index: 页码,从1开始计数, 当page_index为0时,返回全部数据 :return: Response: status_code (int): 状态码,1为成功, 其他表示失败 status_message (str): 状态信息 searched_company (str): 实际查询的公司名称 detail_link: 详情链接 data: page_size: 每页数量 page_index: 当前页数 total 资质证书总数 items 资质证书列表, 每个资质证书包括 cert_validity_notafter: 证书有效期结束时间 cert_validity_notbefore: 证书有效期开始时间 issue_date: 发证日期 cert_no: 证书编号 cert_type: 证书类型 issuer_org: 发证单位 cert_status: 证书状态

enterprise1 积分

调用信息

工具标识
enterprise-innovation.search_cert
服务提供方
企业科创信息
平均响应
0 ms
近 7 天调用
0

输入参数

company_name必填

公司名称

page_index

页码,从1开始计数, 当page_index为0时,返回全部数据