From 0c3d5d299414c8773e00c759afbcea1d8bc6a64f Mon Sep 17 00:00:00 2001 From: ws Date: Sat, 12 Mar 2022 10:27:48 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 接口路径.txt | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/接口路径.txt b/接口路径.txt index a457f93..508d92f 100644 --- a/接口路径.txt +++ b/接口路径.txt @@ -159,6 +159,7 @@ 25.报名 /yishoudan/user/apply/order/addByAgency +参数: /** 职位ID */ storeJobId /** 姓名 */ @@ -180,6 +181,21 @@ +26.获取所有代理名字 +/yishoudan/agency/getAllName +参数:无 + + +27.根据店铺ID,获取店铺对应的职位 +/yishoudan/store/job/getJobNameByStoreId +参数: + 店铺ID:storeId + + + + + +