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,214 @@
# 数据统计
华为内容中心接口(ProductIdChargeInfoController
com.cmcc.cdn.platform.selfservice.controller.ProductIdChargeInfoController#queryStatisticBssCssFlow
查询cp_id与域名对应关系接口(ProductIdChargeInfoController
com.cmcc.cdn.platform.selfservice.controller.ProductIdChargeInfoController#getEnterpriseDomainInfo
---
实时监控 - 回源流量查询接口(CrsStatisticsController
com.cmcc.cdn.platform.selfservice.controller.CrsStatisticsController#getBackSourceFlow
实时监控 - 回源流量导出接口(CrsStatisticsController
com.cmcc.cdn.platform.selfservice.controller.CrsStatisticsController#getBackSourceFlowFile
带宽导出(CrsStatisticsController
com.cmcc.cdn.platform.selfservice.controller.CrsStatisticsController#getBwFile
---
大数据交互
BBossAndDssInteractiveService
# 页面
试商用客户峰值带宽(ReportController
com.cmcc.cdn.platform.selfservice.controller.vodstatistic.ReportController#getEnterprisePeekBW
# Cache+ 业务
## cache+域名省运营经理点删除
```
/configManage/domainOperate
```
### 调度回调接口
```
com.cmcc.cdn.platform.selfservice.controller.itcm.PortalDnsController#dnsCallBack
收到调度系统回调, data:{"configIds":[156827,156828],"operate":"DELETE","success":true}
```
## 创建企业
```
/cache/enterprise/order/submit
{
"enterpriseType": "省内自有业务",
"enterpriseName": "testbb",
"creditCode": "",
"enterProvince": "江苏",
"oaDetail": "1234567890",
"streamLog": "",
"contactName": "13554183478",
"contactPhone": "13554183478",
"contactEmail": "13554183478@163.com",
"chargeDetail": "",
"address": "浙江,杭州",
"fileIds": []
}
```
```
/workorder/approvedecision
id: 46544
option: ok
optionDetail:
type: CACHE_ENTERPRISE
secondCheck: true
```
# 集团业务管理员退回
```
/order/orderBack
```
# 业务单前置校验接口
```
/sync/BBOSS/PreCheckServ
com.cmcc.cdn.platform.selfservice.controller.ReceiveBbossOrderController#preCheckServeForBboss
```
# 商机与试用申请信息同步
## 创单
```
/sync/BBOSS/OpportunityTrialServ
```
## 集团业务管理员
### 受理按钮
```
POST /order/orderAccept
参数
orderId: 3522
```
> [!NOTE]
> 集团业务管理员受理后,如果是省侧工单会流转到 省业务管理员 再进行分配。
### 分配触发选择工单处理人(集团运营经理/省运营经理)
```
POST /order/getDistributeUsers
参数
orderId: 3522
```
### 进行分配(集团运营经理/省运营经理)
```
POST /order/distribute
参数
orderId: 3522
userId: 921
```
## 集团运营经理/省运营经理
### 受理按钮(弹出关联售前支撑工单)
```
GET /presales/workorder/gain/enter
```
### 点击确认(两个接口)
绑定
```
POST /presales/workorder/bind/order
参数
{"orderId":"3522","enterPriseName":"无","supportDemand":""}
```
受理
```
POST /order/orderAccept
参数
orderId=3522
```
## BPM 阶段反馈
```
POST /v1/cdn/business/change/adaptation/feedBack
```
## 政企客户经理管理员更换客户经理
获取客户经理
```
POST /selfService/enterprise/alterCm/getCmList
参数
provinceName: 政企分公司
```
点击变更确认
```
POST /selfService/enterprise/alterCm/getWorkOrderStatus
参数
cmZqId: 918
epid: 6qt5rc9n-sud7iy8xho6poxp8
```
确认(只是替换了 enterprise_info 的 account_manager_id
```
POST /selfService/enterprise/alterCm
oldCmZqId: 918
newCmZqId: 831
epid: 6qt5rc9n-sud7iy8xho6poxp8
```
## BPM 验收反馈
```
POST /api/bpm/feedback
```
# 增值业务工单
```
com.cmcc.cdn.platform.selfservice.controller.ReceiveBbossOrderController#receiveValueAddedServiceOrder
```