Initial commit
This commit is contained in:
@@ -0,0 +1,60 @@
|
||||
---
|
||||
日期: 2025-05-08 11:27
|
||||
来源: 客响
|
||||
---
|
||||
|
||||
# 问题详情
|
||||
|
||||
cdn.jiangsu.chinatax.gov.cn
|
||||
|
||||
# 处理过程
|
||||
|
||||
结果:
|
||||
|
||||
```
|
||||
<JSONObject>
|
||||
<success>true</success>
|
||||
<message>域名cdn.jiangsu.chinatax.gov.cn备案号信息:京ICP备13021685号-2</message>
|
||||
</JSONObject>
|
||||
```
|
||||
|
||||
背景:
|
||||
|
||||
~~`.gov.cn` 和 `.政务` 是从前往后查,其它的都是从二级开始往前查~~
|
||||
|
||||
```
|
||||
cdn.jiangsu.chinatax.gov.cn
|
||||
jiangsu.chinatax.gov.cn
|
||||
chinatax.gov.cn
|
||||
```
|
||||
|
||||
```
|
||||
cdn.jiangsu.chinatax.gov.cn:不存在
|
||||
|
||||
jiangsu.chinatax.gov.cn:苏ICP备05002258号-2
|
||||
|
||||
chinatax.gov.cn:京ICP备13021685号-2
|
||||
|
||||
cdn.jiangsu.chinatax.gov.cn,IBS 子域名查询:
|
||||
{"chinatax.gov.cn":"true_京ICP备13021685号-2","jiangsu.chinatax.gov.cn":"true_苏ICP备05002258号-2"}
|
||||
```
|
||||
|
||||
# 总结
|
||||
|
||||
IBS 取了 chinatax.gov.cn 的备案信息,原因:
|
||||
|
||||

|
||||
|
||||
备案接口的话,.gov.cn查哪个返回哪个,其它域名会从后往前查
|
||||
|
||||
历史说法有误。
|
||||
|
||||
```
|
||||
1.2.3.gov.cn
|
||||
|
||||
|
||||
|
||||
cdn.jiangsu.chinatax.gov.cn:不存在
|
||||
jiangsu.chinatax.gov.cn:苏ICP备05002258号-2
|
||||
chinatax.gov.cn:京ICP备13021685号-2
|
||||
```
|
||||
@@ -0,0 +1,62 @@
|
||||
---
|
||||
日期: 2025-05-08 09:23
|
||||
来源: 客响
|
||||
---
|
||||
|
||||
# 问题详情
|
||||
|
||||
```
|
||||
media.52lugang.com
|
||||
m.aquinas.cn
|
||||
file-cdn.tyzx.com.cn
|
||||
pchbm2.hanfenghao.com
|
||||
pchbm-video.hanfenghao.com
|
||||
ecloud.eos-guangzhou-1.cmecloud.cn
|
||||
cdn-sg.changyonggame.com
|
||||
```
|
||||
|
||||
# 处理过程
|
||||
|
||||
```sql
|
||||
SELECT DATE_ADD(created_time, INTERVAL 8 HOUR) AS created_time_plus_8_hours,
|
||||
domain
|
||||
FROM self_service_domain_config
|
||||
WHERE domain IN (
|
||||
'media.52lugang.com',
|
||||
'm.aquinas.cn',
|
||||
'file-cdn.tyzx.com.cn',
|
||||
'pchbm2.hanfenghao.com',
|
||||
'pchbm-video.hanfenghao.com',
|
||||
'ecloud.eos-guangzhou-1.cmecloud.cn',
|
||||
'cdn-sg.changyonggame.com'
|
||||
);
|
||||
```
|
||||
|
||||
```
|
||||
2022-12-15 10:22:46,cdn-sg.changyonggame.com
|
||||
2023-01-06 19:58:28,ecloud.eos-guangzhou-1.cmecloud.cn
|
||||
2023-01-10 14:10:06,pchbm-video.hanfenghao.com
|
||||
2023-01-10 14:10:06,pchbm2.hanfenghao.com
|
||||
2023-05-16 14:57:49,file-cdn.tyzx.com.cn
|
||||
2023-10-25 09:19:22,m.aquinas.cn
|
||||
2023-11-02 11:23:17,media.52lugang.com
|
||||
```
|
||||
|
||||
# 总结
|
||||
|
||||

