express搭建微信小程序后端服務器
接口文檔說明
1.系統(tǒng)配置參數(shù)
URL:http://jxufer.cn:3000/system
參數(shù): type=(1.望工作孙乖,2.期望薪資磺芭,3.學歷,4.工作時間) method = get
說明:獲取系統(tǒng)的參數(shù)配置信息
2.工作崗位列表
URL:http://jxufer.cn:3000/api/position
參數(shù): method = get type=(1.幼兒園 2.早教)
說明:獲取工作崗位的列表
3.學校機構(gòu)列表
URL:http://jxufer.cn:3000/api/school
參數(shù): method = get type=(1.幼兒園 2.早教)
說明:獲取學校機構(gòu)的列表
4.工作崗位詳情
URL:http://jxufer.cn:3000/job_details
參數(shù): id=(必填) method = get
說明:獲取工作崗位的詳細信息
5.學校機構(gòu)詳情
URL:http://jxufer.cn:3000/school_details
參數(shù): id=(必填) method = get
說明:獲取學校機構(gòu)的詳細信息