|
@@ -162,6 +162,7 @@ class Paper extends Base
|
|
|
$this->error('提交数据有误');
|
|
|
}
|
|
|
$grade_id = $check['id'];
|
|
|
+ $start_time = $check['start_time'];
|
|
|
|
|
|
|
|
|
// 考场考试
|
|
@@ -223,6 +224,8 @@ class Paper extends Base
|
|
|
$this->error('交卷失败');
|
|
|
}
|
|
|
}
|
|
|
+
|
|
|
+ $result['nickname'] = $this->auth->nickname;
|
|
|
$this->success('',$result);
|
|
|
// return json($result);
|
|
|
}
|