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,41 @@
# 截图
![](../../../../attachment/images-uuid/6e3cfc5f3e5e4429b52741aae29a0db1.png)
![](../../../../attachment/images-uuid/58f09675ffd64d1c9a9bf5b13534d289.png)
![](../../../../attachment/images-uuid/853f9bb369b14af8b21a551a93ae29a6.png)
![](../../../../attachment/images-uuid/42e59290702c47f787b4049bba3ddc57.png)
![](../../../../attachment/images-uuid/427d3dccf13a4eb687607135e8f5e7c5.png)
![](../../../../attachment/images-uuid/69b940a982fb446f8cca2ab4f1736b31.png)
工单号:51A230329808031001
![](../../../../attachment/images-uuid/0da5bba1b0724e9183d205c64304d5ee.png)
![](../../../../attachment/images-uuid/469e469745364524abddeea2370dc040.png)
关于信安问题:
1、最开始为了处理客户的开户问题。先将大写转换为了小写,进行开户处理。
2、二次收到客户的反馈,提示客户需上传小写附件即可,就不会收到提示,因为代码中会从 information_self_domain 查询是否存在。但是只有上传成功的才会到这个表中。
3、客户操作收到如下提示
![](../../../../attachment/images-uuid/44e7731351044cdca6df8059de5604cb.png)
是因为此代码中校验了 test_order_domain 和信安表中的包含关系,此时一个大写,一个小写,判定不包含。报错。
com.cmcc.cdn.platform.selfservice.service.impl.PortalInformationServiceImpl#validateSecurityFile
4、与客户沟通后将目前系统中的信息改为小写。然后手动回调验收反馈接口。
关于验收反馈接口,因为回调 bboss 出现异常但吞掉了异常,导致 bpm 结单,但是我们这边未处理完成
此问题 8 号再进行操作,操作时确认好操作时间和回调接口。
2023-05-09 15:44:39 进行回调,回调成功。