1. 本活动只限中小企业用户参加。
2. 参加活动的中小企业应符合国家统计局发布的《统计上大中小微型企业划分办法(2017)》中的大中小微型企业划分标准。最终以cnnic审核结果为准。
3. 活动期间每个中小企业只能参与1次,只能免费注册1个国家顶级域名(.CN或.中国),免费期1年,到期后可以市场价格续费。
4. 通过本活动成功注册的国家顶级域名,均可申请免费使用国家顶级域名隐私保护服务1年。
5. 成功注册国家顶级域名的中小企业可以优惠价格向联合开展活动的注册服务机构选择多种互联网应用服务和产品。
6. 因注册局未明确各个字段具体长度及格式,文档内相关提示仅供参考,具体以注册局判定为准
| 值 | 说明 |
|---|---|
| waiting | 待提交审核 |
| auditing | 审核中 |
| pass | 审核通过 |
| unpass | 审核失败 |
| 值 | 说明 |
|---|---|
| auditing | 审核中 |
| pass | 审核通过 |
| unpass | 审核失败 |
| 值 | 说明 |
|---|---|
| YYZZ | 营业执照 |
| ORG | 组织机构代码 |
| QT | 其他 |
| 值 | 说明 |
|---|---|
| PU | 工商 |
| PR | 个体 |
Path: /domain/cnfree/?act=list
Method: POST
接口描述:
Headers
| 参数名称 | 参数值 | 是否必须 | 示例 | 备注 |
|---|---|---|---|---|
| Content-Type | application/x-www-form-urlencoded | 是 |
Body
| 参数名称 | 参数类型 | 是否必须 | 示例 | 备注 |
|---|---|---|---|---|
| name | text | 否 | 法人 | |
| org | text | 否 | 企业名称 | |
| text | 否 | 邮箱 | ||
| phone | text | 否 | 联系电话 | |
| status | text | 否 | 状态 | 状态 |
| pageSize | text | 否 | 20 | 每页大小 |
| page | text | 否 | 1 | 第几页 |
| 名称 | 类型 | 是否必须 | 默认值 | 备注 | 其他信息 |
|---|---|---|---|---|---|
| result | number | 非必须 | |||
| clientid | string | 非必须 | |||
| data | object | 非必须 | |||
| ├─ data | object [] | 非必须 | item 类型: object | ||
| ├─ name | string | 必须 | 所有人 | ||
| ├─ org | string | 必须 | 企业名称 | ||
| ├─ phone | string | 必须 | 电话 | ||
| ├─ created_at | string | 必须 | 创建时间 | ||
| string | 必须 | 邮箱 | |||
| ├─ realname_status | string | 必须 | 认证状态 | ||
| ├─ sp | string | 必须 | 省份 | ||
| ├─ city | string | 必须 | 城市 | ||
| ├─ street | string | 必须 | 街道 | ||
| ├─ cid | string | 必须 | 模板id | ||
| ├─ page | number | 非必须 | 当前页 | ||
| ├─ pageSize | number | 非必须 | 每页显示 | ||
| ├─ totalCount | number | 非必须 | 总数 |
Path: /domain/cnfree/?act=create
Method: POST
接口描述:
Headers
| 参数名称 | 参数值 | 是否必须 | 示例 | 备注 |
|---|---|---|---|---|
| Content-Type | application/x-www-form-urlencoded | 是 |
Body
| 参数名称 | 参数类型 | 是否必须 | 示例 | 备注 |
|---|---|---|---|---|
| name | text | 是 | 法人 | 法人姓名(限64字符) |
| org | text | 是 | 企业名称 | 企业名称(限255字符) |
| sp | text | 是 | 四川省 | 省份(限64字符) |
| city | text | 是 | 成都市 | 城市(限64字符) |
| street | text | 是 | 西门车站 | 街道(限64个字符) |
| text | 是 | test@mail.com | 邮箱(限80个字符) | |
| phone | text | 是 | 139xxxxxxxxxx | 电话(正则:([0-9]{1,3}.[0-9]{1,14})) |
| c_type | text | 是 | YYZZ | 企业证件类型 |
| c_number | text | 是 | 5101111111111xx | 企业证件号码 |
| main_contact_id | text | 否 | 0 | 主站实名模板ID,不填写将在帐号下用当前资料创建 |
| 名称 | 类型 | 是否必须 | 默认值 | 备注 | 其他信息 |
|---|---|---|---|---|---|
| result | number | 非必须 | |||
| clientid | string | 非必须 | |||
| data | object | 非必须 | |||
| ├─ cid | string | 非必须 | 模板ID |
Path: /domain/cnfree/?act=realnameupload
Method: POST
接口描述:
特别说明: 认证参数请用GET提交(username,time,token)
form-data提交
Headers
| 参数名称 | 参数值 | 是否必须 | 示例 | 备注 |
|---|---|---|---|---|
| Content-Type | multipart/form-data | 是 |
Body
| 参数名称 | 参数类型 | 是否必须 | 示例 | 备注 |
|---|---|---|---|---|
| cid | text | 是 | 模板ID | |
| idCode | text | 是 | 身份证号 | |
| idImg | file | 是 | 身份证图片(限2M) | |
| orgProofType | text | 是 | YYZZ | 企业证件类型 YYZZ-营业执照 ORG-组织机构代码 QT-其他 |
| orgCode | text | 是 | 企业证件号码 | |
| orgType | text | 是 | PU | 企业类型 PU-工商 PR-个体 |
| orgImg | file | 是 | 企业证件图片(限2M) | |
| userRegion | text | 是 | D | D-国内 |
| registrantType | text | 是 | E | E-企业 |
| 名称 | 类型 | 是否必须 | 默认值 | 备注 | 其他信息 |
|---|---|---|---|---|---|
| code | number | 非必须 | |||
| data | object | 非必须 | |||
| ├─ status | string | 非必须 | 状态 | ||
| ├─ reason | string | 非必须 | 说明 |
Path: /domain/cnfree/?act=update
Method: POST
接口描述:
Headers
| 参数名称 | 参数值 | 是否必须 | 示例 | 备注 |
|---|---|---|---|---|
| Content-Type | application/x-www-form-urlencoded | 是 |
Body
| 参数名称 | 参数类型 | 是否必须 | 示例 | 备注 |
|---|---|---|---|---|
| cid | text | 是 | 模板ID | |
| city | text | 否 | 所在城市(限64字符) | |
| sp | text | 否 | 所在省(限64字符) | |
| street | text | 否 | 所在街道(限64个字符) | |
| text | 否 | 邮箱地址 | ||
| phone | text | 否 | 联系电话(正则:([0-9]{1,3}.[0-9]{1,14})) |
| 名称 | 类型 | 是否必须 | 默认值 | 备注 | 其他信息 |
|---|---|---|---|---|---|
| result | number | 非必须 | |||
| clientid | string | 非必须 | |||
| data | string | 非必须 |
Path: /domain/cnfree/?act=delete
Method: POST
接口描述:
Headers
| 参数名称 | 参数值 | 是否必须 | 示例 | 备注 |
|---|---|---|---|---|
| Content-Type | application/x-www-form-urlencoded | 是 |
Body
| 参数名称 | 参数类型 | 是否必须 | 示例 | 备注 |
|---|---|---|---|---|
| cid | text | 是 | 模板ID |
| 名称 | 类型 | 是否必须 | 默认值 | 备注 | 其他信息 |
|---|---|---|---|---|---|
| result | number | 非必须 | |||
| clientid | string | 非必须 | |||
| data | string | 非必须 |
Path: /domain/cnfree/?act=chkstatus
Method: POST
接口描述:
Headers
| 参数名称 | 参数值 | 是否必须 | 示例 | 备注 |
|---|---|---|---|---|
| Content-Type | application/x-www-form-urlencoded | 是 |
Body
| 参数名称 | 参数类型 | 是否必须 | 示例 | 备注 |
|---|---|---|---|---|
| cid | text | 是 | 模板ID |
| 名称 | 类型 | 是否必须 | 默认值 | 备注 | 其他信息 |
|---|---|---|---|---|---|
| result | number | 非必须 | |||
| clientid | string | 非必须 | |||
| data | object | 非必须 | |||
| ├─ status | string | 非必须 | 状态 |
Path: /domain/cnfree/?act=domainlist
Method: POST
接口描述:
Headers
| 参数名称 | 参数值 | 是否必须 | 示例 | 备注 |
|---|---|---|---|---|
| Content-Type | application/x-www-form-urlencoded | 是 |
Body
| 参数名称 | 参数类型 | 是否必须 | 示例 | 备注 |
|---|---|---|---|---|
| pageSize | text | 否 | 每页数量 | |
| page | text | 否 | 第几页 |
| 名称 | 类型 | 是否必须 | 默认值 | 备注 | 其他信息 |
|---|---|---|---|---|---|
| result | number | 非必须 | |||
| clientid | string | 非必须 | |||
| data | object | 非必须 | |||
| ├─ data | object [] | 非必须 | item 类型: object | ||
| ├─ id | string | 必须 | 编号 | ||
| ├─ reg_date | string | 必须 | 注册时间 | ||
| ├─ expire_date | string | 必须 | 到期时间 | ||
| ├─ domain | string | 必须 | 域名 | ||
| ├─ domain_ext | string | 必须 | 后缀 | ||
| ├─ status | string | 必须 | 审核状态 | ||
| ├─ reason | string | 必须 | 失败原因 | ||
| ├─ page | number | 非必须 | 页数 | ||
| ├─ pageSize | number | 非必须 | 每页大小 | ||
| ├─ totalCount | number | 非必须 | 总数 |
Path: /domain/cnfree/?act=createdomain
Method: POST
接口描述:
Headers
| 参数名称 | 参数值 | 是否必须 | 示例 | 备注 |
|---|---|---|---|---|
| Content-Type | application/x-www-form-urlencoded | 是 |
Body
| 参数名称 | 参数类型 | 是否必须 | 示例 | 备注 |
|---|---|---|---|---|
| contact_id | text | 是 | 模板ID | |
| domain | text | 是 | 域名(.cn或.中国) | |
| dns | text | 否 | dns未填写使用我司,多dns用英文逗号分隔,最多6个 |
| 名称 | 类型 | 是否必须 | 默认值 | 备注 | 其他信息 |
|---|---|---|---|---|---|
| result | number | 非必须 | |||
| clientid | string | 非必须 | |||
| data | string | 非必须 |
Path: /domain/cnfree/?act=domainstatus
Method: POST
接口描述:
Headers
| 参数名称 | 参数值 | 是否必须 | 示例 | 备注 |
|---|---|---|---|---|
| Content-Type | application/x-www-form-urlencoded | 是 |
Body
| 参数名称 | 参数类型 | 是否必须 | 示例 | 备注 |
|---|---|---|---|---|
| domain | text | 是 | 域名 |
| 名称 | 类型 | 是否必须 | 默认值 | 备注 | 其他信息 |
|---|---|---|---|---|---|
| code | number | 非必须 | |||
| data | object | 非必须 | |||
| ├─ status | string | 非必须 | 状态 | ||
| ├─ reason | string | 非必须 | 说明 |
Path: /domain/cnfree/?act=realnameuploadbase64
Method: POST
接口描述:
Headers
| 参数名称 | 参数值 | 是否必须 | 示例 | 备注 |
|---|---|---|---|---|
| Content-Type | application/x-www-form-urlencoded | 是 |
Body
| 参数名称 | 参数类型 | 是否必须 | 示例 | 备注 |
|---|---|---|---|---|
| cid | text | 是 | 模板ID | |
| idCode | text | 是 | 身份证号 | |
| idImg | text | 是 | 身份证图片(限2M)Base64图片(只要逗号后内容data:image/gif;base64,xxxxx) | |
| orgProofType | text | 是 | YYZZ | 企业证件类型 YYZZ-营业执照 ORG-组织机构代码 QT-其他 |
| orgCode | text | 是 | 企业证件号码 | |
| orgType | text | 是 | PU | 企业类型 PU-工商 PR-个体 |
| orgImg | text | 是 | 企业证件图片(限2M)Base64图片(只要逗号后内容data:image/gif;base64,xxxxx) | |
| userRegion | text | 是 | D | D-国内 |
| registrantType | text | 是 | E | E-企业 |
| 名称 | 类型 | 是否必须 | 默认值 | 备注 | 其他信息 |
|---|---|---|---|---|---|
| result | number | 非必须 | 200为成功 | ||
| clientid | string | 非必须 | |||
| data | object | 非必须 |