46 lines
2.1 KiB
JavaScript
46 lines
2.1 KiB
JavaScript
export default {
|
|
Major: {
|
|
recommendMajorPage: '/art/recommendMajor/page',//获取推荐专业列表
|
|
recommendMajorList: '/art/recommendMajor/list',//获取学校的其他专业
|
|
schoolMajorDtoPage: '/yx/yxSchoolMajor/dtoPage',//获取学校开设专业分页数据
|
|
schoolHistoryMajorEnrollList: '/yx/yxHistoryMajorEnroll/list',//获取学校的分数计划
|
|
schoolMajorList: '/yx/yxSchoolMajor/list',//获取school_major 数据
|
|
majorList: '/yx/yxMajor/list',//获取专业信息表-分页列表查询
|
|
majorInfo: '/art/major/majorInfo',//获取专业详情
|
|
},
|
|
//用户类
|
|
User: {
|
|
exchangeVipCard: '/yx/yxVipCard/exchange',//兑换vip卡
|
|
},
|
|
System: {
|
|
findPassWord: '/sys/findPassWord',//找回密码
|
|
register: '/sys/register',//注册
|
|
},
|
|
//高考分数类
|
|
Score: {
|
|
scoreSave: "/yx/yxScore/save",//保存用户专业得分
|
|
getScore: "/yx/yxScore/getUserScoreInfo",//获取当前用户的高考分数信息
|
|
conversionScoreBatch: "/yx/yxHistoryScoreBatch/conversionScoreBatch",//获取分数批次段
|
|
historyScoreControlLineList: '/yx/yxHistoryScoreControlLine/list',//省控线分页列表
|
|
},
|
|
//学校类
|
|
School: {
|
|
searchSchoolList: "/art/school/search",//搜索 学校列表
|
|
schoolInfo: "/art/school/schoolInfo",//学校介绍详情
|
|
hotSchoolList: '/art/school/hotList',//热门院校 列表
|
|
},
|
|
//志愿
|
|
Volunteer: {
|
|
volunteerSave: "/art/volunteer/save",//保存用户的志愿
|
|
//volunteerList:'/art/volunteer/list',
|
|
volunteerInfo: '/art/volunteer/info',//当前使用中志愿单详情
|
|
volunteerPage: '/art/volunteer/page',//志愿单列表
|
|
volunteerDelete:'/art/volunteer/delete',//志愿单删除
|
|
artVolunteerDetail:'/art/volunteer/artVolunteerDetail',//根据id获取志愿单详情
|
|
volunteerRecordDel: '/art/volunteer/recordDel',//删除志愿明细(失效了)
|
|
volunteerRecordDelete:'/art/volunteer/volunteerRecordDelete',//删除志愿明细
|
|
volunteerRecordReplace: '/art/volunteer/replaceVolunteer',//替换志愿明细
|
|
}
|
|
|
|
}
|