|
@@ -14,7 +14,7 @@ const api = global.yoho.API; |
|
@@ -14,7 +14,7 @@ const api = global.yoho.API; |
14
|
exports.getVerifiedTotal = () => {
|
14
|
exports.getVerifiedTotal = () => {
|
15
|
|
15
|
|
16
|
return api.get('', {method: 'app.student.verifiedStudentTotal'});
|
16
|
return api.get('', {method: 'app.student.verifiedStudentTotal'});
|
17
|
-}
|
17
|
+};
|
18
|
|
18
|
|
19
|
/**
|
19
|
/**
|
20
|
* 获取学历层次列表
|
20
|
* 获取学历层次列表
|
|
@@ -23,7 +23,7 @@ exports.getVerifiedTotal = () => { |
|
@@ -23,7 +23,7 @@ exports.getVerifiedTotal = () => { |
23
|
exports.getLevelList = () => {
|
23
|
exports.getLevelList = () => {
|
24
|
|
24
|
|
25
|
return api.get('', {method: 'app.studentMarket.getEducationLevelList'});
|
25
|
return api.get('', {method: 'app.studentMarket.getEducationLevelList'});
|
26
|
-}
|
26
|
+};
|
27
|
|
27
|
|
28
|
/**
|
28
|
/**
|
29
|
* 获取学校地区
|
29
|
* 获取学校地区
|
|
@@ -35,7 +35,7 @@ exports.getArea = () => { |
|
@@ -35,7 +35,7 @@ exports.getArea = () => { |
35
|
};
|
35
|
};
|
36
|
|
36
|
|
37
|
return api.get('', finalParams);
|
37
|
return api.get('', finalParams);
|
38
|
-}
|
38
|
+};
|
39
|
|
39
|
|
40
|
/**
|
40
|
/**
|
41
|
* 获取学校列表
|
41
|
* 获取学校列表
|
|
@@ -48,4 +48,4 @@ exports.getSchool = (areaCode) => { |
|
@@ -48,4 +48,4 @@ exports.getSchool = (areaCode) => { |
48
|
};
|
48
|
};
|
49
|
|
49
|
|
50
|
return api.get('', finalParams);
|
50
|
return api.get('', finalParams);
|
51
|
-} |
51
|
+}; |