https://apiv2.xinnet.com/api/domain/upload
参数名 | 是否必选 | 类型 | 说明 | 示例 |
---|---|---|---|---|
domainName | 是 | string | 域名 | xinnet.com |
organCode | 是 | string | 持有人证件号码 | 1234567890 |
organizeFile | 是 | string | 持有人证件 | base64 |
contactorCode | 否 | string | 联系人证件号码,.gov.cn域名必填 | 12345674859 |
contactorFile | 否 | string | 联系人证件,.gov.cn域名必填 | base64 |
otherFile | 否 | string | 其他证件,.gov.cn/.餐厅/.商标/域名必填 | base64 |
registrantType | 是 | string | 主体类型 | I-个人 E-企业 |
idType | 是 | string | 证件类型 | SFZ/YYZZ/ORG等 |
{
"domainName":"xinnet.com"
}
返回信息 | 说明 |
---|---|
code | 执行结果代码:0-成功,非0-失败 |
msg | 执行结果说明 |
requestId | 本次请求唯一ID |
data | 返回json对象 |
{
"code":"0",
"msg":"请求成功",
"requestId":"mL7Uv3j2gMw0mBF8bj5",
"data":null
}
{
"code":"355050",
"msg":"prefix参数格式错误,xn--请转换为中文",
"requestId":"mL7Uv3j2gMw0mBF8bj5",
"data":null
}