'1.0',
'info' => ['style' => 'RPC', 'product' => 'companyreg', 'version' => '2026-04-23'],
'directories' => [
[
'id' => 0,
'title' => '其它',
'type' => 'directory',
'children' => ['QuerySuccessIcpData'],
],
],
'components' => [
'schemas' => [],
],
'apis' => [
'QuerySuccessIcpData' => [
'summary' => '查询已备案信息,包含主办单位信息、网站信息、app信息、备案风险',
'path' => '',
'methods' => ['get', 'post'],
'schemes' => ['https'],
'security' => [
[
'AK' => [],
],
],
'operationType' => 'read',
'deprecated' => false,
'systemTags' => [
'operationType' => 'none',
'riskType' => 'none',
'chargeType' => 'free',
'abilityTreeNodes' => ['FEATUREcompanyregNCLC86', 'FEATUREcompanyregYZV0XD'],
'autoTest' => true,
'tenantRelevance' => 'tenant',
],
'parameters' => [
[
'name' => 'Caller',
'in' => 'query',
'schema' => ['description' => '接口调用方', 'type' => 'string', 'required' => false, 'example' => 'skill'],
],
],
'responses' => [
200 => [
'schema' => [
'title' => 'Schema of Response',
'description' => 'Schema of Response',
'type' => 'object',
'properties' => [
'RequestId' => ['title' => 'Id of the request', 'description' => 'Id of the request', 'type' => 'string', 'example' => '1A13ABB5-7649-5031-B55C-D2E38F9F189D'],
'ErrorMessage' => ['description' => '错误信息', 'type' => 'string', 'example' => '没有权限'],
'Success' => ['description' => '成功状态标识', 'type' => 'boolean', 'example' => 'True'],
'ErrorCode' => ['description' => '错误码', 'type' => 'integer', 'format' => 'int32', 'example' => 'NoPermission'],
'BaSuccessDataWithRiskList' => [
'description' => '成功备案信息和风险列表',
'type' => 'array',
'items' => [
'description' => '成功备案信息和风险',
'type' => 'object',
'properties' => [
'OrganizersName' => ['description' => '主办单位名称', 'type' => 'string', 'example' => 'xxx科技技术有限公司'],
'IcpNumber' => ['description' => '主体备案号', 'type' => 'string', 'example' => '京ICP备16012630号'],
'OrganizersNature' => ['description' => '主办单位性质', 'type' => 'string', 'example' => '企业'],
'ResponsiblePersonName' => ['description' => '主办单位负责人', 'type' => 'string', 'example' => '张三'],
'WebsiteList' => [
'description' => '网站列表',
'type' => 'array',
'items' => [
'description' => '网站信息',
'type' => 'object',
'properties' => [
'SiteName' => ['description' => '站点名称', 'type' => 'string', 'example' => '阿里云'],
'SiteRecordNum' => ['description' => '网站备案号', 'type' => 'string', 'example' => '京ICP备16012630号-1'],
'DomainList' => [
'description' => '网站域名列表',
'type' => 'array',
'items' => ['description' => '域名', 'type' => 'string', 'example' => 'xxx.com'],
],
'ResponsiblePersonName' => ['description' => '网站负责人', 'type' => 'string', 'example' => '李四'],
],
],
],
'AppList' => [
'description' => 'App列表',
'type' => 'array',
'items' => [
'description' => 'App信息',
'type' => 'object',
'properties' => [
'AppName' => ['description' => 'App名称', 'type' => 'string', 'example' => 'alipay'],
'AppRecordNum' => ['description' => 'app备案号', 'type' => 'string', 'example' => '京ICP备16012630号-2A'],
'DomainList' => [
'description' => 'app接入域名列表',
'type' => 'array',
'items' => ['description' => 'app接入域名', 'type' => 'string', 'example' => 'api.deepseek.com'],
],
'ResponsiblePersonName' => ['description' => 'app负责人姓名', 'type' => 'string', 'example' => '李四'],
],
],
],
'RiskList' => [
'description' => '备案信息风险列表',
'type' => 'array',
'items' => [
'description' => '备案信息风险',
'type' => 'object',
'properties' => [
'DeadLine' => ['description' => '风险整改截止时间', 'type' => 'string', 'example' => '2026-04-24'],
'RiskDetailList' => [
'description' => '风险明细列表',
'type' => 'array',
'items' => [
'description' => '风险明细',
'type' => 'object',
'properties' => [
'RiskSource' => ['description' => '风险点来源', 'type' => 'string', 'example' => '网站/APP信息 - 津ICP备2023010907号-1 - 网站域名 - xxx.com'],
'RectifySuggestList' => [
'description' => '风险整改已经列表',
'type' => 'array',
'items' => ['description' => '整改意见', 'type' => 'string', 'example' => '网站内容涉及金融业务,请提交变更备案上传有效期内的金融前置文件许可,牌照或批文,传到备案系统,或者修改网站内容,与备案主体一致,符合最新备案规则。可参考变更备案指引文档。'],
],
],
],
],
],
],
],
],
],
],
],
],
],
],
'staticInfo' => ['returnType' => 'synchronous'],
'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"1A13ABB5-7649-5031-B55C-D2E38F9F189D\\",\\n \\"ErrorMessage\\": \\"没有权限\\",\\n \\"Success\\": true,\\n \\"ErrorCode\\": 0,\\n \\"BaSuccessDataWithRiskList\\": [\\n {\\n \\"OrganizersName\\": \\"xxx科技技术有限公司\\",\\n \\"IcpNumber\\": \\"京ICP备16012630号\\",\\n \\"OrganizersNature\\": \\"企业\\",\\n \\"ResponsiblePersonName\\": \\"张三\\",\\n \\"WebsiteList\\": [\\n {\\n \\"SiteName\\": \\"阿里云\\",\\n \\"SiteRecordNum\\": \\"京ICP备16012630号-1\\",\\n \\"DomainList\\": [\\n \\"xxx.com\\"\\n ],\\n \\"ResponsiblePersonName\\": \\"李四\\"\\n }\\n ],\\n \\"AppList\\": [\\n {\\n \\"AppName\\": \\"alipay\\",\\n \\"AppRecordNum\\": \\"京ICP备16012630号-2A\\",\\n \\"DomainList\\": [\\n \\"api.deepseek.com\\"\\n ],\\n \\"ResponsiblePersonName\\": \\"李四\\"\\n }\\n ],\\n \\"RiskList\\": [\\n {\\n \\"DeadLine\\": \\"2026-04-24\\",\\n \\"RiskDetailList\\": [\\n {\\n \\"RiskSource\\": \\"网站/APP信息 - 津ICP备2023010907号-1 - 网站域名 - xxx.com\\",\\n \\"RectifySuggestList\\": [\\n \\"网站内容涉及金融业务,请提交变更备案上传有效期内的金融前置文件许可,牌照或批文,传到备案系统,或者修改网站内容,与备案主体一致,符合最新备案规则。可参考变更备案指引文档。\\"\\n ]\\n }\\n ]\\n }\\n ]\\n }\\n ]\\n}","type":"json"}]',
'title' => '查询已备案信息',
'description' => '交付单授权记录列表'."\n",
],
],
'endpoints' => [
['regionId' => 'ap-northeast-1', 'endpoint' => 'companyreg.aliyuncs.com'],
['regionId' => 'ap-northeast-2-pop', 'endpoint' => 'companyreg.aliyuncs.com'],
['regionId' => 'ap-south-1', 'endpoint' => 'companyreg.aliyuncs.com'],
['regionId' => 'ap-southeast-1', 'endpoint' => 'companyreg.aliyuncs.com'],
['regionId' => 'ap-southeast-2', 'endpoint' => 'companyreg.aliyuncs.com'],
['regionId' => 'ap-southeast-3', 'endpoint' => 'companyreg.aliyuncs.com'],
['regionId' => 'ap-southeast-5', 'endpoint' => 'companyreg.aliyuncs.com'],
['regionId' => 'cn-beijing', 'endpoint' => 'companyreg.aliyuncs.com'],
['regionId' => 'cn-beijing-finance-1', 'endpoint' => 'companyreg.aliyuncs.com'],
['regionId' => 'cn-beijing-finance-pop', 'endpoint' => 'companyreg.aliyuncs.com'],
['regionId' => 'cn-beijing-gov-1', 'endpoint' => 'companyreg.aliyuncs.com'],
['regionId' => 'cn-beijing-nu16-b01', 'endpoint' => 'companyreg.aliyuncs.com'],
['regionId' => 'cn-chengdu', 'endpoint' => 'companyreg.aliyuncs.com'],
['regionId' => 'cn-edge-1', 'endpoint' => 'companyreg.aliyuncs.com'],
['regionId' => 'cn-fujian', 'endpoint' => 'companyreg.aliyuncs.com'],
['regionId' => 'cn-haidian-cm12-c01', 'endpoint' => 'companyreg.aliyuncs.com'],
['regionId' => 'cn-hangzhou-bj-b01', 'endpoint' => 'companyreg.aliyuncs.com'],
['regionId' => 'cn-hangzhou-finance', 'endpoint' => 'companyreg.aliyuncs.com'],
['regionId' => 'cn-hangzhou-internal-prod-1', 'endpoint' => 'companyreg.aliyuncs.com'],
['regionId' => 'cn-hangzhou-internal-test-1', 'endpoint' => 'companyreg.aliyuncs.com'],
['regionId' => 'cn-hangzhou-internal-test-2', 'endpoint' => 'companyreg.aliyuncs.com'],
['regionId' => 'cn-hangzhou-internal-test-3', 'endpoint' => 'companyreg.aliyuncs.com'],
['regionId' => 'cn-hangzhou-test-306', 'endpoint' => 'companyreg.aliyuncs.com'],
['regionId' => 'cn-hongkong', 'endpoint' => 'companyreg.aliyuncs.com'],
['regionId' => 'cn-hongkong-finance-pop', 'endpoint' => 'companyreg.aliyuncs.com'],
['regionId' => 'cn-huhehaote', 'endpoint' => 'companyreg.aliyuncs.com'],
['regionId' => 'cn-huhehaote-nebula-1', 'endpoint' => 'companyreg.aliyuncs.com'],
['regionId' => 'cn-north-2-gov-1', 'endpoint' => 'companyreg.aliyuncs.com'],
['regionId' => 'cn-qingdao', 'endpoint' => 'companyreg.aliyuncs.com'],
['regionId' => 'cn-qingdao-nebula', 'endpoint' => 'companyreg.aliyuncs.com'],
['regionId' => 'cn-shanghai', 'endpoint' => 'companyreg.aliyuncs.com'],
['regionId' => 'cn-shanghai-et15-b01', 'endpoint' => 'companyreg.aliyuncs.com'],
['regionId' => 'cn-shanghai-et2-b01', 'endpoint' => 'companyreg.aliyuncs.com'],
['regionId' => 'cn-shanghai-finance-1', 'endpoint' => 'companyreg.aliyuncs.com'],
['regionId' => 'cn-shanghai-inner', 'endpoint' => 'companyreg.aliyuncs.com'],
['regionId' => 'cn-shanghai-internal-test-1', 'endpoint' => 'companyreg.aliyuncs.com'],
['regionId' => 'cn-shenzhen', 'endpoint' => 'companyreg.aliyuncs.com'],
['regionId' => 'cn-shenzhen-finance-1', 'endpoint' => 'companyreg.aliyuncs.com'],
['regionId' => 'cn-shenzhen-inner', 'endpoint' => 'companyreg.aliyuncs.com'],
['regionId' => 'cn-shenzhen-st4-d01', 'endpoint' => 'companyreg.aliyuncs.com'],
['regionId' => 'cn-shenzhen-su18-b01', 'endpoint' => 'companyreg.aliyuncs.com'],
['regionId' => 'cn-wuhan', 'endpoint' => 'companyreg.aliyuncs.com'],
['regionId' => 'cn-wulanchabu', 'endpoint' => 'companyreg.aliyuncs.com'],
['regionId' => 'cn-yushanfang', 'endpoint' => 'companyreg.aliyuncs.com'],
['regionId' => 'cn-zhangbei', 'endpoint' => 'companyreg.aliyuncs.com'],
['regionId' => 'cn-zhangbei-na61-b01', 'endpoint' => 'companyreg.aliyuncs.com'],
['regionId' => 'cn-zhangjiakou', 'endpoint' => 'companyreg.aliyuncs.com'],
['regionId' => 'cn-zhangjiakou-na62-a01', 'endpoint' => 'companyreg.aliyuncs.com'],
['regionId' => 'cn-zhengzhou-nebula-1', 'endpoint' => 'companyreg.aliyuncs.com'],
['regionId' => 'eu-central-1', 'endpoint' => 'companyreg.aliyuncs.com'],
['regionId' => 'eu-west-1', 'endpoint' => 'companyreg.aliyuncs.com'],
['regionId' => 'eu-west-1-oxs', 'endpoint' => 'companyreg.aliyuncs.com'],
['regionId' => 'me-east-1', 'endpoint' => 'companyreg.aliyuncs.com'],
['regionId' => 'rus-west-1-pop', 'endpoint' => 'companyreg.aliyuncs.com'],
['regionId' => 'us-east-1', 'endpoint' => 'companyreg.aliyuncs.com'],
['regionId' => 'us-west-1', 'endpoint' => 'companyreg.aliyuncs.com'],
['regionId' => 'cn-hangzhou', 'endpoint' => 'companyreg.aliyuncs.com'],
],
];