Files
2026-03-01 01:43:46 +08:00

107 lines
2.5 KiB
Markdown
Raw Permalink Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
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.
```json
{
"accessSystem":"IBS",
"account":"CDN-IBS",
"data":{
"tyywrwlcdx":{
"cdn_type":"liveStream",
"code":"FSciyjN8hEPQIneV",
"create_time":"2023-12-11 02:00:22",
"domains":[
"cdnal.nbpt.cn"
],
"nameOfClient":"北京通和实益电信科学技术研究所有限公司",
"operMail":"chenhao1@bj.chinamobile.com",
"operTel":"13811350451",
"operUser":"IBS平台",
"plains":[
"1"
],
"pro_content":"域名操作(域名停用), liveStream, 域名列表: cdnal.nbpt.cn",
"pro_title":"域名操作(域名停用)",
"taskTime":1702303200000,
"task_first_class":"2",
"task_second_class":"3",
"triggerMode":"autoTrigger",
"user_id":"912"
}
},
"flowKey":"tyywrwlc"
}
```
![](../../../../attachment/images-uuid/1f86915de4c6401d8960f9e8b6b2ac95.png)
问题流程
TestOrderCloseDomainJob
com.cmcc.cdn.platform.selfservice.service.impl.TestOrderServiceImpl#shutdownTestOrderDomains
com.cmcc.cdn.platform.selfservice.service.live.impl.LiveConfigServiceImpl#disableDomain
com.cmcc.cdn.platform.selfservice.service.live.impl.LiveConfigServiceImpl#saveCustomerManagerQueryWorkAuthority
`liveConfigService.disableDomain(domain,null);`
cdnal.nbpt.cn
codeFSciyjN8hEPQIneV
instId: 050-202312110003
```json
{"error_code":0,"error_msg":"success","instId":"050-202312110003"}
```
```json
{
"account":"chenlinghong",
"code":"FSciyjN8hEPQIneV",
"feedback_time":"2023-12-11 10:50:52",
"plain_info":[
{
"plain_name":"华为平面",
"result":"处理成功"
}
],
"result":"处理成功"
}
```
cdnalvideo.nbpt.cn
cdnalimg.nbpt.cn
cdn.nbpt.cn
cdnvideo.nbpt.cn
cdnimg.nbpt.cn
cdnal.nbpt.cn, cdnalvideo.nbpt.cn, cdnalimg.nbpt.cn, cdn.nbpt.cn, cdnvideo.nbpt.cn, cdnimg.nbpt.cn
WorkOrder
`bpm_dns_task`
`self_service_domain_config` 9
`live_record_order`
`live_record_order_history`
`history_log`
```java
@PostConstruct
public void init() {
goodsMap.put(Constants.AwardType.DESC.getCode(), descGoods);
goodsMap.put(Constants.AwardType.RedeemCodeGoods.getCode(), redeemCodeGoods);
goodsMap.put(Constants.AwardType.CouponGoods.getCode(), couponGoods);
goodsMap.put(Constants.AwardType.PhysicalGoods.getCode(), physicalGoods);
}
```