Files
notes/work/移动杭研/问题处理/2023-02/0227-同步信安问题-客响.md
T
2026-03-01 01:43:46 +08:00

76 lines
2.1 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
```
www.scctcm.cn
www.sczgcyyp.com
www.emjiannan.com
已删除的域名在移动CDN信安管理系统查看还是未备案。
```
![](../../../../attachment/images-uuid/420b0075524f46d9a6d7741f8171ea4d.png)
13:50-13:55 提交的工单,工单号:BY1IhMBBgiw2CNN6AOwkziNdjpMwN1Rq0T3LvUCJZXFXGy04
```sql
-- 查看删除记录
select delete_time
from domain_delete_record
where domain = 'www.emjiannan.com';
```
回调接口
```
定制化
https://p.cdn.10086.cn/v1/custom/domain/synchronize
自助
/actionpm
```
参考日志
![](../../../../attachment/images-uuid/09451d56a31d4cd4b24f0d3fe5897909.png)
```
2023-02-23 at 13:55:34 CST [http-nio-8080-exec-9066] INFO com.cmcc.cdn.platform.selfservice.service.impl.PortalInformationTransServiceImpl 73 deleteUsers -
企业删除同步信安,userCdnList:
{"delete_user_info_list":[{"user_id_cdn":"KHZuYSIEc"}]}
```
/actionpm?commandType=pipeDomainCallBack&version=1
这个接口。在流程中有
com.cmcc.cdn.platform.selfservice.service.impl.PortalInformationServiceImpl#notifyDeleteInformation
的动作。其中看到有删除域名和删除企业。
这个是只有删除域名,才会触发信安系统去删除么?因为我筛选日志看 www.scctcm.cn 这个域名删除时间点有同步删除企业相关信息,但是没有同步删除域名的操作。
此表中没有。
![](../../../../attachment/images-uuid/21a16bf68f544ee1ab883945fa87b2bc.png)
删除时间
![](../../../../attachment/images-uuid/55cfe882d42945059a13ee6ea43628b3.png)
![](../../../../attachment/images-uuid/204eb7af9991444480c8b2421fc002b6.png)
![](../../../../attachment/images-uuid/8b8bd171cc164a19b4c4a46b6d4a724b.png)
![](../../../../attachment/images-uuid/34163031c35846b7b4181dc37bf29795.png)
处理步骤
1、在 big_cloud_information_domain 表中确认是否存在。如果不存在说明已经同步信安删除。
2、在 self_service_domain_config 表中确认是否存在。取人域名是否删除。
3、在 domain_delete_record 确认删除时间。
然后可以搜索删除日志。
信安返回的枚举值
com.cmcc.cdn.platform.selfservice.enums.InformationSecurityCodeEnum