From 22887b9c2889561fc99b77ad15ba6c5a86582de2 Mon Sep 17 00:00:00 2001 From: API Changelog Bot Date: Fri, 27 Mar 2026 16:22:42 +0800 Subject: [PATCH] =?UTF-8?q?changelog:=20ceeff91=20-=20feat:=20=E4=BA=A7?= =?UTF-8?q?=E5=93=81=E4=B8=8A=E6=9E=B6=E8=B5=B0=E4=BC=81=E5=BE=AEOA?= =?UTF-8?q?=E5=AE=A1=E6=89=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../2026-03-27_1622_ceeff91_feat_OA.md | 36 +++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 changelogs/2026-03/2026-03-27_1622_ceeff91_feat_OA.md diff --git a/changelogs/2026-03/2026-03-27_1622_ceeff91_feat_OA.md b/changelogs/2026-03/2026-03-27_1622_ceeff91_feat_OA.md new file mode 100644 index 0000000..dfe92bf --- /dev/null +++ b/changelogs/2026-03/2026-03-27_1622_ceeff91_feat_OA.md @@ -0,0 +1,36 @@ +# 接口变更记录 — 2026-03-27 16:22 + +> **提交** `ceeff91` · **作者** wx · **时间** 2026-03-27 16:22:42 +0800 +> +> feat: 产品上架走企微OA审批 + +## 变更总览 + +- **产品服务** + - InternalProduct (+1) + +--- + +## 产品服务 + +### InternalProduct + +> 📖 **接口文档**: [http://192.168.100.236:8085/doc.html](http://192.168.100.236:8085/doc.html) → 标签 **「【内部接口】产品(Feign调用)」** + +### 🆕 `POST` /internal/product/approval-result — 处理产品审批回调结果 + +> 【仅限内部调用】企微OA审批回调,按thirdNo匹配产品并更新上架状态。 + +**响应** `Result` + +--- + +
+📁 全部变更文件 (点击展开) + +``` +M hl-product-service/src/main/java/com/hulalv/product/controller/InternalProductController.java +M hl-product-service/src/main/java/com/hulalv/product/service/ProductStatusService.java +M hl-product-service/src/test/java/com/hulalv/product/service/ProductStatusServiceTest.java +``` +
\ No newline at end of file