From 74ecbe6bda146e72c12b2156dc1c0fa453207a2f Mon Sep 17 00:00:00 2001 From: pengjie <2413927716@qq.com> Date: Mon, 6 Jul 2026 17:16:55 +0800 Subject: [PATCH] =?UTF-8?q?docs(emergency):=20=E7=A7=BB=E5=8A=A8=E7=AB=AF?= =?UTF-8?q?=E6=8E=A5=E5=8F=A3=E6=96=87=E6=A1=A3=E9=A1=B6=E9=83=A8=E6=96=B0?= =?UTF-8?q?=E5=A2=9E=E6=9C=AC=E6=AC=A1=E5=8F=98=E6=9B=B4=E6=91=98=E8=A6=81?= =?UTF-8?q?=EF=BC=8C=E4=BE=9B=E5=89=8D=E7=AB=AF=E8=81=94=E8=B0=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- health-emergency/API文档-移动端接口.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/health-emergency/API文档-移动端接口.md b/health-emergency/API文档-移动端接口.md index db502fe..263ccfb 100644 --- a/health-emergency/API文档-移动端接口.md +++ b/health-emergency/API文档-移动端接口.md @@ -1,5 +1,18 @@ # 急救模块移动端 API 文档 +## 🆕 本次变更(前端联调) + +| # | 接口 | 变更类型 | 说明 | +|---|------|:---:|------| +| 1 | `GET /createGroupMagFirstAider` | **新增** | 急救员建群:不发起音视频通话,自动拉入关爱联络员+急救员1+急救员2 | +| 2 | `GET /order/searchExpert` | 补充 | 响应新增 `phone` 字段 | +| 3 | `GET /order/getGroupMemberList` | 补充 | 响应新增 `phone` 字段 | +| 4 | `order_operator` 表 `operatorType` | 扩展 | 新增值:3=急救人员1, 4=急救人员2, 5=关爱联络员 | + +> **memberType 字典**(群成员列表中用):-1=发起人, 0=操作人员, 1=专业人员, 2=员工 + +--- + > **基础信息** > 网关地址: `http://{gateway-host}:{port}`(前端加 `/health-emergency` 前缀) > 服务直连: `http://{host}:7011`(调试用,不加前缀)