修复了EQ 曲线接口中,+没有转义成空格的 bug

This commit is contained in:
eafonyang
2026-07-02 12:06:10 +08:00
parent 6e8aa239e8
commit 455bea8380
6 changed files with 63 additions and 75 deletions
@@ -317,8 +317,8 @@ BrandRepository --> Brand : "返回"
### 型号处理器(ModelHandler
- **职责**:根据品牌或型号关键字查询型号列表。
- **输入参数**
- 查询字符串:brandName(可选
- 查询字符串:modelName(可选
- 查询字符串:brandName(可选)
- 查询字符串:modelName(可选)
- 查询字符串:base64Resp(可选,默认开启)
- **处理流程**
- 读取查询参数并解析 base64Resp。