Files
notes/work/移动杭研/问题处理/2024-10/1016-当企业存在两个相同产品时,“产品类型”下拉框存在内容重复展示问题.md
T
2026-03-01 01:43:46 +08:00

90 lines
1.4 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
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.
---
日期: 2024-10-16 09:59
来源: 测试
---
# 问题详情
接口
/workorder/cmcustom/add
参数:enterpriseProducts
```json
{
"enterpriseName": "ECName1729043260",
"enterpriseEcId": "ECID1729043260",
"enterpriseSource": "ESOP",
"enterpriseId": "hnjdndra-e8naipc5lbsu0nm9",
"identification": "83587076",
"products": [
"\u7F51\u9875\u52A0\u901F",
"\u7F51\u9875\u52A0\u901F"
]
}
```
# 处理过程
产品域名:/workorder/cmcustom/getEffectTrailInfo
enterprise: hnjdndra-e8naipc5lbsu0nm9
product: 网页加速
工单:/workorder/adapt/configchange
```json
{
"product": "网页加速",
"description": "",
"speedDomains": [
{
"domain": "DevReq1729043590A.komect.com"
}
],
"enterprise": "hnjdndra-e8naipc5lbsu0nm9",
"enterpriseName": "ECName1729043260",
"md5List": [
]
}
```
需求变更单无影响。
新增
/workorder/filter/product
/workorder/filter/product?
获取产品
/workorder/cmcustom/getTrailInfo
获取订购
**页面产品筛选款**:无业务暂停、注销工单。
> 增加过滤。
**域名配置需求 - 新增**
获取产品(无业务暂停、注销工单。)
/workorder/filter/product
> 已去重处理
获取订购
> 存在已开通过滤
# 总结
一共处理了三个影响位置,域名配置需求新增、删除、需求变更。
新增删除只支持商用,需求变更支持试用。