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`(调试用,不加前缀)