From 19b0f4db9a2dd18a29cc08181953b935414d6fac Mon Sep 17 00:00:00 2001 From: API Changelog Bot Date: Thu, 26 Mar 2026 11:22:12 +0800 Subject: [PATCH] =?UTF-8?q?changelog:=20ed34f4c=20-=20fix:=20=E5=AE=89?= =?UTF-8?q?=E5=85=A8=E4=BF=9D=E9=9A=9C=E6=A8=A1=E6=9D=BF=E6=8E=A5=E5=8F=A3?= =?UTF-8?q?=E8=B7=AF=E5=BE=84=E5=8A=A0/admin=E5=89=8D=E7=BC=80=E5=8C=B9?= =?UTF-8?q?=E9=85=8D=E7=BD=91=E5=85=B3=E8=B7=AF=E7=94=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../2026-03-26_1122_ed34f4c_fix_adm.md | 74 +++++++++++++++++++ 1 file changed, 74 insertions(+) create mode 100644 changelogs/2026-03/2026-03-26_1122_ed34f4c_fix_adm.md diff --git a/changelogs/2026-03/2026-03-26_1122_ed34f4c_fix_adm.md b/changelogs/2026-03/2026-03-26_1122_ed34f4c_fix_adm.md new file mode 100644 index 0000000..bf87be9 --- /dev/null +++ b/changelogs/2026-03/2026-03-26_1122_ed34f4c_fix_adm.md @@ -0,0 +1,74 @@ +# 接口变更记录 — 2026-03-26 11:22 + +> **提交** `ed34f4c` · **作者** wx · **时间** 2026-03-26 11:22:12 +0800 +> +> fix: 安全保障模板接口路径加/admin前缀匹配网关路由 + +## 变更总览 + +- **产品服务** + - SafetyTemplate (+5, -5) + +--- + +## 产品服务 + +### SafetyTemplate + +> 📖 **接口文档**: [http://192.168.100.236:8085/doc.html](http://192.168.100.236:8085/doc.html) → 标签 **「安全保障模板管理」** + +### 🆕 `GET` /admin/product/safety-template — 模板列表 + +**响应** `Result>>` + +### 🆕 `GET` /admin/product/safety-template/{templateId} — 模板详情 + +**参数** + + - `{templateId}` (`Long`) — 路径参数 + +**响应** `Result>` + +### 🆕 `POST` /admin/product/safety-template — 创建模板 + +**请求体** `SafetyTemplateRequest` + +**响应** `Result>` + +### 🆕 `PUT` /admin/product/safety-template/{templateId} — 更新模板 + +**参数** + + - `{templateId}` (`Long`) — 路径参数 + +**请求体** `SafetyTemplateRequest` + +**响应** `Result>` + +### 🆕 `DELETE` /admin/product/safety-template/{templateId} — 删除模板 + +**参数** + + - `{templateId}` (`Long`) — 路径参数 + +**响应** `Result` + +### ❌ ~~`GET` /product/safety-template — 模板列表~~ + +### ❌ ~~`GET` /product/safety-template/{templateId} — 模板详情~~ + +### ❌ ~~`POST` /product/safety-template — 创建模板~~ + +### ❌ ~~`PUT` /product/safety-template/{templateId} — 更新模板~~ + +### ❌ ~~`DELETE` /product/safety-template/{templateId} — 删除模板~~ + +--- + +
+📁 全部变更文件 (点击展开) + +``` +M hl-product-service/src/main/java/com/hulalv/product/controller/SafetyTemplateController.java +``` +
\ No newline at end of file