From 983f99afb39a154cdf27185a053ab22b484d2d15 Mon Sep 17 00:00:00 2001 From: ws Date: Tue, 18 Jan 2022 16:31:03 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8E=A5=E5=8F=A3=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 接口路径.txt | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 接口路径.txt diff --git a/接口路径.txt b/接口路径.txt new file mode 100644 index 0000000..d50c85f --- /dev/null +++ b/接口路径.txt @@ -0,0 +1,26 @@ +接口地址: +正式:https://d.matripe.com.cn +测试:http://bl7.matripe.com.cn:8001 + + + +1.职位列表 +/yishoudan/store/job/list +参数: +省市县:district,北京市,北京市,海淀区 +工价:monthlyPayStr,3000-4000 +年龄:ageStr, 16-18或58 +特色:jobSpecialLabelIds,多个ID英文逗号隔开 + +2.职位详情 +/yishoudan/store/job/getStoreJobDetailById + +3.职位特色 +/labels/getListByTypeAndIndustry?type=90&industry=2 + + +4.获取全部省份 +/city/getProvince + +5.省市县,根据父ID获取子节点 +/city/getCityByPid?pid=22222222 \ No newline at end of file