...
|
...
|
@@ -14,7 +14,7 @@ const api = global.yoho.API; |
|
|
exports.getVerifiedTotal = () => {
|
|
|
|
|
|
return api.get('', {method: 'app.student.verifiedStudentTotal'});
|
|
|
}
|
|
|
};
|
|
|
|
|
|
/**
|
|
|
* 获取学历层次列表
|
...
|
...
|
@@ -23,7 +23,7 @@ exports.getVerifiedTotal = () => { |
|
|
exports.getLevelList = () => {
|
|
|
|
|
|
return api.get('', {method: 'app.studentMarket.getEducationLevelList'});
|
|
|
}
|
|
|
};
|
|
|
|
|
|
/**
|
|
|
* 获取学校地区
|
...
|
...
|
@@ -35,7 +35,7 @@ exports.getArea = () => { |
|
|
};
|
|
|
|
|
|
return api.get('', finalParams);
|
|
|
}
|
|
|
};
|
|
|
|
|
|
/**
|
|
|
* 获取学校列表
|
...
|
...
|
@@ -48,4 +48,4 @@ exports.getSchool = (areaCode) => { |
|
|
};
|
|
|
|
|
|
return api.get('', finalParams);
|
|
|
} |
|
|
}; |
...
|
...
|
|