|
||||
|
||||
```
|
||||
msg:信安表有误。
|
||||
|
||||
缺失列:
|
||||
|
||||
“业务类型(必填)”(应位于第2列);
|
||||
|
||||
“回源类型(必填)【业务类型为点播则该项必填,业务类型为直播则该项非必填】”(应位于第3列);
|
||||
|
||||
“回源域名或IP(必填)【业务类型为点播则该项必填,只支持一条;
|
||||
业务类型为直播业务则该项非必填】”(应位于第4列);
|
||||
```
|
||||
|
||||
历史信安附件有误,未成功同步信安信息。
|
||||
@@ -0,0 +1,68 @@
|
||||
---
|
||||
日期: 2025-05-08 09:30
|
||||
来源: 客响
|
||||
---
|
||||
|
||||
# 问题详情
|
||||
|
||||

|
||||
|
||||
# 处理过程
|
||||
|
||||
```sql
|
||||
select domain, delete_time
|
||||
from domain_delete_record
|
||||
where domain in ('xh.xn--jvr371j48bzyt.cn',
|
||||
'yd.trreo.cn',
|
||||
'cim.trreo.cn',
|
||||
'i.trreo.cn',
|
||||
'1.trreo.cn',
|
||||
'w.trreo.cn');
|
||||
```
|
||||
|
||||
```
|
||||
2024-09-01 03:26:14,xh.xn--jvr371j48bzyt.cn
|
||||
2024-11-08 17:08:17,yd.trreo.cn
|
||||
2024-11-08 17:12:27,cim.trreo.cn
|
||||
2024-11-08 17:28:56,i.trreo.cn
|
||||
2024-11-08 17:36:20,1.trreo.cn
|
||||
2024-11-08 17:40:27,w.trreo.cn
|
||||
```
|
||||
|
||||
# 总结
|
||||
|
||||
```
|
||||
QiaUyRxZG_iBiqbS
|
||||
QiaUyRxZG_dLVBRE
|
||||
QiaUyRxZG_wKESCg
|
||||
QiaUyRxZG_EFyCxs
|
||||
QiaUyRxZG_NPLmrq
|
||||
|
||||
{
|
||||
"delete_domain_info_list": [
|
||||
{
|
||||
"domain_id_cdnsys": "QiaUyRxZG_iBiqbS"
|
||||
},
|
||||
{
|
||||
"domain_id_cdnsys": "QiaUyRxZG_dLVBRE"
|
||||
},
|
||||
{
|
||||
"domain_id_cdnsys": "QiaUyRxZG_wKESCg"
|
||||
},
|
||||
{
|
||||
"domain_id_cdnsys": "QiaUyRxZG_EFyCxs"
|
||||
},
|
||||
{
|
||||
"domain_id_cdnsys": "QiaUyRxZG_NPLmrq"
|
||||
}
|
||||
]
|
||||
}
|
||||
```
|
||||
|
||||

