From e00896538ab33c891075f1acbc36b13bcd9ad589 Mon Sep 17 00:00:00 2001 From: ws Date: Tue, 18 Jan 2022 17:30:48 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 接口路径.txt | 31 +++++++++++++++++++++++++++---- 1 file changed, 27 insertions(+), 4 deletions(-) diff --git a/接口路径.txt b/接口路径.txt index c4c5722..88a3917 100644 --- a/接口路径.txt +++ b/接口路径.txt @@ -1,12 +1,35 @@ +接口地址: +正式:https://d.matripe.com.cn +测试:http://bl7.matripe.com.cn:8001 + + + 1.职位列表 -http://bl7.matripe.com.cn:8001/yishoudan/store/job/list +/yishoudan/store/job/list +参数: +当前页:pageNum +每页条数:pageSize +省市县:district,北京市,北京市,海淀区 +工价:monthlyPayStr,3000-4000 年龄:ageStr, 16-18或58 特色:jobSpecialLabelIds,多个ID英文逗号隔开 - 2.职位详情 -http://bl7.matripe.com.cn:8001/yishoudan/store/job/getStoreJobDetailById +/yishoudan/store/job/getStoreJobDetailById 3.职位特色 -http://bl7.matripe.com.cn:8001/labels/getListByTypeAndIndustry?type=90&industry=2 +/labels/getListByTypeAndIndustry?type=90&industry=2 + + +4.获取全部省份 +/city/getProvince + +5.省市县,根据父ID获取子节点 +/city/getCityByPid?pid=22222222 +6.推荐职位 +/yishoudan/store/job/list +参数: +当前页:pageNum +每页条数:pageSize +固定参数:jobCategory=608 \ No newline at end of file