Browse Source

考试接口

lizhen_gitee 8 months ago
parent
commit
818254fc5e
1 changed files with 2 additions and 1 deletions
  1. 2 1
      addons/exam/controller/Paper.php

+ 2 - 1
addons/exam/controller/Paper.php

@@ -223,7 +223,8 @@ class Paper extends Base
                 $this->error('交卷失败');
             }
         }
-        return json($result);
+        $this->success('',$result);
+//        return json($result);
     }
 
     /*