Files
notes/work/移动杭研/问题处理/2025-03/0304-处理信安冗余通报信息。.md
T
2026-03-01 01:43:46 +08:00

32 lines
774 B
Markdown

---
日期: 2025-03-04 10:45
来源: 客响
---
# 问题详情
![](../../../../attachment/images-paste/image-20250304104558079.png)
# 处理过程
```
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.\"}}",
```
# 总结
删除企业信安信息。