From 0c3d5d299414c8773e00c759afbcea1d8bc6a64f Mon Sep 17 00:00:00 2001 From: ws Date: Sat, 12 Mar 2022 10:27:48 +0800 Subject: [PATCH 1/3] =?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 + + + + + + From 5b5b0b7a6b88549a69bc3b07be7754fe68ab7d68 Mon Sep 17 00:00:00 2001 From: ws Date: Mon, 14 Mar 2022 10:24:57 +0800 Subject: [PATCH 2/3] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=8E=A5=E5=8F=A3?= =?UTF-8?q?=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 接口路径.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/接口路径.txt b/接口路径.txt index 508d92f..dda03ba 100644 --- a/接口路径.txt +++ b/接口路径.txt @@ -172,6 +172,8 @@ nation /** 身份证号 */ idCard + /** 身份证图片地址 */ + idCardImageUrl /** 家庭住址 */ address /** 面试时间 yyyy-MM-dd HH:ss*/ From bece808460665c9e221cfac1105366838bbdeda7 Mon Sep 17 00:00:00 2001 From: ws Date: Tue, 15 Mar 2022 10:03:05 +0800 Subject: [PATCH 3/3] =?UTF-8?q?=E8=BA=AB=E4=BB=BD=E8=AF=81=E8=AF=86?= =?UTF-8?q?=E5=88=AB=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 接口路径.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/接口路径.txt b/接口路径.txt index dda03ba..2c4e298 100644 --- a/接口路径.txt +++ b/接口路径.txt @@ -193,7 +193,10 @@ 参数: 店铺ID:storeId - +28.身份证图片识别身份证号 +/yishoudan/commons/idCardOcrRecognize +参数: + 文件:uploadFile