express搭建微信小程序后端服务器
接口文档说明
1.系统配置参数
URL:http://jxufer.cn:3000/system
参数: type=(1.望工作,2.期望薪资,3.学历,4.工作时间) method = get
说明:获取系统的参数配置信息
2.工作岗位列表
URL:http://jxufer.cn:3000/api/position
参数: method = get type=(1.幼儿园 2.早教)
说明:获取工作岗位的列表
3.学校机构列表
URL:http://jxufer.cn:3000/api/school
参数: method = get type=(1.幼儿园 2.早教)
说明:获取学校机构的列表
4.工作岗位详情
URL:http://jxufer.cn:3000/job_details
参数: id=(必填) method = get
说明:获取工作岗位的详细信息
5.学校机构详情
URL:http://jxufer.cn:3000/school_details
参数: id=(必填) method = get
说明:获取学校机构的详细信息
网友评论