Initial commit

This commit is contained in:
Docker7530
2026-03-01 01:43:46 +08:00
commit c6125c117b
3840 changed files with 415340 additions and 0 deletions
@@ -0,0 +1,72 @@
---
日期: 2025-08-12 14:20
来源: 客响
---
# 问题详情
001-20250808001
![](../../../../attachment/images-paste/image-20250812151406253.png)
# 处理过程
工单提交按钮:/workorder/custom/save
修改内终止按钮:/workorder/approvedecision
```
1. id 48279
2. option kill
3. type domain_request
4. optionDetail 1
```
必触发日志:
```
03:27:13 [97ef3be240fd9ff3] [97ef3be240fd9ff3] [] [portal-local] [http-nio-8080-exec-2] INFO com.cmcc.cdn.platform.portal.service.impl.UserLogServiceImpl 57 info - loc: 1051 com.cmcc.cdn.platform.selfservice.controller.NewWorkOrderController approvedecision, operation: UserLogEntity(id=397129, userId=831, creationTime=2025-08-12T11:27:13.819, mobile=18867102345, detail=登录IP198.18.0.1, type=工单审批操作, category=工单操作)
```
最开始有两个域名:
```
2025-08-08 03:46:22 [4fc21bf7153a55fd] [4fc21bf7153a55fd] [] [portal-117] [http-nio-8080-exec-1942] INFO com.cmcc.cdn.platform.selfservice.controller.NewWorkOrderController 1351 requestDomainUpload - 信安附件上传校验接口-> 接口参数: {"enterprise":"vyqg6xgu-irqir00i0vekg34m","product":"网页加速","type":"domain_request"}
11:46:23.039
2025-08-08 03:46:22 [4fc21bf7153a55fd] [4fc21bf7153a55fd] [] [portal-117] [http-nio-8080-exec-1942] INFO com.cmcc.cdn.platform.selfservice.service.impl.InformationSecurityTableManagerImpl 56 validateInformationSecurityInfo - 信安附件底层校验-> 开始校验,共有 2 条数据。
11:46:23.039
2025-08-08 03:46:22 [4fc21bf7153a55fd] [4fc21bf7153a55fd] [] [portal-117] [http-nio-8080-exec-1942] INFO com.cmcc.cdn.platform.selfservice.service.impl.InformationSecurityTableManagerImpl 145 validateInformationSecurityInfo - 校验完成。共发现错误:0
["gamepkg-book-drcn.hihonorcdn.com.wskam.com","gamepkg-book-drcn.hihonorcdn.com"]
```
![](../../../../attachment/images-paste/image-20250812150208138.png)
![](../../../../attachment/images-paste/image-20250812150142599.png)
![](../../../../attachment/images-paste/image-20250812145307942.png)
测试库里已经有新增了。客户终止。
复现页面:
![](../../../../attachment/images-paste/image-20250812151441781.png)
![](../../../../attachment/images-paste/image-20250812154521700.png)
# 总结
客户第一次上传两个域名:"gamepkg-book-drcn.hihonorcdn.com.wskam.com","gamepkg-book-drcn.hihonorcdn.com"
然后被退回了。
然后客户可能想分开提:他就在修改页面重新上传了我们看到的 gamepkg-book-drcn.hihonorcdn.com 一个域名的附件。
点击提交他应该看到了报错:
但是域名已经持久化了。此时点击终止,域名就被保留下来了。
我认为是我们逻辑无法处理比如批量转单。
因为工单第一次就被标记为批量了。代码逻辑还要再看看。
@@ -0,0 +1,76 @@
---
日期: 2025-08-20 09:04
来源: 鹏豪
---
# 问题详情
![](../../../../attachment/images-uuid/b7bbde1d72d3486c903741aa2a431a21.png)
![](../../../../attachment/images-uuid/7788dd838a6b46d5a2ca145e865f3545.png)
# 处理过程
```log
2025-08-19 07:49:35 [2238d598cf6eda2386225ad5225feb62] [c2e6fed6cb870771] [86225ad5225feb62] [portal-117] [http-nio-8080-exec-335] INFO com.cmcc.cdn.platform.selfservice.xinan.XinAnApiService 291 postRequest - 获取信安备案号信息参数, url: http://111.63.133.32:7790/CDNISMS/QueryBeian?dns=, requestConfig: [expectContinueEnabled=false, proxy=null, localAddress=null, cookieSpec=null, redirectsEnabled=true, relativeRedirectsAllowed=true, maxRedirects=50, circularRedirectsAllowed=false, authenticationEnabled=true, targetPreferredAuthSchemes=null, proxyPreferredAuthSchemes=null, connectionRequestTimeout=20000, connectTimeout=20000, socketTimeout=30000, contentCompressionEnabled=true, normalizeUri=true], requestParamMap: ["sd1-push.huatongcloud.com"], result:{"sd1-push.huatongcloud.com":"true_鲁ICP备2022037107号-1"}
```
```
2025-08-19 10:50:58 [4cf3682537856cc729838f64b9b32dc2] [ddea98d0b57cbe76] [29838f64b9b32dc2] [portal-117] [http-nio-8080-exec-461] WARN com.cmcc.cmhi.bb.utils.http.HttpUtils 189 post - HttpUtil.post socket timeouturl: http://111.63.133.32:7790/CDNISMS/QueryBeian?dns=, params: null, json: ["sd1-push.huatongcloud.com"], contentType: application/json; charset=UTF-8, headers: null, requestConfig: [expectContinueEnabled=false, proxy=null, localAddress=null, cookieSpec=null, redirectsEnabled=true, relativeRedirectsAllowed=true, maxRedirects=50, circularRedirectsAllowed=false, authenticationEnabled=true, targetPreferredAuthSchemes=null, proxyPreferredAuthSchemes=null, connectionRequestTimeout=20000, connectTimeout=20000, socketTimeout=30000, contentCompressionEnabled=true, normalizeUri=true] java.net.SocketTimeoutException: Read timed out
at java.net.SocketInputStream.socketRead0(Native Method) ~[?:1.8.0_152]
at java.net.SocketInputStream.socketRead(SocketInputStream.java:116) ~[?:1.8.0_152]
at java.net.SocketInputStream.read(SocketInputStream.java:171) ~[?:1.8.0_152]
at java.net.SocketInputStream.read(SocketInputStream.java:141) ~[?:1.8.0_152]
at org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:137) ~[httpcore-4.4.16.jar!/:4.4.16]
at org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:153) ~[httpcore-4.4.16.jar!/:4.4.16]
at org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:280) ~[httpcore-4.4.16.jar!/:4.4.16]
at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138) ~[httpclient-4.5.13.jar!/:4.5.13]
at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56) ~[httpclient-4.5.13.jar!/:4.5.13]
at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259) ~[httpcore-4.4.16.jar!/:4.4.16]
at org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163) ~[httpcore-4.4.16.jar!/:4.4.16]
at org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:157) ~[httpclient-4.5.13.jar!/:4.5.13]
at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273) ~[httpcore-4.4.16.jar!/:4.4.16]
at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125) ~[httpcore-4.4.16.jar!/:4.4.16]
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272) ~[httpclient-4.5.13.jar!/:4.5.13]
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) ~[httpclient-4.5.13.jar!/:4.5.13]
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) ~[httpclient-4.5.13.jar!/:4.5.13]
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) ~[httpclient-4.5.13.jar!/:4.5.13]
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) ~[httpclient-4.5.13.jar!/:4.5.13]
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) ~[httpclient-4.5.13.jar!/:4.5.13]
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) ~[httpclient-4.5.13.jar!/:4.5.13]
at com.cmcc.cmhi.bb.utils.http.HttpUtils.post(HttpUtils.java:179) ~[cmhi-basic-lib-1.0.1-SNAPSHOT.jar!/:?]
```
```log
2025-08-19 15:00:50 [c506632b2903c135] [c506632b2903c135] [] [portal-117] [http-nio-8080-exec-508] WARN com.cmcc.cmhi.bb.utils.http.HttpUtils 189 post - HttpUtil.post socket timeouturl: http://111.63.133.32:7790/CDNISMS/QueryBeian?dns=, params: null, json: ["sd1-push.huatongcloud.com"], contentType: application/json; charset=UTF-8, headers: null, requestConfig: [expectContinueEnabled=false, proxy=null, localAddress=null, cookieSpec=null, redirectsEnabled=true, relativeRedirectsAllowed=true, maxRedirects=50, circularRedirectsAllowed=false, authenticationEnabled=true, targetPreferredAuthSchemes=null, proxyPreferredAuthSchemes=null, connectionRequestTimeout=20000, connectTimeout=20000, socketTimeout=30000, contentCompressionEnabled=true, normalizeUri=true] java.net.SocketTimeoutException: Read timed out
at java.net.SocketInputStream.socketRead0(Native Method) ~[?:1.8.0_152]
at java.net.SocketInputStream.socketRead(SocketInputStream.java:116) ~[?:1.8.0_152]
at java.net.SocketInputStream.read(SocketInputStream.java:171) ~[?:1.8.0_152]
at java.net.SocketInputStream.read(SocketInputStream.java:141) ~[?:1.8.0_152]
at org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:137) ~[httpcore-4.4.16.jar!/:4.4.16]
at org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:153) ~[httpcore-4.4.16.jar!/:4.4.16]
at org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:280) ~[httpcore-4.4.16.jar!/:4.4.16]
at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138) ~[httpclient-4.5.13.jar!/:4.5.13]
at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56) ~[httpclient-4.5.13.jar!/:4.5.13]
at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259) ~[httpcore-4.4.16.jar!/:4.4.16]
at org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163) ~[httpcore-4.4.16.jar!/:4.4.16]
at org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:157) ~[httpclient-4.5.13.jar!/:4.5.13]
at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273) ~[httpcore-4.4.16.jar!/:4.4.16]
at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125) ~[httpcore-4.4.16.jar!/:4.4.16]
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272) ~[httpclient-4.5.13.jar!/:4.5.13]
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) ~[httpclient-4.5.13.jar!/:4.5.13]
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) ~[httpclient-4.5.13.jar!/:4.5.13]
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) ~[httpclient-4.5.13.jar!/:4.5.13]
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) ~[httpclient-4.5.13.jar!/:4.5.13]
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) ~[httpclient-4.5.13.jar!/:4.5.13]
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) ~[httpclient-4.5.13.jar!/:4.5.13]
at com.cmcc.cmhi.bb.utils.http.HttpUtils.post(HttpUtils.java:179) ~[cmhi-basic-lib-1.0.1-SNAPSHOT.jar!/:?]
```
```
2025-08-20 00:56:45 [2917d2c8ad3638262140ec3c5914faa6] [88b5664432eef1db] [2140ec3c5914faa6] [portal-117] [http-nio-8080-exec-521] INFO com.cmcc.cdn.platform.selfservice.xinan.XinAnApiService 291 postRequest - 获取信安备案号信息参数, url: http://111.63.133.32:7790/CDNISMS/QueryBeian?dns=, requestConfig: [expectContinueEnabled=false, proxy=null, localAddress=null, cookieSpec=null, redirectsEnabled=true, relativeRedirectsAllowed=true, maxRedirects=50, circularRedirectsAllowed=false, authenticationEnabled=true, targetPreferredAuthSchemes=null, proxyPreferredAuthSchemes=null, connectionRequestTimeout=20000, connectTimeout=20000, socketTimeout=30000, contentCompressionEnabled=true, normalizeUri=true], requestParamMap: ["sd1-push.huatongcloud.com"], result:{"sd1-push.huatongcloud.com":"true_鲁ICP备2022037107号-1"}
```
# 总结
下游地址异常。
@@ -0,0 +1,42 @@
---
日期: 2025-08-22 10:09
来源: 春良
---
# 问题详情
```
@SA-王朝阳 你好,帮看下封禁的这个接口为啥创建任务失败:
curl
-X POST
https://p.cdn.10086.cn/api/url/ban
-H "Content-Type: application/json"
-H "CMCDN-Auth-Token:eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ.eyJhdWQiOiJzeng5MDF4di14ZjMzYmQ1ZXU0aDMxZnVjIiwiZXhwIjoxNzU1ODEwMjA2LCJpYXQiOjE3NTU3NjcwMDYsImlzcyI6ImNtY2RuIn0=.RDlzlqURQjpY-DRUYX5zJnZy2iavKxrkKq1vh40w0RE="
-H "HTTP-X-CMCDN-Signature:2e72426256cc29a2d6b520ab86a1156b001e6bf4b24405b2025969bfa667be2a"
-H "Accept: application/vnd.cmcdn+json"
-d '{"operate":0,"urls":[{"url":"http://www.yuanshi-sec.com/1.txt","method":"exact"}]}'
入参:{"operate": 0, "urls": [{"url": "https://www.yuanshi-sec.com/static/img/logo_white.png", "method": "exact", "areas": ""}]}
返回:{
"msg":"任务创建失败",
"status":1
}
```
# 处理过程
```
今天 09:29:42。
/api/v2/action?commandType=urlbanorunban&version=1
2025-08-22 01:29:42 [9e6830756661cc47] [9e6830756661cc47] [] [portal-102] [http-nio-8080-exec-248] INFO com.cmcc.cdn.platform.selfservice.service.impl.URLBanLiftServiceImpl 124 urlBanOrLift - URL封禁/解封下发配管参数:{"cp_id":"81021296","operate":0,"task_id":"WG_a117b40114d008c25c456bdeacca1","urls":[{"method":"exact","plain":[1],"url":"https://www.yuanshi-sec.com/static/img/logo_white.png"}]}
2025-08-22 01:29:42 [9e6830756661cc47] [9e6830756661cc47] [] [portal-102] [http-nio-8080-exec-248] INFO com.cmcc.cdn.platform.selfservice.service.impl.URLBanLiftServiceImpl 126 urlBanOrLift - 向统一网管下发URL封禁/解禁返回参数e{"error_code":9,"error_msg":"domain_info must be object"}
```
# 总结
下发异常,配管反馈功能暂不可用。
@@ -0,0 +1,18 @@
---
日期: 2025-08-28 10:11
来源: 客响
---
# 问题详情
001-20250828-0001
![](../../../../attachment/images-uuid/39aa4d047c574097b931d2f17216648d.png)
# 处理过程
![](../../../../attachment/images-paste/image-20250828102427763.png)
# 总结
演练环境验证。