...
|
...
|
@@ -350,7 +350,7 @@ exports.verifystudent = (req, res, next) => { |
|
|
Promise.all([verifiedStudentTotal(), vip(), verifyStudent(uid, params.college_name, params.education_degree, params.enrollment_year, params.token)])
|
|
|
.then((datas) => {
|
|
|
let isverify = false,
|
|
|
prompt = '您的学校信息未通审核';
|
|
|
prompt = '您的学校信息未通过审核';
|
|
|
|
|
|
if (datas[2].code === 200) {
|
|
|
if (datas[2].code === 200) {
|
...
|
...
|
|