summaryrefslogtreecommitdiff
path: root/data/zh_cn/companyreg/2026-04-23/api-docs.php
blob: de015032b2a1bede8b21f7a5c1bad7fdfc6765a9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
<?php return [
    'version' => '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' => '<span style=\\"font-weight:bold;\\">网站内容涉及金融业务</span>,请提交<span style=\\"font-weight:bold; color: red;\\">变更备案</span>上传有效期内的金融前置文件许可,牌照或批文,传到备案系统,或者修改网站内容,与备案主体一致,符合最新备案规则。可参考<a href=\\"https://help.aliyun.com/document_detail/36928.htm\\" target=\\"_blank\\">变更备案</a>指引文档。'],
                                                                ],
                                                            ],
                                                        ],
                                                    ],
                                                ],
                                            ],
                                        ],
                                    ],
                                ],
                            ],
                        ],
                    ],
                ],
            ],
            '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                \\"<span style=\\\\\\\\\\\\\\"font-weight:bold;\\\\\\\\\\\\\\">网站内容涉及金融业务</span>,请提交<span style=\\\\\\\\\\\\\\"font-weight:bold; color: red;\\\\\\\\\\\\\\">变更备案</span>上传有效期内的金融前置文件许可,牌照或批文,传到备案系统,或者修改网站内容,与备案主体一致,符合最新备案规则。可参考<a href=\\\\\\\\\\\\\\"https://help.aliyun.com/document_detail/36928.htm\\\\\\\\\\\\\\" target=\\\\\\\\\\\\\\"_blank\\\\\\\\\\\\\\">变更备案</a>指引文档。\\"\\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'],
    ],
];