32 lines
774 B
Markdown
32 lines
774 B
Markdown
---
|
|
日期: 2025-03-04 10:45
|
|
来源: 客响
|
|
---
|
|
|
|
# 问题详情
|
|
|
|

|
|
|
|
# 处理过程
|
|
|
|
```
|
|
select *
|
|
from domain_delete_record
|
|
where domain in ('cm1.3dwhre.com',
|
|
'hxn.vip',
|
|
'a8.xyz');
|
|
|
|
告警中域名是三个移动云新增失败得
|
|
|
|
'cm1.3dwhre.com' LYdlGBSOO_ezVLgG
|
|
'hxn.vip' npNzMPBWd_KWVTmJ
|
|
'a8.xyz' npNzMPBWd_Raovnj
|
|
|
|
新增失败原因大概是 域名尚未在工信部备案,请在完成工信部备案后重新添加域名。
|
|
"error_msg": "api response: {\"error\":{\"error_code\":\"CDN.0141\",\"error_msg\":\"The domain name has not been licensed by MIIT, please add the domain again after registering with MIIT.\"}}",
|
|
```
|
|
|
|
# 总结
|
|
|
|
删除企业信安信息。
|