https://apiv2.xinnet.com/api/domain/againQueryTransferPwd| 参数名 | 是否必选 | 类型 | 说明 | 示例 |
|---|---|---|---|---|
| domainName | 是 | string | 域名 | xinnet.com |
{
"domainName":"xinnet.com"
}| 返回信息 | 说明 |
|---|---|
| code | 执行结果代码:0-成功,非0-失败 |
| msg | 执行结果说明 |
| requestId | 本次请求唯一ID |
| data | 返回json对象 |
| data.domainName | 域名 |
| data.password | 转移密码 |
| v2 code | v1接口返回 | 说明 |
|---|---|---|
| 350002 | charset-null | 字符编码为空 |
| 350002 | checksum-null | 加密串为空 |
| 350002 | auth-failure | 认证失败 |
| 350002 | client-null | 代理号为空 |
| 350005 | system-error | 系统错误 |
| 355000 | name-null | 域名为空 |
| 355050 | name-invalid | 无效域名 |
| 355050 | type-invalid | 域名类型不支持 |
| 350011 | domain-auth-Failed | 无管理权 |
| 351003 | out-service | 域名不在服务期 |
| 351003 | expire-soon | 中国和cn域名距到期不足15日 |
| 351003 | add-period | 域名注册不足60日 |
| -- | timeout | 网络超时 |
| 1 | firsttime-limit | 该接口不支持首次获取转移密码 |
| 1 | request-failure | 重新获取转移密码失败 |
| 351007 | update-failure | 域名更新上游信息失败 |
| 351005 | domain_change_waiting | 管理权变更未完成,不能索取转移密码 |
| 351005 | domain_change_time | 提交资料变更成功后,60天内不能索取转移密码 |
| 351005 | other-Registrar | 域名注册商已非新网 |
| 350006 | rstatus-error | 域名实名制未通过索取转移密码失败 |
| 350009 | not-in-xinnet | 域名不在新网 |
{
"code":"0",
"msg":"请求成功",
"requestId":"mL7Uv3j2gMw0mBF8bj5",
"data":
{
"domainName" :"xinnet.com",
"password" :"123456"
}
}{
"code":"1",
"msg":"域名信息不存在",
"requestId":"mL7Uv3j2gMw0mBF8bj5",
"data":null
}