From f8e5478e5c4ff193f164eb21275de45f6bddf949 Mon Sep 17 00:00:00 2001 From: ws Date: Fri, 18 Mar 2022 15:29:23 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 接口路径.txt | 21 ++++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) diff --git a/接口路径.txt b/接口路径.txt index 8af6db2..10ce572 100644 --- a/接口路径.txt +++ b/接口路径.txt @@ -160,6 +160,13 @@ 25.报名 /yishoudan/user/apply/order/addByAgency 参数: + + 新增参数:2.0 + //=============================================start + /** 代理ID,如果手动选择就传选择的代理ID,如果没有选择什么也不传(注意:如果传了证明手动选择了代理) */ + agencyId + //=============================================end + /** 职位ID */ storeJobId /** 姓名 */ @@ -183,9 +190,10 @@ -26.获取所有代理名字 -/yishoudan/agency/getAllName -参数:无 +26.根据渠道经理获取代理列表 +/yishoudan/agency/getByPmdUserId +参数: + 渠道经理ID(登录人ID):pmdUserId 27.根据店铺ID,获取店铺对应的职位 @@ -205,6 +213,13 @@ statusTag:0打电话,1推工作,2跟在职 +30.根据关键字查询企业列表 +/yishoudan/store/getAllStoreAliasName +参数: + 搜索关键字:keys + + +