|
||||
|
||||
确认信安这个企业是不是只有一个域名,发起企业信安信息删除:
|
||||
|
||||
```
|
||||
GHobdPlcR
|
||||
```
|
||||
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,72 @@
|
||||
---
|
||||
日期: 2025-05-15 14:27
|
||||
来源: 客响
|
||||
---
|
||||
|
||||
# 问题详情
|
||||
|
||||
```
|
||||
{
|
||||
"domain": "ibsceshi.sdlivc.com",
|
||||
"prov_id": null,
|
||||
"unit_name": "线上测试2",
|
||||
"abnormal_status": 1,
|
||||
"register_abnormal_num": "未备案",
|
||||
"reg_id": "鲁icp备07018518号-5",
|
||||
"check_time": "2025-05-14 02:00:03",
|
||||
"domain_id_cdnsys": "ydesyvcxz_xefazb"
|
||||
},
|
||||
{
|
||||
"domain": "ibsceshi2.sdlivc.com",
|
||||
"prov_id": null,
|
||||
"unit_name": "线上测试2",
|
||||
"abnormal_status": 1,
|
||||
"register_abnormal_num": "未备案",
|
||||
"reg_id": "鲁icp备07018518号-5",
|
||||
"check_time": "2025-05-14 02:00:03",
|
||||
"domain_id_cdnsys": "xhzdawymr_naidvz"
|
||||
}
|
||||
|
||||
请输入用户: 线上测试2
|
||||
查询用户: 线上测试2
|
||||
用户user_id_cdn: jcpwYxEtU
|
||||
TKwKBETXj
|
||||
QRemoWkHk
|
||||
ydesyVCXZ
|
||||
XdyZsHWtZ
|
||||
xHzDAWYMr
|
||||
|
||||
|
||||
|
||||
"domain_id_cdnsys" : "jcpwYxEtU_pVlRPn"
|
||||
"name" : "ibsceshi.sdlivc.com"
|
||||
|
||||
"domain_id_cdnsys" : "TKwKBETXj_hVwJQr"
|
||||
"name" : "ibsceshi.sdlivc.com"
|
||||
|
||||
"domain_id_cdnsys" : "QRemoWkHk_fXjKaH"
|
||||
"name" : "ibsceshi.sdlivc.com"
|
||||
|
||||
"domain_id_cdnsys" : "ydesyVCXZ_xefAzB"
|
||||
"name" : "ibsceshi.sdlivc.com"
|
||||
|
||||
"domain_id_cdnsys" : "XdyZsHWtZ_ubLnmx"
|
||||
"name" : "ibsceshi2.sdlivc.com"
|
||||
|
||||
```
|
||||
|
||||
# 处理过程
|
||||
|
||||
```
|
||||
企业删除
|
||||
jcpwYxEtU
|
||||
TKwKBETXj
|
||||
QRemoWkHk
|
||||
ydesyVCXZ
|
||||
XdyZsHWtZ
|
||||
xHzDAWYMr
|
||||
```
|
||||
|
||||
# 总结
|
||||
|
||||
同步删除。
|
||||
@@ -0,0 +1,114 @@
|
||||
---
|
||||
日期: 2025-05-26 14:53
|
||||
来源: 客响
|
||||
---
|
||||
|
||||
# 问题详情
|
||||
|
||||
```
|
||||
select *
|
||||
from big_cloud_information_domain
|
||||
where domain in (
|
||||
'push2.streaming.migu.cn',
|
||||
'rtctsgpush2.miguvideo.com',
|
||||
'pugcdelivtsgpush2.miguvideo.com',
|
||||
'flvpugctsgpull.miguvideo.com',
|
||||
'rtctsgpush1.miguvideo.com',
|
||||
'pull2.streaming.migu.cn',
|
||||
'push1.streaming.migu.cn',
|
||||
'flvtsgpullmgvrlive.miguvideo.com',
|
||||
'pugcdelivtsgpush1.miguvideo.com',
|
||||
'flvpugcdelivtsgpullmgsplive.miguvideo.com',
|
||||
'jpk-h5.biz.smart.hainan.edu.cn',
|
||||
'img.xxqg-jx.ottcn.com',
|
||||
'vod.xxqg-jx.ottcn.com',
|
||||
'x-proxy.biz.smart.hainan.edu.cn',
|
||||
'v5-se.zjyd.zcidclink.com',
|
||||
'yanlian.c.cdn.chinamobile.com',
|
||||
'jpk.biz.smart.hainan.edu.cn',
|
||||
'apppkg-p01-drcn.hihonorcdn.com',
|
||||
'down.ydcdn.tcdnos.com'
|
||||
);
|
||||
|
||||
|
||||
apppkg-p01-drcn.hihonorcdn.com
|
||||
push1.streaming.migu.cn
|
||||
pull2.streaming.migu.cn
|
||||
push2.streaming.migu.cn
|
||||
```
|
||||
|
||||
# 处理过程
|
||||
|
||||
19 个域名
|
||||
|
||||
以下 4 个域名在 IBS 不存在:
|
||||
|
||||
```
|
||||
apppkg-p01-drcn.hihonorcdn.com
|
||||
push1.streaming.migu.cn
|
||||
pull2.streaming.migu.cn
|
||||
push2.streaming.migu.cn
|
||||
```
|
||||
|
||||
以下 5 个域名存在信安,您可以再确认下是否存在。
|
||||
|
||||
```
|
||||
img.xxqg-jx.ottcn.com
|
||||
vod.xxqg-jx.ottcn.com
|
||||
jpk-h5.biz.smart.hainan.edu.cn
|
||||
jpk.biz.smart.hainan.edu.cn
|
||||
x-proxy.biz.smart.hainan.edu.cn
|
||||
```
|
||||
|
||||
1 个试用变更单流转中未验收。(工单还在途,流转后会进行同步。)
|
||||
|
||||
```
|
||||
v5-se.zjyd.zcidclink.com
|
||||
```
|
||||
|
||||
剩余 9 个域名我们这边协调运营联系客户进行补录。
|
||||
|
||||
```
|
||||
down.ydcdn.tcdnos.com
|
||||
flvpugctsgpull.miguvideo.com
|
||||
pugcdelivtsgpush1.miguvideo.com
|
||||
pugcdelivtsgpush2.miguvideo.com
|
||||
flvpugcdelivtsgpullmgsplive.miguvideo.com
|
||||
flvtsgpullmgvrlive.miguvideo.com
|
||||
rtctsgpush1.miguvideo.com
|
||||
rtctsgpush2.miguvideo.com
|
||||
yanlian.c.cdn.chinamobile.com
|
||||
```
|
||||
|
||||
1 个非首次开通单同步被校验,证件号码格式错误,但信安附件目前已无法获取。
|
||||
|
||||
```
|
||||
down.ydcdn.tcdnos.com
|
||||
```
|
||||
|
||||
7 个 004-20230228001 cache+域名配置工单当时应该是通不过,没有日志追溯。
|
||||
|
||||
```
|
||||
flvpugctsgpull.miguvideo.com
|
||||
pugcdelivtsgpush1.miguvideo.com
|
||||
pugcdelivtsgpush2.miguvideo.com
|
||||
flvpugcdelivtsgpullmgsplive.miguvideo.com
|
||||
flvtsgpullmgvrlive.miguvideo.com
|
||||
rtctsgpush1.miguvideo.com
|
||||
rtctsgpush2.miguvideo.com
|
||||
```
|
||||
|
||||
1 个 2018 年引入无法追溯。
|
||||
|
||||
```
|
||||
yanlian.c.cdn.chinamobile.com
|
||||
```
|
||||
|
||||
```
|
||||
12:43:48.630
|
||||
2024-04-26 at 12:43:47 CST [ibs-task-thread-4] INFO com.cmcc.cdn.platform.selfservice.service.bpm.impl.BpmManageServiceImpl 4914 syncXinAn - BPM验收反馈回调报文中有配置信息且验收通过,开始同步域名信安,回调报文的唯一标识code为:000A240425943075001
|
||||
```
|
||||
|
||||
# 总结
|
||||
|
||||
反馈,运营跟进。
|
||||
@@ -0,0 +1,133 @@
|
||||
---
|
||||
日期: 2025-05-28 11:25
|
||||
来源:
|
||||
---
|
||||
|
||||
# 问题详情
|
||||
|
||||
# 处理过程
|
||||
|
||||
```
|
||||
|
||||
|
||||
PUSHDOMAIN
|
||||
(0, "推流域名", "push")
|
||||
,
|
||||
PULLDOMAIN(1, "播流域名", "pull");
|
||||
|
||||
|
||||
select *
|
||||
from live_stream_domain_config
|
||||
where domain in (
|
||||
'pull.lychexe.com', 'pull.jycshi.com', 'hsdyorg.douyucdn2.cn'
|
||||
);
|
||||
|
||||
|
||||
select *
|
||||
from live_stream_domain_config
|
||||
where domain in (
|
||||
'pull.lychexe.com', 'pull.jycshi.com', 'hsdyorg.douyucdn2.cn'
|
||||
);
|
||||
|
||||
给我更新这三个域名的sql: state 均为 4
|
||||
pull.lychexe.com 的 c_name pull.lychexe.com.c.cdnhwc3.com
|
||||
pull.jycshi.com 的 c_name pull.jycshi.com.c.cdnhwc3.com
|
||||
hsdyorg.douyucdn2.cn 的 c_name hsdyorg.douyucdn2.cn.cdnhwczba04.com
|
||||
|
||||
|
||||
给我更新这三个域名的sql:
|
||||
pull.lychexe.com 的 live_stream_type 为 0 type 为 1 has_processed 为 1 configuration 为 1
|
||||
pull.jycshi.com 的 live_stream_type 为 0 type 为 1 has_processed 为 1 configuration 为 1
|
||||
hsdyorg.douyucdn2.cn 的 live_stream_type 为 1 type 为 1 has_processed 为 1 configuration 为 1
|
||||
|
||||
1790,hsdyorg.douyucdn2.cn
|
||||
1815,pull.jycshi.com
|
||||
1816,pull.lychexe.com
|
||||
|
||||
select *
|
||||
from live_stream_domain_config_plain_info
|
||||
where live_stream_domain_config_id in (1790, 1815, 1816);
|
||||
|
||||
|
||||
pull.lychexe.com,推流,定制化域名,适配平面:华为平面,cname:pull.lychexe.com.c.cdnhwc3.com
|
||||
|
||||
pull.jycshi.com,推流,定制化域名,适配平面:华为平面,cname:pull.jycshi.com.c.cdnhwc3.com
|
||||
|
||||
hsdyorg.douyucdn2.cn,拉流,定制化域名,适配平面:华为平面,cname:hsdyorg.douyucdn2.cn.cdnhwczba04.com
|
||||
|
||||
live_stream_domain_config:liveStreamType、type
|
||||
live_stream_plain_info:cname(plain:新)state
|
||||
live_app_name
|
||||
|
||||
self_service_domain_config:state、cName、domainPlain
|
||||
|
||||
|
||||
|
||||
has_processed、configuration
|
||||
|
||||
|
||||
-- -------------------
|
||||
|
||||
UPDATE live_stream_domain_config SET live_stream_type = 0, type = 1, has_processed = 1, configuration = 1 WHERE domain = 'pull.lychexe.com';
|
||||
|
||||
UPDATE live_stream_domain_config SET live_stream_type = 0, type = 1, has_processed = 1, configuration = 1 WHERE domain = 'pull.jycshi.com';
|
||||
|
||||
UPDATE live_stream_domain_config SET live_stream_type = 1, type = 1, has_processed = 1, configuration = 1 WHERE domain = 'hsdyorg.douyucdn2.cn';
|
||||
|
||||
UPDATE self_service_domain_config SET state = 4, c_name = 'pull.lychexe.com.c.cdnhwc3.com' WHERE domain = 'pull.lychexe.com';
|
||||
|
||||
UPDATE self_service_domain_config SET state = 4, c_name = 'pull.jycshi.com.c.cdnhwc3.com' WHERE domain = 'pull.jycshi.com';
|
||||
|
||||
UPDATE self_service_domain_config SET state = 4, c_name = 'hsdyorg.douyucdn2.cn.cdnhwczba04.com' WHERE domain = 'hsdyorg.douyucdn2.cn';
|
||||
|
||||
-- -------------------
|
||||
|
||||
INSERT INTO live_app_name (created_time, deleted, updated_time, app_name, code , code_flag, delay_flag, delay_time, high_low_code, template_code_ids , live_stream_plain_id) VALUES (NOW(), 0, NULL, 'live', NULL , NULL, NULL, NULL, NULL, 'null' , 1001);
|
||||
|
||||
INSERT INTO live_app_name (created_time, deleted, updated_time, app_name, code , code_flag, delay_flag, delay_time, high_low_code, template_code_ids , live_stream_plain_id) VALUES (NOW(), 0, NULL, 'live', NULL , NULL, NULL, NULL, NULL, 'null' , 1001);
|
||||
|
||||
INSERT INTO live_app_name (created_time, deleted, updated_time, app_name, code , code_flag, delay_flag, delay_time, high_low_code, template_code_ids , live_stream_plain_id) VALUES (NOW(), 0, NULL, 'live', NULL , NULL, NULL, NULL, NULL, 'null' , 1001);
|
||||
|
||||
INSERT INTO live_stream_plain_info (created_time, deleted, cname, plain, state) VALUES (NOW(), 0, 'pull.lychexe.com.c.cdnhwc3.com', 1, 4);
|
||||
|
||||
INSERT INTO live_stream_plain_info (created_time, deleted, cname, plain, state) VALUES (NOW(), 0, 'pull.jycshi.com.c.cdnhwc3.com', 1, 4);
|
||||
|
||||
INSERT INTO live_stream_plain_info (created_time, deleted, cname, plain, state) VALUES (NOW(), 0, 'hsdyorg.douyucdn2.cn.cdnhwczba04.com', 1, 4);
|
||||
|
||||
INSERT INTO live_stream_domain_config_plain_info (live_stream_domain_config_id, live_stream_plain_info_id) VALUES (1790,);
|
||||
|
||||
INSERT INTO live_stream_domain_config_plain_info (live_stream_domain_config_id, live_stream_plain_info_id) VALUES (1815,);
|
||||
|
||||
INSERT INTO live_stream_domain_config_plain_info (live_stream_domain_config_id, live_stream_plain_info_id) VALUES (1816,);
|
||||
|
||||
|
||||
---
|
||||
|
||||
live_stream_domain_config type live_stream_type
|
||||
|
||||
self_service_domain_config state
|
||||
|
||||
|
||||
UPDATE live_stream_domain_config SET live_stream_type = null, type = null WHERE domain = 'pull.lychexe.com' and live_stream_type = 0 and type = 0;
|
||||
|
||||
UPDATE live_stream_domain_config SET live_stream_type = null, type = null WHERE domain = 'pull.jycshi.com' and live_stream_type = 0 and type = 0;
|
||||
|
||||
UPDATE live_stream_domain_config SET live_stream_type = null, type = null WHERE domain = 'hsdyorg.douyucdn2.cn' and live_stream_type = 0 and type = 0;
|
||||
|
||||
UPDATE self_service_domain_config SET state = null, c_name = null, domain_plain = null WHERE domain = 'pull.lychexe.com' and state = 5 and c_name = 'cdnn' and domain_plain = '[1]';
|
||||
|
||||
UPDATE self_service_domain_config SET state = null, c_name = null, domain_plain = null WHERE domain = 'pull.jycshi.com' and state = 5 and c_name = 'cdnn' and domain_plain = '[1]';
|
||||
|
||||
UPDATE self_service_domain_config SET state = null, c_name = null, domain_plain = null WHERE domain = 'hsdyorg.douyucdn2.cn' and state = 5 and c_name = 'cdnn' and domain_plain = '[1]';
|
||||
|
||||
|
||||
select state,c_name,domain_plain
|
||||
from self_service_domain_config
|
||||
where domain in (
|
||||
'pull.lychexe.com', 'pull.jycshi.com', 'hsdyorg.douyucdn2.cn'
|
||||
);
|
||||
```
|
||||
|
||||
# 总结
|
||||
|
||||
清空配置,从新下发。
|
||||
Reference in New Issue
Block a user