Commit 3d114012 by 何博文

20260706 feat 新增接口

parent 2ad3a604
# partner-mp 第四点接口文档(介绍人视图 03 + 对接人视图 04)
# partner-mp 第四点接口文档(介绍人视图 03 + 对接人视图 04)
......@@ -397,6 +397,29 @@ sdk.domainServicePost(
---
# 四、20260706补充接口
## ① get_partner_users— 根据手机号/姓名搜索合伙人
- **页面/位置**:04 · P6 新增商机表单(P2 列表右下角 FAB 进入)。
- **用途效果**:根据手机号/姓名搜索合伙人。
- **入参**:type(all、name、mobile)、partner_key(内容)。
- **反参**:满足条件的合伙人列表。
- **示例**
```jsonc
[
{
"name": "韩龙",
"mobile": "13011111111"
}
]
```
---
## 附:数据来源与依赖(供排查)
- 商机:`partner_opportunity`(数据范围按 `contactor_uid`)。
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment